Integrate refactored chainsync in gnosis-keyper, keyper-code and gnosisaccessnode#544
Draft
ezdac wants to merge 1 commit intoezdac/03-add-chainsync-handlersfrom
Draft
Conversation
8b60b75 to
dd6f3c8
Compare
4ddd3af to
56f6d2d
Compare
dd6f3c8 to
32725f9
Compare
56f6d2d to
537b641
Compare
32725f9 to
4c1e628
Compare
537b641 to
91cc050
Compare
chainsync in gnosis-keyper, keyper-code and gnosisaccessnode
keyper: add contract-addresses to config keyper-core: implement DB chaincache gnosis-keyper: use new chainsyncer gnosis-keyper: remove old sync-handler gnosisaccessnode: use new chainsyncer gnosisaccessnode: move storage to package gnosis-keyper: Rename some functions and types gnosis-keyper: refactor keyperCore init func gnosis-keyper: Pass dbpool to keyper core keyper: implement SyncStartBlock / DatabaseChainCache initial syncing gnosis-keyper: Add int64 overflow checks gnosis-keyper: add new synchandler chore: avoid var shadow feat(chainsync): add retry in initial block fetch chore: rename keypersetmanager synchandler chore: re-use the gnosis eth-client in keyper-core chore: refine comments chore: remove unnecessary import chore: fix generate, gci, gofumpt
91cc050 to
d54b89d
Compare
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.
4 - Integrate the new chainsync handlers in the keyper packages
This will remove the old blockchain handling in the
keyperandkeyperimpl/gnosispackages and use thenewly added re-implementation of this blockchain handling in the keyper packages.