-
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 an AddressSwapSplit map for Hornet sn…
…apshot outputs (#4792) * feat(iota-genesis-builder): add SwapSplitIterator for Hornet Outputs * feat(iota-genesis-builder): add support for the SwapSplit * fix(iota-genesis-builder): change the order of filters and make SwapSplit support different destinations * feat(iota-e2e-tests): create a test for the address swap split feature * fix(iota-genesis-builder): review comments for SwapSplit * timelock set and misc suggestions (#4857) * fix(iota-genesis-builder): review comments * fix(iota-genesis-builder): clippy for test-outputs * add expect for timelock candidates Co-authored-by: Konstantinos Demartinos <[email protected]> * fix(iota-genesis-builder): format * fix(iota-genesis-builder): add assertion about the original vested header * fix(iota-genesis-builder): timelock cmp * fix(iota-genesis-builder): debug illegal vesting outputs * fix(iota-genesis-builder): fixes #4896 * fix(iota-genesis-builder): clippy * fix(iota-genesis-builder): output index --------- Co-authored-by: DaughterOfMars <[email protected]> Co-authored-by: Konstantinos Demartinos <[email protected]>
- Loading branch information
1 parent
1ac0d1b
commit 46ed3db
Showing
15 changed files
with
707 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Origin,Destination,Tokens,TokensTimelocked | ||
iota1qp8h9augeh6tk3uvlxqfapuwv93atv63eqkpru029p6sgvr49eufyz7katr,0x1336d143de5eb55bcb069f55da5fc9f0c84e368022fd2bbe0125b1093b446313,107667149000,107667149000 | ||
iota1qp8h9augeh6tk3uvlxqfapuwv93atv63eqkpru029p6sgvr49eufyz7katr,0x83b5ed87bac715ecb09017a72d531ccc3c43bcb58edeb1ce383f1c46cfd79bec,388647312000,0 |
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
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.