-
Notifications
You must be signed in to change notification settings - Fork 945
Add builder SSZ flow #6859
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
Merged
Merged
Add builder SSZ flow #6859
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c0901b6
Add SSZ requests to get head and post blinded payload
eserilev 09c2cde
Add ssz decoding to builder bid
eserilev 3b5c710
TODO: ssz decoding for FullPayloadContents
eserilev 05c45da
Add SSZ decoding to payload blobs and bundle
eserilev de9a77d
DecodeWithFork trait
eserilev 7d524e5
add decode by fork trait
eserilev 82765e8
add decode by fork trait
eserilev 098d5b5
add encode to signed builder bid
eserilev 6e664dc
merge conflicts
eserilev 3876806
Add ssz to mock builder
eserilev a2f8dd1
TODOs
eserilev 679a3a4
Add SSZ
eserilev 2c180e5
Fix tests
eserilev f76b65a
cargo sort
eserilev c5b60d2
use accept header
eserilev eeca505
FMT
eserilev 34713e1
progress
eserilev 95c024f
fix tests
eserilev 5fc89e4
revert
eserilev df16f95
refactor
eserilev 3eee2d1
Minor cleanups
michaelsproul 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,9 @@ authors = ["Sean Anderson <[email protected]>"] | |
|
|
||
| [dependencies] | ||
| eth2 = { workspace = true } | ||
| ethereum_ssz = { workspace = true } | ||
| lighthouse_version = { workspace = true } | ||
| reqwest = { workspace = true } | ||
| sensitive_url = { workspace = true } | ||
| serde = { workspace = true } | ||
| serde_json = { workspace = true } | ||
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.