-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
docs(protocol): fix LibBlockHeader comment on EIP-1559 #13276
Conversation
Codecov Report
@@ Coverage Diff @@
## main #13276 +/- ##
==========================================
- Coverage 61.61% 61.50% -0.12%
==========================================
Files 118 118
Lines 3478 3478
Branches 491 491
==========================================
- Hits 2143 2139 -4
- Misses 1250 1255 +5
+ Partials 85 84 -1
*This pull request uses carry forward flags. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
list = new bytes[](15 + extraCapacity); | ||
} else { | ||
// EIP1159 transaction | ||
// EIP-1159 transaction |
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.
ditto
@@ -69,7 +69,7 @@ library LibBlockHeader { | |||
// as [8]byte when hashing the block. | |||
list[14] = LibRLPWriter.writeBytes(abi.encodePacked(header.nonce)); | |||
if (header.baseFeePerGas != 0) { | |||
// non-EIP11559 transaction | |||
// EIP-1159 transaction |
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.
ditto
Co-authored-by: David <david@taiko.xyz>
@davidtaikocha could you resolve this? |
i believe all the changes in this pr have already been covered by #13278, so we can safely close this one? |
Ok, lets close this one |
No description provided.