File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11## TODO
22
3+ ## 1.5.1
4+
5+ * Fix timestamp and block delays having the initial timestamp/block added to them (#460 , #469 )
6+ * Fix GitHub actions due to new macOS image (#468 )
7+ * Relax ` package.yaml ` constraints (#466 )
8+ * Fix ` extcodesize ` by creating contracts correctly (#453 , #454 , #465 )
9+ * Refactor unit tests (#457 )
10+ * Add seed to UI (#456 )
11+ * Set an initial timestamp and block number (#455 )
12+ * Better README (#450 )
13+ * Code simplifications (#448 )
14+ * Detect contract deployment failures (#447 )
15+ * DockerHub containers in addition to GitHub (#445 )
16+ * Brought back print reporting after exiting the UI (#441 )
17+ * Refactor ` Tx ` (#437 )
18+
319## 1.5.0
420
521* Switch to x.y.z versioning scheme
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: echidna
33author : Trail of Bits <echidna-dev@trailofbits.com>
44maintainer : Trail of Bits <echidna-dev@trailofbits.com>
55
6- version : 1.5.0
6+ version : 1.5.1
77
88ghc-options : -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS
99
You can’t perform that action at this time.
0 commit comments