File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ small.label {
6
6
}
7
7
</style >
8
8
9
+ ## 4.14.1 <small >(Jan 29, 2025)</small > { id="4.14.1" }
10
+
11
+ Fixes:
12
+
13
+ - fixed compilation contract info missing (often manifesting as ` AssertionError ` ) when compiling Solidity >= 0.8.28 <small class =" label " >[ core] </small >
14
+ - fixed ` PermissionError ` when accessing "modified files" during compilation <small class =" label " >[ core] </small >
15
+ - fixed fetching ABI from explorers in call traces <small class =" label " >[ testing & deployment framework] </small >
16
+ - fixed ABI decoding in call traces with leftover bytes <small class =" label " >[ testing & deployment framework] </small >
17
+
9
18
## 4.14.0 <small >(Jan 15, 2025)</small > { id="4.14.0" }
10
19
11
20
Features & improvements:
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " eth-wake"
3
- version = " 4.14.0 "
3
+ version = " 4.14.1 "
4
4
description = " Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors."
5
5
license = " ISC"
6
6
authors = [" Ackee Blockchain" ]
You can’t perform that action at this time.
0 commit comments