-
Notifications
You must be signed in to change notification settings - Fork 1.1k
babe: keep stateless verification in Verifier, move everything else to the import queue
#9147
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
Changes from 9 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
843dad9
babe: keep stateless verification in `Verifier`, move everything else…
sistemd 0b7a2dc
Update from github-actions[bot] running command 'prdoc --audience nod…
github-actions[bot] 5eb0fe1
update prdoc description
sistemd a46e26b
revert some unneeded changes
sistemd 3368dc2
replace BabeCreateInherentDataProviders
sistemd ef7327c
remove unneeded create_inherent_data_providers call
sistemd 7966bf3
calculate the slot directly
sistemd f6c2374
Merge branch 'master' into sistemd/babe-import-queue-split
sistemd f454698
Merge branch 'master' into sistemd/babe-import-queue-split
sistemd 2ea4261
fix prdoc
sistemd 2a688a2
clean up error handling
sistemd da01d0d
authorities length check
sistemd d1170dc
don't fetch parent metadata
sistemd 839ac5d
query_epoch_changes function
sistemd 159e2fe
nicer block number calculation
sistemd 57a0dfc
syntax
sistemd 5b2c5fd
move some code into check_inherents
sistemd 89acaed
better SlotAuthorNotFound error checking
sistemd 6311296
Merge remote-tracking branch 'origin/master' into sistemd/babe-import…
sistemd 5b7f423
fix warning
sistemd 8e4d190
last nits
sistemd cef602e
Merge branch 'master' into sistemd/babe-import-queue-split
sistemd b2b573b
Merge branch 'master' into sistemd/babe-import-queue-split
sistemd c084b7b
Merge branch 'master' into sistemd/babe-import-queue-split
sistemd 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| title: 'babe: keep stateless verification in `Verifier`, move everything else to the | ||
| import queue' | ||
| doc: | ||
| - audience: Node Operator | ||
| description: Only do stateless verification without runtime calls in the `BabeVerifier`, do all other verification in the import queue. | ||
| crates: | ||
| - name: polkadot-service | ||
| bump: patch | ||
| - name: sc-consensus-babe-rpc | ||
| bump: patch | ||
| - name: sc-consensus-babe | ||
| bump: patch | ||
| - name: sp-consensus-babe | ||
| bump: patch | ||
| - name: sp-consensus | ||
| bump: patch | ||
| - name: sp-inherents | ||
| bump: patch | ||
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.
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.