Skip to content

Commit 9642c24

Browse files
committed
🔖 Version 4.20.1
1 parent b67a319 commit 9642c24

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ small.label {
66
}
77
</style>
88

9+
## 4.20.1 <small>(Aug 4, 2025)</small> { id="4.20.1" }
10+
11+
Fixes:
12+
13+
- fixed JSON-RPC error when call/estimate/access list is requested for a historical block, caused by `gasPrice`/`baseFeePerGas` being too low compared to the block's base fee <small class="label">[deployment framework]</small>
14+
- fixed pytypes resolving of errors defined in base contracts (compared to the contract raising them) <small class="label">[testing & deployment framework]</small>
15+
916
## 4.20.0 <small>(Jul 27, 2025)</small> { id="4.20.0" }
1017

1118
Features & improvements:

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.0"
3+
version = "4.20.1"
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)