-
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
Removes fork-specific concrete type getters #13941
Merged
+525
−1,414
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
a9e2d4b
removing typed pb accessors
kasey 32db0bd
refactor ssz api resp handlers to avoid typed pbs
kasey 8109690
json get block handler refactor
kasey dbae11d
SubmitBlindedBlock to use generic json handling
kasey 6325186
update SubmitBlindedBlock
kasey 76cc077
clear out more usages of PbForkname methods
kasey 2866f5b
remove fork-specific getters from block interface
kasey e722679
remove usages of payload pb methods
kasey fc87233
remove pb helpers from execution payload interface
kasey d1b2db7
Update beacon-chain/rpc/eth/beacon/handlers.go
kasey cd3e68a
Update beacon-chain/rpc/eth/beacon/handlers.go
kasey 5172fa8
Update api/client/builder/client.go
kasey d0cc4ee
Update api/client/builder/client.go
kasey 989a0e1
Update api/client/builder/client.go
kasey ebc411c
Update api/client/builder/client.go
kasey e216914
Update api/client/builder/client.go
kasey 72d6d4f
Radek review
kasey 4550854
fix error message
kasey 9e48f00
deal with wonky builder responses
kasey 1f29baf
:scissors:
kasey b3acd0e
gaz
kasey 5058f93
lint
kasey 7a07d23
tweaks for deep source
kasey 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
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.
this message looks incorrect
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 it is correct? This method is posting a blinded beacon block to the builder in order to reveal the execution payload.