Skip to content

Commit cd28638

Browse files
authored
Bumping version to 302 (#14658)
1 parent adb7156 commit cd28638

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

ChangeLog.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
11
ChangeLog
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

634
https://github.com/erigontech/erigon/milestone/40
735

params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var (
3636
const (
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"

0 commit comments

Comments
 (0)