Skip to content

Eof devnet 1 #8576

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

Closed
wants to merge 25 commits into from
Closed

Eof devnet 1 #8576

wants to merge 25 commits into from

Conversation

shemnon
Copy link
Contributor

@shemnon shemnon commented Apr 23, 2025

PR description

Changes for EOF-devnet-1

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • spotless: ./gradlew spotlessApply
  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests

shemnon added 25 commits April 1, 2025 10:34
Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
Fix the EOFCREATE hash
Prevent cross-version creation.

Signed-off-by: Danno Ferrin <[email protected]>
* move to 32 byte addresses for address hashing
* remove initcode hashing cost

Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
* Properly parse initcode transaction in t8n
* Add InitcodeTransaction to Osaka
* Add TXCREATE to v0 code

Signed-off-by: Danno Ferrin <[email protected]>
Allow "to" to trip an initcode transaction.

Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>

# Conflicts:
#    ethereum/evmtool/src/test/resources/org/hyperledger/besu/evmtool/pretty-print/rjumpv-max.json
#    ethereum/evmtool/src/test/resources/org/hyperledger/besu/evmtool/pretty-print/rjumpv.json
#    ethereum/evmtool/src/test/resources/org/hyperledger/besu/evmtool/pretty-print/subcontainers.json
#    evm/src/main/java/org/hyperledger/besu/evm/code/EOFLayout.java
Signed-off-by: Danno Ferrin <[email protected]>
* Charge for Initcode in Initcode Transactions as part of intrinsic cost
* In TXCREATE opcode do not charge for initcode size nor initcode
hashing (handled in intrinsic gas)

Signed-off-by: Danno Ferrin <[email protected]>
includes update to evmtool tests.

Signed-off-by: Danno Ferrin <[email protected]>
Add a BlockAwareTracerProvider to the plugin context if configured.

Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
Signed-off-by: Danno Ferrin <[email protected]>
- Allow 0xef as initcode
- disable exception text matching

Signed-off-by: Danno Ferrin <[email protected]>
Copy link

This pr is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the Stale label May 25, 2025
@shemnon shemnon closed this May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant