Upgrade reference tests to 13.2 (#6854)

New revision of Cancun era reference tests

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
release-24.3.0-hotfix
Danno Ferrin 8 months ago committed by Simon Dudley
parent f419d1f34f
commit 062839bc93
  1. 1
      CHANGELOG.md
  2. 2
      ethereum/referencetests/build.gradle

@ -9,6 +9,7 @@
### Deprecations
### Additions and Improvements
- Upgrade Reference Tests to 13.2 [#6854](https://github.com/hyperledger/besu/pull/6854)
### Bug fixes
- Fix to avoid broadcasting full blob txs, instead of only the tx announcement, to a subset of nodes [#6835](https://github.com/hyperledger/besu/pull/6835)

@ -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 {

Loading…
Cancel
Save