-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(iota-genesis-builder): Add configurable delegator to genesis CLI (…
…#4346) * feat(iota-genesis-builder): add delegator as cli arg for genesis * add bail when delegator missing * fix genesis tests * feat(genesis): add delegator map type to genesis builder * refactor(iota-genesis-builder): add comments and restructure resolve_token_distribution_schedule * refactor(iota-genesis-builder): genesis cli arg to IotaAddress and add load/save DelegatorMap * feat(genesis-ceremony): add InitDelegatorMap command * refactor(iota-genesis-builder): renaming structs and replace fold() usage * feat(iota-genesis-builder): add GenesisDelegation enum * chore(iota): correct bail messages to start with lower case * refactor(iota-genesis-builder): rename schedule_without_migration to schedule for clarity * feat(iota-genesis-builder): create a token allocation to pay validator with gas * feat(iota-genesis-builder): optimize timelock and gas objects picks * fix format * fix: add hardcoded delegator arg to docker config * fix(iota-genesis-builder): fix csv read and write functions * chore: fix clippy warnings * fix pick_objects_for_allocation logic * minor improvements * fix: add delegator to start cmd and partially revert minor improvement * refactor: add comments and adjust example argument * fix fmt * fix clippy issue * chore: fix typos in comments * fix(iota-genesis-builder): comments and names to make it clearer * refactor(iota-genesis-builder): use the destroy verb instead of burn * fix(iota-genesis-builder): update genesis_config_snapshot_matches snapshot * fix(iota-e2e-tests): update test_full_node_load_migration_data with delegator --------- Co-authored-by: miker83z <[email protected]> Co-authored-by: Mirko Zichichi <[email protected]> Co-authored-by: Chloe Martin <[email protected]>
- Loading branch information
1 parent
f5e892b
commit f3049e8
Showing
13 changed files
with
671 additions
and
228 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.