Skip to content

hevm/0.45.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 13:33

hevm [0.45.0]

Added

  • 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.

Changed

  • updated nixpkgs to the 20.09 channel

Fixed

  • seth calldata returns correct abiencoding