-
Notifications
You must be signed in to change notification settings - Fork 464
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
Wait for blob inclusion #6090
Wait for blob inclusion #6090
Conversation
…sDataGas mismatch.
* Blob gas info in receipts * Fix gas price * Fix spaces * Add tests * Supports blobs * Ignore on null * Fix suggestions * Fix build --------- Co-authored-by: Nikita Mescheryakov <deffriann@protonmail.com>
This reverts commit 0142329. undo maxPriorityFeePerGas
Also follows gas strategy from tx-fuzz https://github.com/MariusVanDerWijden/tx-fuzz/blob/master/cmd/4844/main.go#L65C19-L65C34
Command line parsing of all args. Commands for distributing funds and also reclaiming all distributed funds again.
Use keyfile as args to make every blob tx use a different private key in round robin style.
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.
We can't merge with this line in TxDecoder if (item.MaxFeePerDataGas.Value == 42_000_000_000)
This reverts commit 1a3c7b4.
tools/SendBlobs/README.md
Outdated
5 = 1st blob's wrong commitment | ||
6 = 1st blob with a modulo correct, but > modulo value | ||
7 = max fee per blob gas = max value | ||
8 = max fee per blob gas > max value |
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.
Could you remove this mention and above in the code as it's was removed after TxDecoder rollback.
Fixes Closes Resolves #
Please choose one of the keywords above to refer to the issue this PR solves followed by the issue number (e.g. Fixes #000). If no issue number, remove the line. Also, remove everything marked optional that is not applicable. Remove this note after reading.
Changes
Types of changes
What types of changes does your code introduce?
Testing
Requires testing
If yes, did you write tests?
Notes on testing
Optional. Remove if not applicable.
Documentation
Requires documentation update
If yes, link the PR to the docs update or the issue with the details labeled
docs
. Remove if not applicable.Requires explanation in Release Notes
If yes, fill in the details here. Remove if not applicable.
Remarks
Send blobs tool now includes: