Adds to 22.10.4#5054
Merged
Merged
Conversation
* fix transaction pool issue * add block replay * support in-memory snapshots Signed-off-by: Karim TAAM <karim.t2am@gmail.com> Signed-off-by: garyschulte <garyschulte@gmail.com> Signed-off-by: Justin Florentine <justin+github@florentine.us>
…h#5039) * bonsai layered worldstate subscription * unsubscribe from worldstatestorage on close of BonsaiLayeredWorldState * minor txpool logging improvements Signed-off-by: garyschulte <garyschulte@gmail.com> Signed-off-by: Justin Florentine <justin+github@florentine.us>
Signed-off-by: Justin Florentine <justin+github@florentine.us>
* Add RocksDB readOptions with checksum verification set to false for RocksDB get methods * Spotless + apply disabling checksum verification for unsegmented RocksDB reads Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> Signed-off-by: Justin Florentine <justin+github@florentine.us>
Signed-off-by: Justin Florentine <justin+github@florentine.us>
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
* Cache empty slots. Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> * clear after each block and copy during clone Signed-off-by: Karim TAAM <karim.t2am@gmail.com> * add changelog Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> * Avoid triggering a calculate root hash when empty slot cache is not empty. Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net> Signed-off-by: Karim TAAM <karim.t2am@gmail.com> Signed-off-by: ahamlat <ameziane.hamlat@consensys.net> Signed-off-by: Simon Dudley <simon.dudley@consensys.net> Co-authored-by: Karim TAAM <karim.t2am@gmail.com>
…-eth#4897) Use WorldStateBonsaiUpdater accounts cache each time we try to get an account from storage. Currently, we use this cache only in some code paths. Signed-off-by: Karim TAAM <karim.t2am@gmail.com> Signed-off-by: Simon Dudley <simon.dudley@consensys.net> Co-authored-by: Ameziane H <ameziane.hamlat@consensys.net>
* use debug rpc endpoint to resync worldstate * Reset transaction pool state every time the initial sync is done Signed-off-by: garyschulte <garyschulte@gmail.com> Signed-off-by: Simon Dudley <simon.dudley@consensys.net> Co-authored-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Signed-off-by: Karim TAAM <karim.t2am@gmail.com> Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
8f6ab7d to
23bd28c
Compare
Contributor
|
In order to include
and to avoid merge conflicts, I also included the following PRs (which are probably decent improvements for this release anyway):
I reverted the rocksdb lib wiring in so I can see this PR go green before we attempt to add in a re-built version of the lib. |
fab-10
approved these changes
Feb 8, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Additions to 22.10.4 release.