File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
## TODO
2
2
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
+
3
21
## 1.5.1
4
22
5
23
* Fix timestamp and block delays having the initial timestamp/block added to them (#460 , #469 )
89
107
90
108
[ 2cc059b49cae613025b925f0273b906e25484b68 ] : https://github.com/dapphub/dapptools/tree/2cc059b49cae613025b925f0273b906e25484b68
91
109
[ af84e2ee0a0654fdaa91186384233cf1731ee7ce ] : https://github.com/dapphub/dapptools/tree/af84e2ee0a0654fdaa91186384233cf1731ee7ce
110
+ [ 150dddc67b6cbad75fd4ae5a689452892f55ea26 ] : https://github.com/dapphub/dapptools/tree/150dddc67b6cbad75fd4ae5a689452892f55ea26
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: echidna
3
3
author :
Trail of Bits <[email protected] >
4
4
maintainer :
Trail of Bits <[email protected] >
5
5
6
- version : 1.5.1
6
+ version : 1.6.0
7
7
8
8
ghc-options : -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS
9
9
You can’t perform that action at this time.
0 commit comments