Skip to content

Commit 050e47d

Browse files
authored
release v1.6.0 (#561)
1 parent ecfebe1 commit 050e47d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## TODO
22

3+
## 1.6.0
4+
* Slither is now a required dependency.
5+
* Made sure that <ESC> gets mapped correctly, fixing #474 (#503)
6+
* Fix library timestamp/block delay issue (#510)
7+
* Make stack limit exceeded a revert (#517)
8+
* Add some default transaction constants (#532)
9+
* Make large constants work better with dictionaries (#523)
10+
* Fix "flanky" corpus tests (#537)
11+
* HEVM updated to [150dddc67b6cbad75fd4ae5a689452892f55ea26] (0.42) (#511)
12+
* this may introduce a slight performance hit as everything is partially symbolic
13+
* Improved shrinking and pretty printing (#518)
14+
* Integrate slither results (#451)
15+
* Disagreements about `MonadState` and `MonadReader` (#545, #513)
16+
* Simplified a bunch of code (#548, #549, #513)
17+
* Fix negative address bug (#552)
18+
* Various Github Actions improvements (#527, #554)
19+
* Allow to bypass EIP-170 and set up a custom max code size (#544)
20+
321
## 1.5.1
422

523
* Fix timestamp and block delays having the initial timestamp/block added to them (#460, #469)
@@ -89,3 +107,4 @@
89107

90108
[2cc059b49cae613025b925f0273b906e25484b68]: https://github.com/dapphub/dapptools/tree/2cc059b49cae613025b925f0273b906e25484b68
91109
[af84e2ee0a0654fdaa91186384233cf1731ee7ce]: https://github.com/dapphub/dapptools/tree/af84e2ee0a0654fdaa91186384233cf1731ee7ce
110+
[150dddc67b6cbad75fd4ae5a689452892f55ea26]: https://github.com/dapphub/dapptools/tree/150dddc67b6cbad75fd4ae5a689452892f55ea26

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: echidna
33
author: Trail of Bits <[email protected]>
44
maintainer: Trail of Bits <[email protected]>
55

6-
version: 1.5.1
6+
version: 1.6.0
77

88
ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS
99

0 commit comments

Comments
 (0)