-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
[authority sync] Provide an interface for explorers to sync with single authority #509
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
f295ff4
Added tables for execution sequence and blocks
fd9fedc
Added architecture skeleton
12584a9
Rename to batch
9bacf5e
FMT
8ae557a
Added batch db open logic, and tests
fe359d9
Rename block to batch in code and comments
864ca6f
Batch logic and tests
fed3e4b
Appease clippy & fmt
9c3ba3e
Add out of order test
2dbead9
Logic to fix the database
f5477e2
Remove unused error
3a13f05
Rename test
99e3599
Added comments
dbdf817
Make fmt happy
0adec15
Minor changes
01d6172
Define clean consutructors
49a3a45
Clean Licence
01776c9
Integrations of batch listener into authority & tests
bd62573
Make fmt & clippy happy
060c85b
Move from usize to u64 for seq numbers
2ede6ea
Make fmt / clippy happy
a086b7f
Do not add genesis to transaction sequence
3d1c3cb
Updated from review comments
a76a810
Remove confusing comment
945942d
Added hashes to batches
eae08cd
Updated names to Batch(-er)
a1f4ca6
Make fmt happy
ba2ef2a
Created structures for signed batches
775c5de
Handle SignedBatches instead of Batches
03cee3c
Remove pub from file
afcba11
Appease clippy
1e09d11
Turn on format test and do fmt
6b7ae14
Use TxSequenceNumber
bd63cb0
Allow gaps in the sequence + simplify
3992943
Updated structures
3c94310
Fixed clippy on incoming?
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
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
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.
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.
Extraneous line can be removed