forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple gateway response types from internal types + custom type con…
…vertor for native Sui move types (MystenLabs#1855) * using custom type mirroring MoveStruct and MoveValue to control serde * add convertor for native Sui types * fix test convert bytearray type * decouple gateway response type and internal message types * added types for certifiedTransaction * * Removed json_schema.rs * lot of clean up * * Remove unnecessary wrapping `SignedTransaction` * camelCase fixes * address PR comments * rename contents to fields to make the struct consistent * update openrpc.json * * add unit test for sui_json bcs parser * add unit test for gateway type move value to sui move value conversion * Fix a bug in Coin type layout * fixup after rebase * * added serde test for SuiMoveValue * make SuiMoveValue externally tagged to remove ambiguity * condense SuiMoveValue enum types to avoid serde ambiguity, instead of using tags.
- Loading branch information
1 parent
976b6bb
commit cf65cfe
Showing
42 changed files
with
2,240 additions
and
2,144 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.