-
Notifications
You must be signed in to change notification settings - Fork 122
feat(ethexe-db): db versioning #5118
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
78 commits
Select commit
Hold shift + click to select a range
7782dc5
refactor chain commitment aggregation - pre-commit PASSED
grishasobol bffa168
fix validators errors handling
grishasobol d62f220
fix era timestamps
grishasobol ecc3b20
remove validation deepness limit completelly
grishasobol d6a2523
move latest_era_with_committed_validators to PreparedBlockData
grishasobol 3aa82cb
issues
grishasobol 986792c
fix election_timestamp_finalized
grishasobol 5a22feb
processor refactoring
grishasobol 2aaeddf
PASS ethexe-processor tests
grishasobol 19e7ca0
Merge branch 'master' into gsobol/ethexe/consensus-errors-handling
grishasobol 8a786f9
fix; tests PASSED
grishasobol 03f1cd6
fix
grishasobol 402b05b
refactoring
grishasobol defb909
Merge branch 'master' into gsobol/ethexe/processor
grishasobol 1497fee
uncomment db tests
grishasobol 4184530
remove multiplier from rpc config
grishasobol 72d1833
pretty printing
grishasobol 8b729dd
process queue remove Option; remove async run from RunContext
grishasobol e2b4ea4
borrow inner
grishasobol fcbfa5d
move OverlaidRunContext to overlaid.rs
grishasobol b510f30
use move semantic for transitions in run context
grishasobol 068cc60
fix test injected_prioritized_over_canonical
grishasobol 2758f8b
return error from run
grishasobol fc3ac90
return cloneable back
grishasobol f8b4907
fix network tests
grishasobol 440bd2d
Merge branch 'gsobol/ethexe/processor' into gsobol/ethexe/db
grishasobol be4d72e
fix after merge
grishasobol 26d7103
improve key to_bytes
grishasobol 5d94873
remove redandant write_hash and contains
grishasobol 7d1b775
intermidiate
grishasobol 421cab7
Merge branch 'master' into gsobol/ethexe/processor
grishasobol 0a007d7
fixes after master merge
grishasobol 736ea46
Merge branch 'gsobol/ethexe/processor' into gsobol/ethexe/db
grishasobol a2ffffc
Merge branch 'master' into gsobol/ethexe/db
grishasobol 55aafc0
inermediate 1
grishasobol 7f7cf81
Merge branch 'master' into gsobol/ethexe/processor
grishasobol 5c5e831
fix for shear
grishasobol 613bd02
fix(ethexe-processor): use a dedicated thread pool for chunked execut…
liferooter d96cbdb
DEFAULT_CHUNK_PROCESSING_THREADS -> DEFAULT_CHUNK_SIZE
grishasobol 09d4409
check pub(super/crate/none) correctness
grishasobol 75550bf
append issue number
grishasobol 4840960
move task processing to after queue processing
grishasobol cff516a
Merge branch 'master' into gsobol/ethexe/processor
grishasobol 8598b21
Merge branch 'master' into gsobol/ethexe/processor
grishasobol 545d145
Merge branch 'master' into gsobol/ethexe/processor
grishasobol 87908f9
review
grishasobol 4ad7c31
Merge branch 'gsobol/ethexe/processor' into gsobol/ethexe/db
grishasobol 72a160f
some fixes
grishasobol 9a28d71
support pending announces rejection in connect node
grishasobol b99fa7c
fixes
grishasobol 0769ad4
Merge branch 'gsobol/ethexe/connect-node-fix' into gsobol/ethexe/db
grishasobol c6261e5
fix some bugs in tests
grishasobol 334431e
Merge branch 'master' into gsobol/ethexe/db
grishasobol 1414214
restructure
grishasobol 50a582c
issue number
grishasobol eeb9ef9
Merge branch 'master' into gsobol/ethexe/db
grishasobol 6395017
update submodules
grishasobol 21e4bdc
fix clippy
grishasobol 10f876c
append licence
grishasobol 6f4784b
Merge branch 'master' into gsobol/ethexe/db
grishasobol 986a948
fix after master merge
grishasobol 312054a
fix for shear
grishasobol f2bd20a
remove redundant
grishasobol 8b3e4e0
Merge branch 'master' into gsobol/ethexe/db
grishasobol b473cf6
fix after master merge
grishasobol f78a691
Merge branch 'master' into gsobol/ethexe/db
grishasobol 8ef8dda
fix redundant deps
grishasobol 3c9f2d6
Merge branch 'master' into gsobol/ethexe/db
grishasobol 06da604
return sha2 dep back
grishasobol 6f97fe8
Merge branch 'master' into gsobol/ethexe/db
grishasobol b731057
fix observer doc
grishasobol 93d896b
Merge branch 'master' into gsobol/ethexe/db
grishasobol a2f2600
Merge branch 'master' into gsobol/ethexe/db
grishasobol 7e00cd9
impl RawDatabase proposal
grishasobol 3dfc627
little refactoring
grishasobol 2685a41
small refactoring
grishasobol b46419e
Merge branch 'master' into gsobol/ethexe/db
grishasobol a34fd49
Merge branch 'master' into gsobol/ethexe/db
grishasobol 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,3 +23,4 @@ utils/**/fuzz/fuzz/* | |
| fuzz_run | ||
| lazy_pages_fuzz_run | ||
| seed.bin | ||
| .vscode/settings.json | ||
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
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.