This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
BEEFY subscription fires multiple times for the same commitment #10684
Closed
Wizdave97
wants to merge
26
commits into
paritytech:master
from
Wizdave97:david/beefy-subscribe-justification-rpc
Closed
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
04e9166
prevent duplicate justification notifications
Wizdave97 acbc825
Merge branch 'master' of https://github.com/paritytech/substrate into…
Wizdave97 8cc6ac7
minor fix
Wizdave97 e98492b
clean up
Wizdave97 2ca50e3
fix failing tests
Wizdave97 1029b26
minor fix
Wizdave97 0d40e9a
add comments to test
Wizdave97 5cbf9d2
fix typo
Wizdave97 b20926c
minor fix
Wizdave97 307a147
Merge branch 'master' of https://github.com/paritytech/substrate into…
Wizdave97 9147724
Merge branch 'master' of https://github.com/paritytech/substrate into…
Wizdave97 5253c95
Merge branch 'master' of https://github.com/paritytech/substrate into…
Wizdave97 c6a8a2f
Merge branch 'paritytech:master' into david/beefy-subscribe-justifica…
Wizdave97 fe0f7ec
updated test case
Wizdave97 2be30bb
remove unreliable tests
Wizdave97 61088bd
Merge branch 'paritytech:master' into david/beefy-subscribe-justifica…
Wizdave97 c302c39
minor fix
Wizdave97 b213cce
Merge branch 'david/beefy-subscribe-justification-rpc' of github.com:…
Wizdave97 d0846ed
fix
Wizdave97 925ce6b
Merge branch 'paritytech:master' into david/beefy-subscribe-justifica…
Wizdave97 74e2b6c
Merge branch 'master' of https://github.com/paritytech/substrate into…
Wizdave97 99adcdf
add justification dedup test case
Wizdave97 11aba7c
Merge branch 'david/beefy-subscribe-justification-rpc' of github.com:…
Wizdave97 c3b7f22
fix tests
Wizdave97 d02bb2f
Merge branch 'master' of https://github.com/paritytech/substrate into…
Wizdave97 854cd0a
fix test assertion string
Wizdave97 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 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 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 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.
block numbers are actually u32
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.
The
susbtrate-test-runtime
uses a u64