-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove icarus genesis gap hack #2643
Conversation
bors try |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! I am pretty sure there's also a special Icarus wallet with addresses starting only at a high index (like 500 or so) which would now fail because of this.
I think it's fine to get rid of this scenario now, since it was mainly for the ITN snapshot. @piotr-iohk, thoughts?
Don't fund icarus wallets in genesis This used to make ADDRESS_LIST_02 - Can filter used and unused addresses fail, presumably because the genesis entries didn't have any guaranteed order. Remove unused shrinkPool etc Remove BYRON_RESTORE_08
9fae748
to
3fc76c7
Compare
bors try |
tryAlready running a review |
bors try- |
👍
I think Piotr is off until something like Wednesday. But I can't either see why the test would matter now, and he'll have the opportunity to object in the QA phase of the ticket too, so merging. bors r+ |
2643: Remove icarus genesis gap hack r=Anviking a=Anviking # Issue Number ADP-828 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [x] Use the standard gap size, even for the genesis block. - [x] Fund icarus fixture wallets using txs, not as part of the byron genesis - Not entirely sure why this helped though 🤔 - the wallets only had 10 addresses, so the order shouldn't have mattered anyway... # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Jira will detect and link to this PR once created, but you can also link this PR in the description of the corresponding ticket ✓ Acknowledge any changes required to the Wiki ✓ Finally, in the PR description delete any empty sections and all text commented in <!--, so that this text does not appear in merge commit messages. --> Co-authored-by: Johannes Lund <[email protected]>
Build failed:
New one - the build times out. But |
bors r+ |
2643: Remove icarus genesis gap hack r=Anviking a=Anviking # Issue Number ADP-828 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [x] Use the standard gap size, even for the genesis block. - [x] Fund icarus fixture wallets using txs, not as part of the byron genesis - Not entirely sure why this helped though 🤔 - the wallets only had 10 addresses, so the order shouldn't have mattered anyway... # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Jira will detect and link to this PR once created, but you can also link this PR in the description of the corresponding ticket ✓ Acknowledge any changes required to the Wiki ✓ Finally, in the PR description delete any empty sections and all text commented in <!--, so that this text does not appear in merge commit messages. --> Co-authored-by: Johannes Lund <[email protected]>
Build failed: #expected |
The fixture wallets now have 1 instead of 10 txs.
bors r+ |
2643: Remove icarus genesis gap hack r=Anviking a=Anviking # Issue Number ADP-828 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [x] Use the standard gap size, even for the genesis block. - [x] Fund icarus fixture wallets using txs, not as part of the byron genesis - Not entirely sure why this helped though 🤔 - the wallets only had 10 addresses, so the order shouldn't have mattered anyway... # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Jira will detect and link to this PR once created, but you can also link this PR in the description of the corresponding ticket ✓ Acknowledge any changes required to the Wiki ✓ Finally, in the PR description delete any empty sections and all text commented in <!--, so that this text does not appear in merge commit messages. --> Co-authored-by: Johannes Lund <[email protected]>
Build failed:
|
bors r+ |
2643: Remove icarus genesis gap hack r=Anviking a=Anviking # Issue Number ADP-828 # Overview <!-- Detail in a few bullet points the work accomplished in this PR --> - [x] Use the standard gap size, even for the genesis block. - [x] Fund icarus fixture wallets using txs, not as part of the byron genesis - Not entirely sure why this helped though 🤔 - the wallets only had 10 addresses, so the order shouldn't have mattered anyway... # Comments <!-- Additional comments or screenshots to attach if any --> <!-- Don't forget to: ✓ Self-review your changes to make sure nothing unexpected slipped through ✓ Assign yourself to the PR ✓ Assign one or several reviewer(s) ✓ Jira will detect and link to this PR once created, but you can also link this PR in the description of the corresponding ticket ✓ Acknowledge any changes required to the Wiki ✓ Finally, in the PR description delete any empty sections and all text commented in <!--, so that this text does not appear in merge commit messages. --> Co-authored-by: Johannes Lund <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgmt
Build failed:
|
bors r+ |
Build succeeded: |
Issue Number
ADP-828
Overview
Comments