Skip to content

Commit

Permalink
Unpin Truffle Version, Use Latest crytic-compile (#2490)
Browse files Browse the repository at this point in the history
This PR allows us to support Truffle version 5.3.14, which is now supported by the [latest release of crytic-compile](https://github.com/crytic/crytic-compile/releases/tag/0.2.1)
  • Loading branch information
Eric Hennenfent authored Sep 13, 2021
1 parent 7c905c8 commit b73986b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ make_wasm_sym_tests(){
}

install_truffle(){
npm install -g truffle@5.3.13
npm install -g truffle
}

run_truffle_tests(){
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def rtd_dependent_deps():
"ply",
"rlp",
"intervaltree",
"crytic-compile>=0.2.0",
"crytic-compile>=0.2.1",
"wasm",
"dataclasses; python_version < '3.7'",
"pyevmasm>=0.2.3",
Expand Down

0 comments on commit b73986b

Please sign in to comment.