You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
3
+
## [3.6.0]
4
+
5
+
### Breaking Changes
6
+
7
+
#### `eth_simulateV1`: base fee too low error code corrected to `-38012`
8
+
9
+
Aligns Erigon with the `eth_simulateV1` error code specification ([NethermindEth/nethermind#11412](https://github.com/NethermindEth/nethermind/issues/11412)).
10
+
11
+
**What changed:**
12
+
13
+
| Aspect | Before | After |
14
+
|---|---|---|
15
+
|`ErrFeeCapTooLow` error code |`-32602` (generic "Invalid params") |`-38012` (spec-mandated "baseFeePerGas is too low") |
16
+
17
+
**Migration:**
18
+
19
+
- If your tooling matches on error code `-32602` to detect base-fee-too-low conditions in `eth_simulateV1` responses, update it to match `-38012` instead.
20
+
21
+
---
22
+
3
23
## [3.5.0] "Tidal Tails" – TBD
4
24
5
25
Erigon 3.5.0 is a major release headlined by **parallel block execution becoming the default** and **initial support for Ethereum's upcoming Glamsterdam hardfork**. It is a drop-in upgrade for 3.4.x users — no re-sync required; existing datadirs upgrade their prune configuration automatically (see Breaking Changes).
0 commit comments