-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(genesis-builder): Always destroy allocation objects when picked (#…
…5028) (#5081) * fix: examine genesis checkpoint * chore: clippy and fmt * refactor: is_maybe to try_from * chore: remove unused functions * refactor: remove unwrap from func * chore: remove unused to_bytes funcs * chore: cargo fmt * chore: correct spelling * fix(genesis-inspector): consider TimelockedStakedIota as a stake * feat(genesis-builder): validate migration objects after build * fix(genesis-builder): always destroy allocation objects when picked * revert changes to pick_objects_for_allocation * fix(iota-genesis-builder): destroy timelocks after split PTB * fix(migration_tx_data): add timelock gas balance check --------- Co-authored-by: Mirko Zichichi <[email protected]> Co-authored-by: nonast <[email protected]>
- Loading branch information
1 parent
735a310
commit 6921f60
Showing
3 changed files
with
130 additions
and
78 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