Skip to content

Commit e17ab77

Browse files
shemnonamsmota
authored andcommitted
Upgrade reference tests to 13.2 (besu-eth#6854)
New revision of Cancun era reference tests Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com> Signed-off-by: amsmota <antonio.mota@citi.com>
1 parent c9cd5eb commit e17ab77

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- Prevent startup with BONSAI and privacy enabled [#6809](https://github.com/hyperledger/besu/pull/6809)
3333
- Remove deprecated Forest pruning [#6810](https://github.com/hyperledger/besu/pull/6810)
3434
- Experimental Snap Sync Server [#6640](https://github.com/hyperledger/besu/pull/6640)
35+
- Upgrade Reference Tests to 13.2 [#6854](https://github.com/hyperledger/besu/pull/6854)
3536

3637
### Bug fixes
3738
- Fix txpool dump/restore race condition [#6665](https://github.com/hyperledger/besu/pull/6665)

ethereum/referencetests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ tasks.register('validateReferenceTestSubmodule') {
198198
description = "Checks that the reference tests submodule is not accidentally changed"
199199
doLast {
200200
def result = new ByteArrayOutputStream()
201-
def expectedHash = '853b1e03b1078d370614002851ba1ee9803d9fcf '
201+
def expectedHash = '52ddcbcef0d58ec7de6b768b564725391a30b934'
202202
def submodulePath = java.nio.file.Path.of("${rootProject.projectDir}", "ethereum/referencetests/src/reference-test/external-resources").toAbsolutePath()
203203
try {
204204
exec {

0 commit comments

Comments
 (0)