File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,28 @@ small.label {
66}
77</style >
88
9+ ## 4.21.0 <small >(Nov 17, 2025)</small > { id="4.21.0" }
10+
11+ Features & improvements:
12+
13+ - Unified error messages in ` wake open ` <small class =" label " >[ cli] </small >
14+ - Implemented ` --import-json ` CLI option for ` wake compile ` <small class =" label " >[ cli] </small >
15+ - Increased solc JSON list fetching timeout <small class =" label " >[ core] </small >
16+ - Added support for parsing Solidity version specifiers with leading ` v ` <small class =" label " >[ core] </small >
17+ - ` via_IR ` is now auto-dropped with solc versions not supporting it <small class =" label " >[ core] </small >
18+ - Unknown Wake config options now raise a warning instead of an error <small class =" label " >[ core] </small >
19+ - Exported JSON detections now include new ` relative_path ` and ` contract ` optional fields <small class =" label " >[ core] </small >
20+
21+ Fixes:
22+
23+ - fixed click >= 8.2 breaking change crashes <small class =" label " >[ cli] </small >
24+ - fixed pydantic >= 2.12 breaking change crashes <small class =" label " >[ core] </small >
25+ - fixed crashes on modifiers with ` @inheritdoc ` <small class =" label " >[ core] </small >
26+ - fixed source unit name resolving crashes with double slashes in paths <small class =" label " >[ core] </small >
27+ - fixed unnecessary recompilation on file open/close in CLI watchdog mode <small class =" label " >[ core] </small >
28+ - fixed state changes done through storage references not detected by ` modifies_state ` logic <small class =" label " >[ static analysis] </small >
29+ - fixed ` origin ` missing on ` tx.raw_events ` <small class =" label " >[ testing & deployment framework] </small >
30+
931## 4.20.1 <small >(Aug 4, 2025)</small > { id="4.20.1" }
1032
1133Fixes:
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " eth-wake"
3- version = " 4.20.1 "
3+ version = " 4.21.0 "
44description = " Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors."
55license = " ISC"
66authors = [" Ackee Blockchain" ]
You can’t perform that action at this time.
0 commit comments