-
Notifications
You must be signed in to change notification settings - Fork 1.2k
runtime: remove ttl #5461
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
Merged
Merged
runtime: remove ttl #5461
Changes from all commits
Commits
Show all changes
195 commits
Select commit
Hold shift + click to select a range
793142e
WIP primitives
sandreim 3a29fdf
WIP
sandreim 4a53577
Working version.
sandreim 8285ae7
Better version
sandreim 2831c5e
Add missing primitives and fix things
sandreim c767d60
Implement v2 receipts in polkadot-runtime-parachains
sandreim 96999e3
add missing stuff
sandreim c5f2dc3
Switch parachains runtime to use new primitives
sandreim dbb0160
use vstaging primitives
sandreim 5efab68
update rococo and westend
sandreim c2232e4
client keeps using the old primitives
sandreim 87b079f
no unsafe pls
sandreim 00e8c13
move async backing primtiives to own file
sandreim cd4d02f
fix
sandreim 5509e33
fix test build
sandreim f8b86d2
fix test-runtime
sandreim fe2fbfb
self review feedback
sandreim 975e13b
review feedback
sandreim 1c7ac55
feedback
sandreim 653873b
feedback
sandreim dc98149
clippy
sandreim 0a6bce3
chores
sandreim 5e4dac2
Filter v2 candidate descriptors
sandreim f12ca7a
fix
sandreim 13734de
fix prospective parachains tests
sandreim effb1cc
fix fix
sandreim 3f75cba
fmt
sandreim 75a47bb
fix comment
sandreim 12ed853
another one
sandreim f2c0882
fix build
sandreim 768e034
.
sandreim 4bf0706
improve test and add comment
sandreim 0c83201
add log
sandreim 4296942
simplify check()
sandreim e1a7509
Merge branch 'sandreim/rfc103-primitives' of github.com:paritytech/po…
sandreim 6fb7790
impl<H>
sandreim e6add9c
Merge branch 'sandreim/rfc103-primitives' of github.com:paritytech/po…
sandreim d0b3961
comment
sandreim 66f7a96
add some tests
sandreim 5c0c919
update
sandreim 38ce589
prdoc
sandreim 9f1d611
can't be happy if CI is sad
sandreim a6a7329
Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…
sandreim 663817d
remove newlines
sandreim a1dacc1
match rfc 103 reserved field naming
sandreim 33b80ea
remove default cq offset
sandreim d5b165f
Merge branch 'sandreim/rfc103-primitives' of github.com:paritytech/po…
sandreim 29e4b47
Ignore UMP signals when checking and processing UMP queue
sandreim ab85fe3
wip
sandreim 7d5636b
refactor a bit
sandreim 2954bba
use descriptor core_index in `map_candidates_to_cores`
sandreim e7abe8b
nits
sandreim 1db5eb0
Para Inherent: filter v2 candidate descriptors (#5362)
sandreim cdb49a6
increase test coverage
sandreim f6f714a
Merge branch 'sandreim/rfc103-primitives' of github.com:paritytech/po…
sandreim 9cc8232
WIP
alindima 6211c8e
first version that compiles
alindima aa925cd
Improve usability of primitives
sandreim 00d7c71
use committed core index if available in v1 receipts
sandreim af9f561
typo
sandreim fb2cefb
fix check
sandreim b53787d
typo
sandreim e24afd4
first version that works well
alindima 3e13ef9
remove ProcessedCandidates
alindima 0df5886
start fixing tests
alindima e2ef46e
add test for mixed v1 v2 scenario
sandreim 2dfc542
comment
sandreim a38a243
add ump test
sandreim da381da
avoid one storage read
sandreim ca5c618
store claim queue snapshot in allowed relay parent info
sandreim 4266665
check v2 receipts using claim queue snapshots
sandreim e93b983
typo
sandreim 2267e62
don't back anything if there's an upcoming session change
alindima e01bf53
it was a bad idea to process commitments of v1 receipts
sandreim fb9fbe6
fmt
sandreim c507488
remove unused
sandreim 178e201
Validate session index
sandreim 67f6382
avoid pushing back items to the assignment provider on session change
alindima 984e8e1
add unknown version
sandreim fab215d
add check for unknown version and test
sandreim 7300552
Merge branch 'sandreim/rfc103-primitives' of github.com:paritytech/po…
sandreim 9bbe2cc
typo
sandreim 4dda9df
adjust comments
sandreim af6df0f
duplicate the first assignment if the claim queue used to be empty
alindima 12c7ebd
temp: don't kill the pipelines if tests or clippy is failing
alindima e781da1
Merge remote-tracking branch 'origin/master' into alindima/remove-ttl
alindima cd3eb5f
Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…
sandreim f8ef4ce
fix merge damage
sandreim 04e31a1
unused
sandreim 5fd1279
fix
sandreim 19d6f32
fix benchmark build
sandreim 552078a
Merge branch 'sandreim/rfc103-primitives' of github.com:paritytech/po…
sandreim 4ec3fc8
typos
sandreim 2ba0a27
fmt
sandreim e468d62
fix comment
sandreim 3fe368f
Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…
sandreim 18a0496
mixed v1, v2, v2 without select core tests,
sandreim d320269
Add allowed relay parents storage migration
sandreim 8490488
fix migration
sandreim db67486
fix
sandreim 03cf8c1
clippy
sandreim 43f6de7
feedback
sandreim 70e48d2
sir, make it faster
sandreim 1e26c73
fix
sandreim f4e3fb5
one last fix
sandreim 2e87ad3
fixes
sandreim 54432be
remove println
sandreim cfbecb0
add prdoc
sandreim 3a518f2
fix comment
sandreim 54106e2
refactor map_candidates_to_cores
sandreim b44a604
doc updates
sandreim 4c5c707
Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…
sandreim caff543
feedback
sandreim 218f530
refactor
sandreim 216937a
fix try-runtime
sandreim c0aee8c
check ump signal count and test
sandreim d0a42c8
Merge remote-tracking branch 'origin/master' into alindima/remove-ttl
alindima d31e0a0
remove fields from configuration
alindima fce03b3
fix storage version
alindima f07b6f4
add scheduler migration
alindima 1ef7952
remove unused
sandreim 5790b8e
fix prdoc
sandreim ba9d3ff
more tests cases
sandreim 9c4e2ae
stricter UMP signal checks and tests
sandreim 5b157a2
Merge remote-tracking branch 'origin/master' into alindima/remove-ttl
alindima 8d7b59b
fix todo with a slight hack
alindima d9f0b52
fix core count on session change
alindima 43bbb9d
type alias
sandreim d7e57fd
Merge branch 'master' into sandreim/runtime_v2_descriptor_support
sandreim e64216a
Merge remote-tracking branch 'origin/sandreim/runtime_v2_descriptor_s…
alindima eb1de77
add workaround for #64 for claim queue
alindima 5437b4c
Revert "remove fields from configuration"
alindima 415a938
remove config extrinsics and outdated error
alindima 8985f60
complete fix for #64
alindima e7cf960
fix paras_inherent tests
alindima 4488c11
don't add empty entries to cq
alindima d0c4ea8
fix tests and remove superfluous ones
alindima a48548c
remove yml hacks
alindima 9bec454
fix config storage version
alindima 4a316d0
bugfixes
alindima d745915
tests
alindima bac4b9e
clippy
alindima 658da59
bugfixes
alindima 8f65358
finish scheduler tests
alindima 37fd8cf
extract back_candidates function
alindima 5967f78
testing cleanups
alindima ae9b1ac
add session change test
alindima b9596ba
address comment
alindima fb599e7
prdoc
alindima b5f7bda
revert
alindima 7a1f382
missing feedback
sandreim 4757dab
Merge remote-tracking branch 'origin' into sandreim/runtime_v2_descri…
sandreim a2a0795
Merge branch 'sandreim/runtime_v2_descriptor_support' of github.com:p…
sandreim 01ce087
:facepalm:
sandreim c0b36b1
Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…
sandreim 45b4690
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
28e4309
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
6c81b4c
Merge remote-tracking branch 'origin/sandreim/runtime_v2_descriptor_s…
alindima a5d4dc0
Merge remote-tracking branch 'origin/master' into alindima/remove-ttl
alindima ccb1176
clippy
alindima 9e411f8
address some review comments
alindima 7ea37ad
clippy
alindima 25b1c23
some more polishing
alindima 9767e1b
move eligible_paras
alindima ce092e5
do report_processed when backing/dropping claim
alindima b369153
clippy
alindima 345c956
Merge branch 'master' into alindima/remove-ttl
alindima 4daf2ff
Merge branch 'master' into alindima/remove-ttl
alindima e61646a
nits
alindima 75f1390
some more review feedback
alindima 6e8f479
Merge remote-tracking branch 'origin/master' into alindima/remove-ttl
alindima 8942c57
some fixes
alindima eff59c9
fix hyperlink
alindima e03d00d
add sync backing zombienet test
alindima de0fb25
Merge remote-tracking branch 'origin/master' into alindima/remove-ttl
alindima 4e89e25
add zombienet test for core sharing when one parachain is not produci…
alindima 053fe9c
try fixing zombienet
alindima 9ea0e26
fix benchmarks
alindima 8b3f248
update prdoc
alindima 5b7bad1
Merge remote-tracking branch 'origin/master' into alindima/remove-ttl
alindima f022674
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
468a28c
fix bench
alindima 66d5abf
Merge remote-tracking branch 'origin/master' into alindima/remove-ttl
alindima a99309b
Merge remote-tracking branch 'origin/alindima/remove-ttl' into alindi…
alindima 04a541b
fix benchmarks one last time
alindima 1bfb31b
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
10f7c72
switch test runtime to coretime
alindima acf109d
fix prdoc
alindima ec5c45f
Merge remote-tracking branch 'origin/master' into alindima/remove-ttl
alindima 527a80c
Merge remote-tracking branch 'origin/alindima/remove-ttl' into alindi…
alindima e93a05f
try fixing prdoc
alindima 14c1641
fix prdoc
alindima 0680a2c
review feedback
alindima dea739c
fix clippy
alindima 2c7b6ca
".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…
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
There are no files selected for viewing
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
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
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
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.