File tree 2 files changed +30
-2
lines changed
2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
---------
3
3
4
- ## v3.0.1 (in development)
4
+ ## v3.0.3 (in development)
5
+
6
+ ### Milestone
7
+
8
+ https://github.com/erigontech/erigon/milestone/42
9
+
10
+ ## v3.0.2
11
+
12
+ ### Milestone
13
+
14
+ https://github.com/erigontech/erigon/milestone/41
15
+
16
+ ## v3.0.1
17
+
18
+ ** Improvements:**
19
+
20
+ - receipts gen: dedup parallel re-exec of same block by @AskAlexSharov in https://github.com/erigontech/erigon/pull/14377
21
+ - Increase maximum open files limit on MacOSX by @AlexeyAkhunov in https://github.com/erigontech/erigon/pull/14427
22
+ - engineeapi, txpool: Implement GetBlobsV1 (#13975 ) by @somnathb1 in https://github.com/erigontech/erigon/pull/14380
23
+ - cmd: Set default EL extradata to erigon-version (#14419 ) by @somnathb1 in https://github.com/erigontech/erigon/pull/14435
24
+ - Schedule Pectra hard fork for Ethereum Mainnet (#14424 ) by @somnathb1 in https://github.com/erigontech/erigon/pull/14436
25
+ - engineapi: Add requests nil check (#14421 ) by @somnathb1 in https://github.com/erigontech/erigon/pull/14499
26
+
27
+ ** Bugfixes:**
28
+
29
+ - Include execution requests in produced block (#14326 ) by @domiwei in https://github.com/erigontech/erigon/pull/14395
30
+ - txpool: Fix 7702 signature parsing and simplify auth handling (#14486 ) by @somnathb1 in https://github.com/erigontech/erigon/pull/14495
31
+
32
+ ### Milestone
5
33
6
34
https://github.com/erigontech/erigon/milestone/40
7
35
Original file line number Diff line number Diff line change 36
36
const (
37
37
VersionMajor = 3 // Major version component of the current release
38
38
VersionMinor = 0 // Minor version component of the current release
39
- VersionMicro = 1 // Patch version component of the current release
39
+ VersionMicro = 2 // Patch version component of the current release
40
40
VersionModifier = "" // Modifier component of the current release
41
41
VersionKeyCreated = "ErigonVersionCreated"
42
42
VersionKeyFinished = "ErigonVersionFinished"
You can’t perform that action at this time.
0 commit comments