-
Notifications
You must be signed in to change notification settings - Fork 140
asset-hub-kusama: Prepare ElasticScaling with 3 cores on asset hub kusama and enable buffered election export #1018
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1c0cac3
ahk: Enable ElasticScaling with 3 cores on asset hub kusama
lexnv b44d9a5
ahk: Expose RELAY_PARENT_OFFSET via runtime api
lexnv b6d1158
changelog: add PR
lexnv b1a8274
changelog: Change pr title name
lexnv e879851
Merge remote-tracking branch 'origin/main' into lexnv/es-3-cores-ahk
lexnv 8928d30
kusama: Add elastic scaling constants
lexnv cf16fad
ahk: Add missing parent offset
lexnv 13a3b08
Merge remote-tracking branch 'origin/main' into lexnv/es-3-cores-ahk
lexnv 1e762d5
ahk: Disable tests that rely on the pending unreleased fix
lexnv 6a5a09e
Update system-parachains/constants/src/kusama.rs
lexnv 9f88bd3
Update CHANGELOG.md
lexnv 4558185
Revert "ahk: Disable tests that rely on the pending unreleased fix"
lexnv a90eb65
Merge remote-tracking branch 'origin/main' into lexnv/es-3-cores-ahk
lexnv 4d07c65
Update crates to unstable2507
TorstenStueber 5137407
Merge branch 'main' of https://github.com/TorstenStueber/polkadot-run…
TorstenStueber e931c2e
Add PR feedback
TorstenStueber 79d5244
Correct the WeightToFee multiplier
TorstenStueber 78f1882
Disable fixture compilation for clippy
TorstenStueber 43e1bb4
Merge branch 'main' into main
TorstenStueber 82c8b76
Fix CI
TorstenStueber 7871e45
Merge branch 'main' of https://github.com/TorstenStueber/polkadot-run…
TorstenStueber 11e5bed
Fix fmt and change config values
TorstenStueber 18a091f
Update Cargo.toml
claravanstaden 85ca8d8
Merge branch 'main' into main
claravanstaden de4c664
bump staking async
Ank4n 11a801c
update changelog
Ank4n ac82b80
fmt
Ank4n f370a24
Merge remote-tracking branch 'ank/upgrade-unstable-2507' into lexnv/e…
lexnv 9e5030f
cargo: Update xcm-emulator to pass tests
lexnv 240f570
Merge branch 'main' into lexnv/es-3-cores-ahk
acatangiu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bump staking async
- Loading branch information
commit de4c6644a0b7962cbfbfc735b30e892a8465bf4d
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -389,6 +389,8 @@ impl pallet_staking_async_rc_client::Config for Runtime { | |
| type AHStakingInterface = Staking; | ||
| type SendToRelayChain = StakingXcmToRelayChain; | ||
| type MaxValidatorSetRetries = ConstU32<64>; | ||
| // export validators as soon as election results are ready. | ||
| type ValidatorSetExportSession = ConstU32<0>; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. cc: @sigurpol |
||
| } | ||
|
|
||
| #[derive(Encode, Decode)] | ||
|
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.