File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
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
+
2
29
## v2.61.0
3
30
4
31
** Improvements:**
Original file line number Diff line number Diff line change 33
33
const (
34
34
VersionMajor = 2 // Major version component of the current release
35
35
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
37
37
VersionModifier = "" // Modifier component of the current release
38
38
VersionKeyCreated = "ErigonVersionCreated"
39
39
VersionKeyFinished = "ErigonVersionFinished"
You can’t perform that action at this time.
0 commit comments