Skip to content

Commit

Permalink
Reference Tests v13
Browse files Browse the repository at this point in the history
v13 of the official Ethereum Reference Tests.

Signed-off-by: Danno Ferrin <[email protected]>
  • Loading branch information
shemnon committed Nov 2, 2023
1 parent 41b9575 commit dd49e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ethereum/referencetests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dd49e67

Please sign in to comment.