-
Notifications
You must be signed in to change notification settings - Fork 140
Bump to stable2409-6 #623
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
Bump to stable2409-6 #623
Conversation
|
/cmd fmt |
|
/cmd fmt |
|
Command "fmt" has started 🚀 See logs here |
|
Command "fmt" has finished ✅ See logs here |
|
Command "fmt" has started 🚀 See logs here |
|
Command "fmt" has finished ✅ See logs here |
system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_ethereum_config.rs
Show resolved
Hide resolved
system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_ethereum_config.rs
Outdated
Show resolved
Hide resolved
claravanstaden
left a comment
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.
Set Electra epochs in the future, until real epoch is announced.
system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_ethereum_config.rs
Outdated
Show resolved
Hide resolved
system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_ethereum_config.rs
Outdated
Show resolved
Hide resolved
Co-authored-by: Clara van Staden <[email protected]>
|
/cmd fmt |
|
Command "fmt" has started 🚀 See logs here |
|
Command "fmt" has finished ✅ See logs here |
This reverts commit d6e4b7a.
…oved directly here from https://github.com/paritytech/polkadot-sdk/blob/stable2409/bridges/chains" This reverts commit cb78e0f.
This reverts commit 554ec5b.
claravanstaden
left a comment
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.
Adding Electra activation epoch: https://github.com/ethereum/EIPs/pull/9560/files
system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_ethereum_config.rs
Outdated
Show resolved
Hide resolved
…o_ethereum_config.rs Co-authored-by: Clara van Staden <[email protected]>
@Ank4n I know that I asked you this before in Element, but could please confirm this? |
Yes, verified on version 5.0.1 of |
| fn filter(who: &AccountId) -> bool { | ||
| pallet_nomination_pools::AllPoolMembers::<Runtime>::contains(who) | ||
| } |
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.
👍
| fn filter(who: &AccountId) -> bool { | ||
| pallet_nomination_pools::AllPoolMembers::<Runtime>::contains(who) | ||
| } |
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.
👍
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.
Would be nice to write a small test for this ;)
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.
Would be nice to write a small test for this ;)
I am checking paritytech/polkadot-sdk@stable2409...bkchr-fix-the-thing and there were several pallet unit tests added:
existing_pool_member_cannot_stake
stakers_cannot_join_pool
restricted_accounts_cannot_join
restricted_accounts_can_only_withdraw
permissionless_withdraw_overstake
What should this small test cover/do? Some pseudo-code is ok:
// prepare account
// create pool
// accounts join the pool
// <do-something-else>
// check something1
// check something2
@Ank4n Could you please take care of this? Or at least, write down what needs to be tested, and I can write a test at runtimes.
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.
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.
bkchr
left a comment
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.
We should add a small test for the staking changes. Should not be that hard.
| fn filter(who: &AccountId) -> bool { | ||
| pallet_nomination_pools::AllPoolMembers::<Runtime>::contains(who) | ||
| } |
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.
Would be nice to write a small test for this ;)
CHANGELOG.md
Outdated
|
|
||
| ### Changed | ||
|
|
||
| - Apply patch for stable2409-6 |
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.
Please use the default syntax for these changes.
* add tests to ensure dual stake prevention measures are correctly configured * stake right amount
system-parachains/bridge-hubs/bridge-hub-polkadot/src/bridge_to_ethereum_config.rs
Outdated
Show resolved
Hide resolved
…o_ethereum_config.rs Co-authored-by: Clara van Staden <[email protected]>
claravanstaden
left a comment
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.
Looks good!
|
/merge |
c10aa17
into
polkadot-fellows:main
|
Enabled Available commands
For more information see the documentation |
* Bump to stable2409-6 (polkadot-fellows#623) This PR contains: - bump to stable2409-6 ## TODO: - [x] fix penpal-runtime compilation https://github.com/polkadot-fellows/runtimes/actions/runs/13853959747/job/38766523729?pr=623 - [x] check electra setup - [x] confirm that this PR is compatible and doing the same as polkadot-fellows#608 (@Ank4n) --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Clara van Staden <[email protected]> Co-authored-by: Ankan <[email protected]> * Format --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Clara van Staden <[email protected]> Co-authored-by: Ankan <[email protected]>
This PR contains:
TODO: