Flag for EVM v2 --Xevm-go-fast / --Xevm-v2#10109
Closed
siladu wants to merge 1 commit intobesu-eth:mainfrom
Closed
Flag for EVM v2 --Xevm-go-fast / --Xevm-v2#10109siladu wants to merge 1 commit intobesu-eth:mainfrom
siladu wants to merge 1 commit intobesu-eth:mainfrom
Conversation
Introduces an evm v2 flag (disabled by default) that currently only logs when it's enabled, either in Besu startup config or evmtool Changes: - Add `enableEvmV2` field to EvmConfiguration (default false) - Wire `--Xevm-go-fast` hidden CLI flag in EvmOptions and evmtool - ConfigurationOverviewBuilder: prints EVM v2 notice when enabled; suppresses redundant opcode-optimizations line in that mode - evmtool: execution-strategy wrapper prints v2 notice before any subcommand, covering benchmark (which never calls getEvmConfiguration via Dagger) - --Xevm-v2 added as CLI alias alongside --Xevm-go-fast Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
Contributor
Author
|
Closing in favour on #10105 |
This file contains hidden or 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
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.
Introduces an evm v2 flag (disabled by default) that currently only logs when it's enabled, either in Besu startup config or evmtool
Changes:
enableEvmV2field to EvmConfiguration (default false)--Xevm-go-fasthidden CLI flag in EvmOptions and evmtoolLogging when flag enabled...