-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: state chain upgraded to substrate 2022-05 #1650
Merged
+4,478
−4,099
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
b8df7b8
feat: state chain upgraded to substrate 2022-05
dandanlen 83b28a2
feat: merge monthly-2022-05 changes into Cfe
dandanlen bc8e541
feat: remove subxt
dandanlen 017cf37
chore: update benchmarks template
dandanlen 34e333b
fix: benchmarking and try-runtime compiles
dandanlen ee9a482
chore: updatre state chain mocks and tests
dandanlen dd0d713
chore: update more tests
dandanlen 0bca1af
fix call
dandanlen 2917f33
fix: dependency conflict in signing
dandanlen 9f3070f
fix: validator tests session keys
dandanlen 80fc06f
chore: clippy
dandanlen f179874
feat: grandpa rpcs
dandanlen bb4185f
chore: remove types.json 💥
dandanlen 2d3d545
feat: new construct_runtime syntax for mocks
dandanlen ed4b02d
fix: remove unused dependencies.
dandanlen 650dd1c
fix: no expected authorship slot at genesis
dandanlen 8d3d8d5
fix: spelling
dandanlen 361dc2d
fix: panic if no author is provided.
dandanlen 207b9db
feat: add a test for SigData MaxEncodedLen impl.
dandanlen 727083a
fix: integration tests
dandanlen e8a0b2f
fix: remove pointless assertion context.
dandanlen 7608433
fix: unsigned extrinsic submission logs pallet call
dandanlen 9850c3b
fix: test all MaxEncodedLen impls
dandanlen c8f6e66
fix: revert weight template
dandanlen 7de785c
fix: correctly formatted hbs template
dandanlen fcabb06
fix: update benchmark.sh
dandanlen 47b9c2f
Merge branch 'develop' into feat/integrate-substrate-monthly-2022-05
dandanlen 762810b
fix: expected_hash encoding
dandanlen e74f005
fix: integration tests
dandanlen 0566f6e
fix: missed authorship slot tests.
dandanlen 7b78c96
feat: additional cfe logging on failed signing attempt.
dandanlen e8692a9
feat: extra loggin on keygen failures.
dandanlen 675ad51
chore: add comment re. tx fee tip
dandanlen 7a5f938
chore: add TODO for issue #1657
dandanlen 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
chore: add comment re. tx fee tip
commit 675ad51e9b7aef33c01cbc06e0eef0c15f2c5019
There are no files selected for viewing
This file contains 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
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.
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.
What does this zero mean?
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.
It's the tip - normally this is used to increase transaction priority, but we ignore it in our runtime since there's no fee market, and we don't want anyone manipulating the execution order.
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.
(I'll add a comment)