File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11ChangeLog
2+ ## v2.61.2
3+
4+ ** Improvements:**
5+ * Engine API: shorter waits by @yperbasis in https://github.com/erigontech/erigon/pull/13821
6+ * Schedule Pectra for Chiado by @yperbasis in https://github.com/erigontech/erigon/pull/13935
7+
8+ ** Bugfixes:**
9+ * rpcdaemon: Don't set miner by @shohamc1 in https://github.com/erigontech/erigon/pull/13799
10+
11+ ## v2.61.1
12+
13+ ** Breaking changes:**
14+
15+ - Prohibit --internalcl in E2 by @yperbasis in https://github.com/erigontech/erigon/pull/13757
16+
17+ ** New Feature:**
18+
19+ - Up to date implementation of EIPs for Pectra and scheduled hard fork for Sepolia and Holešky
20+ - Add support to eth_blobBaseFee, eth_baseFee and EIP4844 support to eth_feeHistory
21+ - Add support for ` engine_getClientVersionV1 `
22+
23+ ** Bugfixes:**
24+
25+ - rpcdaemon: Set miner on eth_getBlockByNumber on Polygon by @shohamc1 in https://github.com/erigontech/erigon/pull/13336
26+ - Fix incorrect intrinsic gas calculation by @shohamc1 in https://github.com/erigontech/erigon/pull/13632
27+
28+
229## v2.61.0
330
431** Improvements:**
Original file line number Diff line number Diff line change 3333const (
3434 VersionMajor = 2 // Major version component of the current release
3535 VersionMinor = 61 // Minor version component of the current release
36- VersionMicro = 1 // Patch version component of the current release
36+ VersionMicro = 2 // Patch version component of the current release
3737 VersionModifier = "" // Modifier component of the current release
3838 VersionKeyCreated = "ErigonVersionCreated"
3939 VersionKeyFinished = "ErigonVersionFinished"
You can’t perform that action at this time.
0 commit comments