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.
[framework] Closed Loop Token (MystenLabs#14702)
## Description Adds the `sui::token` module to the framework. ## Test Plan Adds a number of tests to test out the new token module along with examples. --- If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process. ### Type of Change (Check all that apply) - [x] protocol change - [ ] user-visible impact - [ ] breaking change for a client SDKs - [ ] breaking change for FNs (FN binary must upgrade) - [ ] breaking change for validators or node operators (must upgrade binaries) - [ ] breaking change for on-chain data layout - [ ] necessitate either a data wipe or data migration ### Release notes - Adds a closed loop `token` to the framework --------- Co-authored-by: Tim Zakian <[email protected]> Co-authored-by: Ashok Menon <[email protected]>
- Loading branch information
1 parent
137c92a
commit 4751868
Showing
32 changed files
with
1,887 additions
and
118 deletions.
There are no files selected for viewing
Binary file modified
BIN
-415 Bytes
(99%)
...t/bytecode_snapshot/31/0x000000000000000000000000000000000000000000000000000000000000dee9
Binary file not shown.
Binary file removed
BIN
-6.27 KB
...t/bytecode_snapshot/32/0x0000000000000000000000000000000000000000000000000000000000000001
Binary file not shown.
Binary file removed
BIN
-43.1 KB
...t/bytecode_snapshot/32/0x0000000000000000000000000000000000000000000000000000000000000002
Binary file not shown.
Binary file removed
BIN
-40.8 KB
...t/bytecode_snapshot/32/0x0000000000000000000000000000000000000000000000000000000000000003
Binary file not shown.
Binary file removed
BIN
-31 KB
...t/bytecode_snapshot/32/0x000000000000000000000000000000000000000000000000000000000000dee9
Binary file not shown.
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.