Merged
Conversation
dhirajs0
commented
Oct 31, 2025
|
|
||
| // break the loop if countOfWithdrawals is greater than or equal to 100 | ||
| // as running the entire test might take too long to complete | ||
| if(countOfWithdrawals >= MAX_WITHDRAWAL_CALLS) |
Contributor
Author
There was a problem hiding this comment.
limited it to 100 calls, as it was taking long time to process all the contributions.
dhirajs0
commented
Oct 31, 2025
| } | ||
|
|
||
| const ALICE_FUNDING_AMOUNT = 100_000_000_000_000_000n; // initail funing to Alice for transaction fees | ||
| const PAST_RC_BLOCK_NUMBER = 28_380_000; // // any past RC block number can be used |
Contributor
Author
There was a problem hiding this comment.
This could be any past rc block, we update the the withdrawal block with it to make them eligible for withdrawal
Merged
x3c41a
reviewed
Nov 3, 2025
x3c41a
reviewed
Nov 3, 2025
x3c41a
reviewed
Nov 3, 2025
x3c41a
reviewed
Nov 3, 2025
x3c41a
reviewed
Nov 3, 2025
x3c41a
reviewed
Nov 3, 2025
x3c41a
reviewed
Nov 3, 2025
x3c41a
approved these changes
Nov 4, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It tests the crowdloan contributors can withdraw their funds after it's eligible block post migration.
I have tested it on post migration snapshot from ci run here, it is working on PAH on my local test.
ahOps pallet handling the crowdloan data Link
It takes close to 1-3 hrs to complete locally as there was 2446 crowdload contributors.