-
Notifications
You must be signed in to change notification settings - Fork 862
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 Test #8044
Draft
siladu
wants to merge
22
commits into
hyperledger:main
Choose a base branch
from
siladu:pectra-devnet-5-interop
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
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 <simon.dudley@consensys.net>
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
…or each fork This isolates defaulting to MainnetProtocolSpecs and reduces blast radius for tests Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
…loadV4 Fixes ethereum/execution-apis#599 change to EIP-7685 Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
- 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 <simon.dudley@consensys.net>
…nstead of responding with error Would fix hyperledger#8055 but unit tests still todo Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
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 <garyschulte@gmail.com> adjust unit test gas costs, fix offset-by-one bug in the discount table Signed-off-by: garyschulte <garyschulte@gmail.com> implement bump in gas cost for bls map functions according to ethereum/EIPs@92c94cf Signed-off-by: garyschulte <garyschulte@gmail.com> using Pawel's suggested discount table from ethereum/EIPs#9116 (comment) Signed-off-by: garyschulte <garyschulte@gmail.com> use bls pairing costs from https://github.com/ethereum/EIPs/pull/9098/files Signed-off-by: garyschulte <garyschulte@gmail.com> remove MUL per ethereum/EIPs#8945 Signed-off-by: garyschulte <garyschulte@gmail.com> fix g1 msm max discount case, add g2 msm max discount case Signed-off-by: garyschulte <garyschulte@gmail.com> remove bls mul ops from benchmark subcommand Signed-off-by: garyschulte <garyschulte@gmail.com> use besu-native 1.1.1 Signed-off-by: garyschulte <garyschulte@gmail.com>
* prague fee market for blob gas Signed-off-by: garyschulte <garyschulte@gmail.com> * Fix wiring and unit test Signed-off-by: Simon Dudley <simon.dudley@consensys.net> --------- Signed-off-by: garyschulte <garyschulte@gmail.com> Signed-off-by: Simon Dudley <simon.dudley@consensys.net> Co-authored-by: Simon Dudley <simon.dudley@consensys.net>
…params instead of responding with error" This reverts commit c5e564c. Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
* don't throw if all the gasprice params are specified Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com> --------- Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
siladu
force-pushed
the
pectra-devnet-5-interop
branch
from
December 22, 2024 19:50
4831117
to
bd514ac
Compare
hyperledger#8061 Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
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.
Based on #8042
Plus cherry picked commits from
#8036 (daniellehrner:feat/issue-7947/exclude_empty_requests_hash)
#8029 (daniellehrner:feat/issue-8028/7702_7251_address_code_changes)
#7997 (daniellehrner:feat/issue-7994/eip-7623)
Also included a locally squashed version of #8057 in
9480fe4
(#8044)Including bug fix (since merged into main): c72d02e
Including #8066
To run with Kurtosis locally:
./gradlew distDocker -x :ethereum:evmtool:distDocker
pectra-devnet5.yml: