-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added EIP-4844 Headers for BlockHeaderOutput. Issue: 6933 (#6937)
* Added EIP-4844 Headers for BlockHeaderOutput. getBlock() now references blockHeaderSchema instead of blockSchema. * Updated blockSchema & blockHeaderSchema to reflect shared properties. * Removed changes from yarn.lock. * Removed author & excessDataGas from the BlockOutput interface. * Separated old and new properties in the BlockOutput interface. * Moved the Withdrawals interface above BlockOutput.
- Loading branch information
Showing
3 changed files
with
158 additions
and
111 deletions.
There are no files selected for viewing
This file contains 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 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.
578ebb6
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.
Benchmark
processingTx
9289
ops/sec (±3.54%
)9301
ops/sec (±4.81%
)1.00
processingContractDeploy
37132
ops/sec (±7.25%
)39129
ops/sec (±7.62%
)1.05
processingContractMethodSend
18837
ops/sec (±7.07%
)19443
ops/sec (±5.19%
)1.03
processingContractMethodCall
37187
ops/sec (±5.56%
)38971
ops/sec (±6.34%
)1.05
abiEncode
43087
ops/sec (±7.86%
)44252
ops/sec (±6.92%
)1.03
abiDecode
30251
ops/sec (±6.46%
)30419
ops/sec (±8.89%
)1.01
sign
1532
ops/sec (±4.35%
)1656
ops/sec (±4.08%
)1.08
verify
368
ops/sec (±0.42%
)373
ops/sec (±0.78%
)1.01
This comment was automatically generated by workflow using github-action-benchmark.