Skip to content

Commit

Permalink
dev: bump to custom tests fork
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 18, 2024
1 parent 6f1e15c commit f25fc76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ endif

# The release tag of https://github.com/kkrt-labs/tests to use for EF tests. Usually an
# ethereum/tests release tag followed by `-kkrt`.
EF_TESTS_TAG := v14.1
EF_TESTS_URL := https://github.com/ethereum/tests/archive/refs/tags/$(EF_TESTS_TAG).tar.gz
EF_TESTS_TAG := v14.1-kkrt
EF_TESTS_URL := https://github.com/kkrt-labs/tests/archive/refs/tags/$(EF_TESTS_TAG).tar.gz
EF_TESTS_DIR := ./crates/ef-testing/ethereum-tests

# Kakarot artifacts V0
Expand Down
1 change: 1 addition & 0 deletions crates/build-utils/src/converter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ impl<'a> EfTests<'a> {
.replace(']', "")
.replace('-', "_minus_")
.replace(" ", "_")
.replace(".", "_")
.split(',')
.map(|part| part.trim())
.collect::<Vec<_>>()
Expand Down

0 comments on commit f25fc76

Please sign in to comment.