-
Notifications
You must be signed in to change notification settings - Fork 834
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
Reconfigure how Protocol Specs are created WRT EVM condiguration #7245
Merged
Commits on Jun 19, 2024
-
Make code sizes a characteristic of the EVM version
Make the max code size and max initcode size a part of the EVM configuration. As part of the change we need to move the tasks CodeFactory once handled as a static class and move it into the EVM. This has a nice follow on effect that we don't need to pass in max EOF versions or max code sizes anymore. Signed-off-by: Danno Ferrin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99800ba - Browse repository at this point
Copy the full SHA 99800baView commit details -
Move all the config changes into EvmConfiguration.
Signed-off-by: Danno Ferrin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70c383e - Browse repository at this point
Copy the full SHA 70c383eView commit details -
Signed-off-by: Danno Ferrin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84ef5a9 - Browse repository at this point
Copy the full SHA 84ef5a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3224af - Browse repository at this point
Copy the full SHA f3224afView commit details
Commits on Jun 20, 2024
-
Merge remote-tracking branch 'refs/remotes/upstream/main' into eof/ma…
…x-initcodesize Signed-off-by: Danno Ferrin <[email protected]> # Conflicts: # ethereum/referencetests/src/reference-test/java/org/hyperledger/besu/ethereum/eof/EOFReferenceTestTools.java # evm/src/main/java/org/hyperledger/besu/evm/code/CodeV1Validation.java # evm/src/test/java/org/hyperledger/besu/evm/code/CodeFactoryTest.java
Configuration menu - View commit details
-
Copy full SHA for 646b962 - Browse repository at this point
Copy the full SHA 646b962View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c1fadf1 - Browse repository at this point
Copy the full SHA c1fadf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf2d64 - Browse repository at this point
Copy the full SHA adf2d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5427be5 - Browse repository at this point
Copy the full SHA 5427be5View commit details
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.