Skip to content

Commit 7647380

Browse files
committed
🔖 Version 4.21.0
1 parent 348d835 commit 7647380

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

docs/changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1133
Fixes:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "eth-wake"
3-
version = "4.20.1"
3+
version = "4.21.0"
44
description = "Wake is a Python-based Solidity development and testing framework with built-in vulnerability detectors."
55
license = "ISC"
66
authors = ["Ackee Blockchain"]

0 commit comments

Comments
 (0)