-
Notifications
You must be signed in to change notification settings - Fork 818
tx: add peerdas blob transactions support #3976
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
Open
g11tech
wants to merge
32
commits into
master
Choose a base branch
from
peerdas
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
4e54fac
tx: add peerdas blob transactions support
g11tech e62c171
add eip 7594 network wrapper for blob tx
g11tech 79ea6be
add eip 7594 checks and engine api changes
g11tech 8018113
add 7594 to osaka hf and fix the network wrapper validation
g11tech 90456df
improve networkwrapper vals
g11tech 6a4ee60
update proof validation for cell proofs network version
g11tech d207313
temp use ckzg
g11tech 9ceb384
fixes
g11tech 878db6e
load trusted setup on ckzg
g11tech 01e71c3
load trusted setup on ckzg
g11tech 30b5246
load trusted setup on ckzg
g11tech da32066
move prague genesis to testdata and add/generate osaka genesis and up…
g11tech 6ed99ca
add blobs to cell and proofs util
g11tech 1934d71
build and add getpayloadv5 end to end client spec, test/fix the issues
g11tech 8e40c69
ci build
g11tech 50c2b4f
ci build
g11tech bf35a5a
fix ci
g11tech d9a4ddd
add 7594 network wrapper tx tests and fix isssues
g11tech 3bdcd50
fix ckzg import
g11tech 3ac1a29
debug requests
g11tech 949b555
add further debugging log
g11tech 58300d5
ckzg for testing revert later
g11tech b033e7d
fix rebae
g11tech e886c2c
add blobs bundle debug log
g11tech 621d70d
more debug log
g11tech 71fd34d
remove old format transactions
g11tech 361e997
reject old format tx acceptance
g11tech b112d81
add debug log
g11tech 18e0ad6
exclude selection of 7594 txs if hardfork not yet happened
g11tech 804156d
exclude selection of 7594 txs if hardfork not yet happened
g11tech c534b6f
remove additional console logs
g11tech f91bea7
fix breaking client tests
g11tech 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 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 |
---|---|---|
|
@@ -640,6 +640,7 @@ | |
"blobschedule", | ||
"hoodi", | ||
"peerdas", | ||
"getpayload" | ||
"getpayload", | ||
"ckzg" | ||
] | ||
} |
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
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
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
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.
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.
temp using ckzg will microsigner impls the cell fns