-
Notifications
You must be signed in to change notification settings - Fork 475
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
Validator recording fix #2660
Merged
Merged
Validator recording fix #2660
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
6cc3a5d
block_validator: read batches once per batch
tsahee d752445
remove blockhash from validator.BatchInfo
tsahee 25b4afe
update default forward-blocks value
tsahee c98d652
block_validator: prevBatchCache in reorgs
tsahee b71fd7b
block_recorder: separate config, add place to max blocks
tsahee 747a0f3
block_validator: delete batch from cache after used by report
tsahee 6d0ee87
block_validator: nits
tsahee 5591e5a
block_validator: separate reading full batches from just posted data
tsahee 7553cec
go-ethereum: remove koanf from recordingdb
tsahee d156b80
add traces to workers
tsahee 1ab23ac
redis consumer logs to Debug
tsahee 4164ba2
Merge remote-tracking branch 'origin/stylus_configs_update' into vali…
tsahee 7075c7f
redis producer: delete entry after result exists
tsahee f5750e7
producer: debug check responses loop
tsahee 0975c44
update geth pin
tsahee 98b482f
Merge remote-tracking branch 'origin/master' into validator_fetch_bat…
tsahee b5fa17d
fix race in test
tsahee 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
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.
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.
I think we should have this extend
arbitrum.RecordingDatabaseConfig
(having that as an unnamed field, I forget the proper terminology in geth). Then we can callarbitrum.RecordingDatabaseConfigAddOptions
insideBlockRecorderConfigAddOptions
. Alternatively, I'd just drop the geth struct, or at least drop its koanf options and the AddOptions function to clarify that it's not directly part of the config.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.
I think I'll remove the geth koanf and AddOptions