forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to Genesis Transaction encoding functions for PBO (#43)
* refactor(genesis): remove employees pool initialization * refactor(genesis_tx): adapt encode mainnet tx function to Supra * impl Hash and Eq traits for AccountBalance type * feat(genesis_tx): add delegation and vesting pools to testnet genesis tx encoder * fix(genesis): add creation of accounts to testnet genesis tx * remove salt from seed creation * add rest option * fix(delegation_pools): enable MODULE_SALT for resource account seed creation - also fixes execution order of ValidatorSet activation at genesis end * fix(genesis): genesis block timestamp to be read from Move state * fix(pbo_delegation): do not serialize ModuleSalt for seed creation * fix(genesis): avoid calling reconfig on create_initialize_validators --------- Co-authored-by: supra-yoga <[email protected]>
- Loading branch information
1 parent
fb4f90b
commit 2aeaa52
Showing
12 changed files
with
600 additions
and
191 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
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.