File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11ChangeLog
22---------
33
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
533
634https://github.com/erigontech/erigon/milestone/40
735
Original file line number Diff line number Diff line change 3636const (
3737 VersionMajor = 3 // Major version component of the current release
3838 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
4040 VersionModifier = "" // Modifier component of the current release
4141 VersionKeyCreated = "ErigonVersionCreated"
4242 VersionKeyFinished = "ErigonVersionFinished"
You can’t perform that action at this time.
0 commit comments