-
Notifications
You must be signed in to change notification settings - Fork 146
feat(lib/runtime/wasmer): report grandpa equivocations #3007
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 all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
8a921b0
init structure for rt calls
jimjbrettj 67c1222
create reportEquivocation method
jimjbrettj 96c6115
wip
jimjbrettj 6bef330
wip/implement generateKeyOwnershipProof
jimjbrettj d495c07
wip
jimjbrettj dcfc00f
wip
jimjbrettj 383e1f5
wip
jimjbrettj e0ed43a
wip/testReportEquivocation
jimjbrettj f196c41
get submit equivocation report test working
jimjbrettj 33c3f24
make blockNum uint64, proper encoding for equivProof, TODO/fix errors…
jimjbrettj f9190c3
wip/fix wasmer tests
jimjbrettj d2d4482
small changes post rebase
jimjbrettj 71d842a
fix build
jimjbrettj 90996c7
fix rpc/modules test
jimjbrettj d1b6e21
fix core tests
jimjbrettj 88c3e33
fix grandpa test
jimjbrettj f094fa3
regenerated mocks
jimjbrettj 98f4140
change vote block nuber to uint32
jimjbrettj 6e8c1f4
fix submitEquicocationProof test
jimjbrettj a00c1e0
clean up PR TODO/fix lint
jimjbrettj 6376710
fix sync tests
jimjbrettj 2fd8605
fix rpc modules mocks
jimjbrettj 09efb56
fix mocks and linting
jimjbrettj 5abc2f8
remove deepsource issues
jimjbrettj 940ca05
unit test for reportEquivocation
jimjbrettj 3244d00
add copyright to new file
jimjbrettj 5cde759
fix unmarshalling of key ownership proof
jimjbrettj 145ae9b
make tests parallel
jimjbrettj ba47e41
user versioner interface, WIP/feedback
jimjbrettj cb55fbb
respond to feedback
jimjbrettj 3fdea2c
tims feedback and resolve comments from yesterdays feedback
jimjbrettj 0afb574
Update lib/grandpa/vote_message_integration_test.go
jimjbrettj e5d1137
Update lib/grandpa/vote_message_integration_test.go
jimjbrettj 3ae01ee
Update lib/grandpa/vote_message_integration_test.go
jimjbrettj fc1413f
wip/feedback
jimjbrettj 201cf30
respond to feedback
jimjbrettj 02ae7ad
fix grandpa integration test
jimjbrettj a143b85
Update dot/types/grandpa_test.go
jimjbrettj 2376207
Update dot/types/grandpa_test.go
jimjbrettj e3ce638
Update dot/types/grandpa_test.go
jimjbrettj 0c9c355
Update lib/grandpa/interfaces.go
jimjbrettj b3ff0b6
Update lib/grandpa/vote_message.go
jimjbrettj bf0f3ce
Update lib/runtime/wasmer/exports.go
jimjbrettj 46323ed
Update lib/runtime/wasmer/exports.go
jimjbrettj 98b4997
Update lib/runtime/wasmer/exports.go
jimjbrettj ee97c9a
Update lib/runtime/wasmer/exports_test.go
jimjbrettj 662ea7e
changes
jimjbrettj deb08da
wip/feedback
jimjbrettj 6f94bd9
feedback
jimjbrettj a7d3c76
lint
jimjbrettj 971cc44
rename opaqueKeyOwnershipProof to GrandpaOpaqueKeyOwnershipProof
jimjbrettj 680ff90
fix mocks
jimjbrettj 017cce8
wip/feedback
jimjbrettj 1df1dd7
add sources to expected encodings
jimjbrettj 4ffb931
feedback
jimjbrettj eeea55d
rebase
jimjbrettj 915ac28
clean up mocks
jimjbrettj 7a57342
rename checkForEquivocation to checkAndReportEquivocation
jimjbrettj 8df6d0f
use snake case for tests
jimjbrettj 578f0a5
rename equivocation vdt types
jimjbrettj 419f569
respond to feedback
jimjbrettj 16de290
move test helper out of common to test_helpers
jimjbrettj 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
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
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
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.