Upgrade reference tests to 13.2 (#6854)

New revision of Cancun era reference tests

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
pull/6859/head
Danno Ferrin 8 months ago committed by GitHub
parent 5ea9cd64c2
commit 36e914bf4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      ethereum/referencetests/build.gradle
  3. 2
      ethereum/referencetests/src/reference-test/external-resources

@ -32,6 +32,7 @@
- Prevent startup with BONSAI and privacy enabled [#6809](https://github.com/hyperledger/besu/pull/6809)
- Remove deprecated Forest pruning [#6810](https://github.com/hyperledger/besu/pull/6810)
- Experimental Snap Sync Server [#6640](https://github.com/hyperledger/besu/pull/6640)
- Upgrade Reference Tests to 13.2 [#6854](https://github.com/hyperledger/besu/pull/6854)
### Bug fixes
- Fix txpool dump/restore race condition [#6665](https://github.com/hyperledger/besu/pull/6665)

@ -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 = '853b1e03b1078d370614002851ba1ee9803d9fcf '
def expectedHash = '52ddcbcef0d58ec7de6b768b564725391a30b934'
def submodulePath = java.nio.file.Path.of("${rootProject.projectDir}", "ethereum/referencetests/src/reference-test/external-resources").toAbsolutePath()
try {
exec {

@ -1 +1 @@
Subproject commit 853b1e03b1078d370614002851ba1ee9803d9fcf
Subproject commit 52ddcbcef0d58ec7de6b768b564725391a30b934
Loading…
Cancel
Save