-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Batch Eth1 RPC Calls #4392
Merged
Merged
Batch Eth1 RPC Calls #4392
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
8f9c03b
add new methods
nisdas a18c991
Merge branch 'v0.9.2' of https://github.com/prysmaticlabs/geth-shardi…
nisdas 92376d2
get it working
nisdas e213d8d
optimize past deposit logs processing
nisdas f675113
revert change
nisdas d482933
fix all tests
nisdas 0e0b621
use mock
nisdas 0460399
lint
nisdas 3105d87
lint
nisdas 9454546
check for nil
nisdas 3817fa6
stop panics
nisdas 14c79ec
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 60abc2e
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 75132e5
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 5dc9f5f
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] b888374
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] a4cb475
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] d1b8b74
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 495a4b2
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 46d8fc0
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] bb00951
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] e8b5826
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] d29d7f3
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 099cea1
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 0cb83d7
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 498dcd4
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 68a5119
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] cbf872a
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] d9fe7cb
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] cda561b
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] b24ee96
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 0c884e5
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 7a78252
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 403bdcc
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] abe9b07
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] f429526
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] f1dc6ab
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 96daf5c
Apply suggestions from code review
nisdas 7ceaeea
Terence's Review
nisdas 5383b80
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 06f117a
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 5d7bcc0
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] e18f3df
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] afcda7b
Merge refs/heads/v0.9.2 into batchCalls
prylabs-bulldozer[bot] 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
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
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.
Do we not need mutex protection for
headersMap
?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.
this is all single-threaded, so using a mutex isnt required since there isnt any concurrent access
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.
Cool. What i thought but still wanted to confirm