Reference Tests v13 (#6114)

v13 of the official Ethereum Reference Tests.

Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
pull/6135/head
Danno Ferrin 1 year ago committed by GitHub
parent d049cb3e34
commit cea3d8a71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      ethereum/referencetests/build.gradle
  3. 2
      ethereum/referencetests/src/reference-test/external-resources

@ -15,6 +15,7 @@
- New option `--min-priority-fee` that sets the minimum priority fee a transaction must meet to be selected for a block. [#6080](https://github.com/hyperledger/besu/pull/6080) [#6083](https://github.com/hyperledger/besu/pull/6083)
- Implement new `miner_setMinPriorityFee` and `miner_getMinPriorityFee` RPC methods [#6080](https://github.com/hyperledger/besu/pull/6080)
- Clique config option `createemptyblocks` to not create empty blocks [#6082](https://github.com/hyperledger/besu/pull/6082)
- Upgrade EVM Reference Tests to v13 (Cancun) [#6114](https://github.com/hyperledger/besu/pull/6114)
### Bug fixes

@ -198,7 +198,7 @@ tasks.register('validateReferenceTestSubmodule') {
description = "Checks that the reference tests submodule is not accidentally changed"
doLast {
def result = new ByteArrayOutputStream()
def expectedHash = '02c1859633abbdf776956136931ea247485c9f90'
def expectedHash = '428f218d7d6f4a52544e12684afbfe6e2882ffbf'
def submodulePath = java.nio.file.Path.of("${rootProject.projectDir}", "ethereum/referencetests/src/reference-test/external-resources").toAbsolutePath()
try {
exec {

@ -1 +1 @@
Subproject commit 02c1859633abbdf776956136931ea247485c9f90
Subproject commit 428f218d7d6f4a52544e12684afbfe6e2882ffbf
Loading…
Cancel
Save