-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Cancun Hardfork: support for new Transaction type #12063
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
6477f39
to
a339ebb
Compare
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 need to figure out if max_priority_fee_per_gas
is priced lower in blob transactions compared to 0x0 and 0x2 because there is an added cost from max_fee_per_blob_gas
8a68025
Quality Gate passedIssues Measures |
* testing block unparsing * Pdded arsing tests for 0x3 * Adding type 0x3 to gas estimator * Sonar cube code quality fix --------- Co-authored-by: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com>
* change error log to warn log (#12204) Co-authored-by: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com> * Cancun Hardfork: support for new Transaction type (#12063) * testing block unparsing * Pdded arsing tests for 0x3 * Adding type 0x3 to gas estimator * Sonar cube code quality fix --------- Co-authored-by: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com> --------- Co-authored-by: Jim W <poopoothegorilla@users.noreply.github.com> Co-authored-by: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com> Co-authored-by: Simson <simsonraj.easvarasakthi@smartcontract.com>
* testing block unparsing * Pdded arsing tests for 0x3 * Adding type 0x3 to gas estimator * Sonar cube code quality fix --------- Co-authored-by: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com>
* testing block unparsing * Pdded arsing tests for 0x3 * Adding type 0x3 to gas estimator * Sonar cube code quality fix --------- Co-authored-by: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com>
* testing block unparsing * Pdded arsing tests for 0x3 * Adding type 0x3 to gas estimator * Sonar cube code quality fix --------- Co-authored-by: Simson <simsonraj.easvarasakthi@smartcontract.com> Co-authored-by: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com>
* testing block unparsing * Pdded arsing tests for 0x3 * Adding type 0x3 to gas estimator * Sonar cube code quality fix --------- Co-authored-by: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com>
* Cancun Hardfork: support for new Transaction type (#12063) * testing block unparsing * Pdded arsing tests for 0x3 * Adding type 0x3 to gas estimator * Sonar cube code quality fix --------- Co-authored-by: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com> * Updated changelog for Blob transaction type inclusion --------- Co-authored-by: Prashant Yadav <34992934+prashantkumar1982@users.noreply.github.com>
Ticket: https://smartcontract-it.atlassian.net/browse/SHIP-1032
Including the new transaction type(0x3) in Gas estimator