Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
set latest dapptools to tag hevm/0.32
Browse files Browse the repository at this point in the history
The nonce issue in hevm has been fixed in [224](dapphub/dapptools#224).
  • Loading branch information
asymmetric committed Jun 18, 2019
1 parent eec6c4b commit 9fdec4c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,11 @@ in rec {
};

dapptoolsVersions = rec {
# Use HEVM 0.28 for running tests, because there seems to be a bug that
# fails some tests incorrectly.
current = hevm-0_28;
current = latest;

latest = fetchDapptoolsVersion {
rev = "41029f1ed325aaad71463f9ad4b43d176778dca7";
ref = "master";
rev = "5fd1c522e1ea672214544718cc0699cf058c04f7";
ref = "hevm/0.32";
};

dapp-0_16_0 = fetchDapptoolsVersion {
Expand Down

0 comments on commit 9fdec4c

Please sign in to comment.