-
Notifications
You must be signed in to change notification settings - Fork 879
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
Pectra devnet 5 interop + execution spec tests #8080
Draft
siladu
wants to merge
24
commits into
hyperledger:main
Choose a base branch
from
siladu:pectra-devnet-5-interop_execution-spec-tests
base: main
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.
Draft
Pectra devnet 5 interop + execution spec tests #8080
siladu
wants to merge
24
commits into
hyperledger:main
from
siladu:pectra-devnet-5-interop_execution-spec-tests
Conversation
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
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
…or each fork This isolates defaulting to MainnetProtocolSpecs and reduces blast radius for tests Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Daniel Lehrner <[email protected]>
Signed-off-by: Daniel Lehrner <[email protected]>
Signed-off-by: Daniel Lehrner <[email protected]>
Signed-off-by: Daniel Lehrner <[email protected]>
Signed-off-by: Daniel Lehrner <[email protected]>
Signed-off-by: Daniel Lehrner <[email protected]>
…loadV4 Fixes ethereum/execution-apis#599 change to EIP-7685 Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Simon Dudley <[email protected]>
- Add asMap for blobSchedule so it appears in admin_nodeInfo - Prememptively add OsakaTargetingGasLimitCalculator and wire in the max blob count Add blobschedule to mainnet.json to be explicit, since the code will default to the same values anyway Signed-off-by: Simon Dudley <[email protected]>
…nstead of responding with error Would fix hyperledger#8055 but unit tests still todo Signed-off-by: Simon Dudley <[email protected]>
https://github.com/ethereum/EIPs/pull/9097/files https://github.com/ethereum/EIPs/pull/9098/files https://github.com/ethereum/EIPs/pull/9116/files Signed-off-by: garyschulte <[email protected]> adjust unit test gas costs, fix offset-by-one bug in the discount table Signed-off-by: garyschulte <[email protected]> implement bump in gas cost for bls map functions according to ethereum/EIPs@92c94cf Signed-off-by: garyschulte <[email protected]> using Pawel's suggested discount table from ethereum/EIPs#9116 (comment) Signed-off-by: garyschulte <[email protected]> use bls pairing costs from https://github.com/ethereum/EIPs/pull/9098/files Signed-off-by: garyschulte <[email protected]> remove MUL per ethereum/EIPs#8945 Signed-off-by: garyschulte <[email protected]> fix g1 msm max discount case, add g2 msm max discount case Signed-off-by: garyschulte <[email protected]> remove bls mul ops from benchmark subcommand Signed-off-by: garyschulte <[email protected]> use besu-native 1.1.1 Signed-off-by: garyschulte <[email protected]>
* prague fee market for blob gas Signed-off-by: garyschulte <[email protected]> * Fix wiring and unit test Signed-off-by: Simon Dudley <[email protected]> --------- Signed-off-by: garyschulte <[email protected]> Signed-off-by: Simon Dudley <[email protected]> Co-authored-by: Simon Dudley <[email protected]>
…params instead of responding with error" This reverts commit c5e564c. Signed-off-by: Simon Dudley <[email protected]>
* don't throw if all the gasprice params are specified Signed-off-by: Sally MacFarlane <[email protected]> --------- Signed-off-by: Sally MacFarlane <[email protected]>
hyperledger#8061 Signed-off-by: Simon Dudley <[email protected]>
Revert "Rename targetBlobCount to targetBlobsPerBlock (hyperledger#7981)" This reverts commit 1671306. Signed-off-by: Simon Dudley <[email protected]> Revert "EIP-7742: Add target_blob_count to block header (hyperledger#7808)" This reverts commit f855d5b. Signed-off-by: Simon Dudley <[email protected]>
siladu
force-pushed
the
pectra-devnet-5-interop_execution-spec-tests
branch
from
January 7, 2025 01:28
e2105b6
to
f759b77
Compare
siladu
changed the title
Pectra devnet 5 interop execution spec tests
Pectra devnet 5 interop + execution spec tests
Jan 7, 2025
…erenceTests Signed-off-by: Simon Dudley <[email protected]>
siladu
force-pushed
the
pectra-devnet-5-interop_execution-spec-tests
branch
from
January 14, 2025 06:44
f759b77
to
5efd396
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Run #8044 against https://github.com/ethereum/execution-spec-tests/releases/tag/pectra-devnet-5%40v1.1.0
Fixes #8070