forked from aptos-labs/aptos-core
-
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.
[aptos-framework] merge script funs into their module
As a design principle, we should have our framework resemble the APIs we anticipate users to build and then have a consistent theme around that. Placing script funs outside the context of a module is a lot less ergonomic for developers, so we develop the same methodology: * script funs belong in their respective module * if a script fun wraps around a function that can be reusable, make the reusable component _internal Closes: aptos-labs#163
- Loading branch information
Showing
43 changed files
with
254 additions
and
537 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
Binary file removed
BIN
-55 Bytes
...leases/artifacts/current/build/AptosFramework/abis/AdminScripts/claim_mint_capability.abi
Binary file not shown.
Binary file removed
BIN
-64 Bytes
...ses/artifacts/current/build/AptosFramework/abis/AdminScripts/delegate_mint_capability.abi
Binary file not shown.
Binary file removed
BIN
-52 Bytes
...ptos-framework/releases/artifacts/current/build/AptosFramework/abis/AdminScripts/mint.abi
Binary file not shown.
Binary file removed
BIN
-347 Bytes
...k/releases/artifacts/current/build/AptosFramework/abis/AdminScripts/set_gas_constants.abi
Binary file not shown.
Binary file removed
BIN
-87 Bytes
...work/releases/artifacts/current/build/AptosFramework/abis/BasicScripts/create_account.abi
Binary file not shown.
Binary file removed
BIN
-84 Bytes
...es/artifacts/current/build/AptosFramework/abis/BasicScripts/rotate_authentication_key.abi
Binary file not shown.
Binary file removed
BIN
-54 Bytes
...-framework/releases/artifacts/current/build/AptosFramework/abis/BasicScripts/transfer.abi
Binary file not shown.
Binary file removed
BIN
-319 Bytes
...ramework/releases/artifacts/current/build/AptosFramework/bytecode_modules/AdminScripts.mv
Binary file not shown.
Binary file modified
BIN
+69 Bytes
(100%)
...ramework/releases/artifacts/current/build/AptosFramework/bytecode_modules/AptosAccount.mv
Binary file not shown.
Binary file modified
BIN
-1 Byte
(100%)
...amework/releases/artifacts/current/build/AptosFramework/bytecode_modules/AptosVMConfig.mv
Binary file not shown.
Binary file removed
BIN
-256 Bytes
...ramework/releases/artifacts/current/build/AptosFramework/bytecode_modules/BasicScripts.mv
Binary file not shown.
Binary file modified
BIN
+18 Bytes
(100%)
...tos-framework/releases/artifacts/current/build/AptosFramework/bytecode_modules/Genesis.mv
Binary file not shown.
Binary file modified
BIN
+39 Bytes
(100%)
...os-framework/releases/artifacts/current/build/AptosFramework/bytecode_modules/TestCoin.mv
Binary file not shown.
140 changes: 0 additions & 140 deletions
140
...-framework/releases/artifacts/current/build/AptosFramework/docs/AdminScripts.md
This file was deleted.
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
96 changes: 0 additions & 96 deletions
96
...-framework/releases/artifacts/current/build/AptosFramework/docs/BasicScripts.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.