You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two new cheatcodes were added: sign(uint sk, bytes message) and addr(uint sk). Taken together
these should allow for much more ergonomic testing of code that handles signed messages.
Symbolic execution can deal with partially symbolic bytecode, allowing for symbolic constructor arguments to be given in tests.
Fixed
Fixed a bug in the abiencoding.
Fixed the range being generated by ints.
hevm flatten combines the SPDX license identifiers of all source files.
Changed
updated nixpkgs to the 20.09 channel
Arbitrary instance of AbiType can no longer generate a tuple
dapp [0.32.2]
Changed
updated nixpkgs to the 20.09 channel
seth [0.10.1]
Added
Thanks to an upgrade in ethsign, seth is more likely to find your ledger live
account without having to set ETH_HDPATH.