-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Register missing amino codec of
x/token
, x/collection
, x/wasm
a…
…nd `x/foundation` (#745) * fix: implement Amino serialization for x/token Signed-off-by: zemyblue <[email protected]> * fix: implement Amino serialization for x/collection Signed-off-by: zemyblue <[email protected]> * fix: implement Amino serialization for x/foundation, x/stakingplus Signed-off-by: zemyblue <[email protected]> * fix: conflict msgs Signed-off-by: zemyblue <[email protected]> * fix: change x/wasm amino to using legacyCdc Signed-off-by: zemyblue <[email protected]> * fix: change conflict amino msgName with x/token and x/collection. Signed-off-by: zemyblue <[email protected]> * chore: add more unittest Signed-off-by: zemyblue <[email protected]> * chore: update changelog Signed-off-by: zemyblue <[email protected]> * fix: apply the changes of `x/foundation` Signed-off-by: zemyblue <[email protected]> * chore: remove redundant code. Signed-off-by: zemyblue <[email protected]> * fix: apply feedback. Signed-off-by: zemyblue <[email protected]> * fix: remove unused amino codec type, `Change` of `x/collection` Signed-off-by: zemyblue <[email protected]> * fix: remove unused amino codec type, `MintNFTParam` of `x/collection` Signed-off-by: zemyblue <[email protected]> Signed-off-by: zemyblue <[email protected]>
- Loading branch information
Showing
16 changed files
with
1,552 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.