Skip to content

Commit 676cd33

Browse files
authored
params: v3.0.0-rc2 + changelog (#14069)
1 parent 642e9c2 commit 676cd33

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

ChangeLog.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ ChangeLog
33

44
## v3.0.0 (in development)
55

6+
7+
### Milestone
8+
9+
https://github.com/erigontech/erigon/milestone/30
10+
11+
## v3.0.0-rc2
12+
13+
**Bugfixes:**
14+
15+
- Caplin: error on aggregation_bit merge by @domiwei in https://github.com/erigontech/erigon/pull/14063
16+
- Pectra: fix bad deposit contract deposit unmarshalling by @Giulio2002 in https://github.com/erigontech/erigon/pull/14068
17+
18+
### Milestone
19+
20+
https://github.com/erigontech/erigon/milestone/36
21+
22+
## v3.0.0-rc1
23+
624
**Improvements:**
725

826
- Schedule Pectra for Chiado by @yperbasis in https://github.com/erigontech/erigon/pull/13898
@@ -20,11 +38,9 @@ ChangeLog
2038
- polygon: `eth_getLogs` if search by filters - doesn't return state-sync (state-sync events are not indexed yet). Without filter can see state-sync events. In `eth_getReceipts` also can see. [Will](https://github.com/erigontech/erigon/issues/14003) release fixed files in E3.1
2139
- polygon: `eth_getLogs` state-sync events have incorrect `index` field. [Will](https://github.com/erigontech/erigon/issues/14003) release fixed files in E3.1
2240

23-
### TODO
41+
### Milestone
2442

25-
- milestones:
2643
https://github.com/erigontech/erigon/milestone/34
27-
https://github.com/erigontech/erigon/milestone/30
2844

2945
## v3.0.0-beta2
3046

params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const (
3737
VersionMajor = 3 // Major version component of the current release
3838
VersionMinor = 0 // Minor version component of the current release
3939
VersionMicro = 0 // Patch version component of the current release
40-
VersionModifier = "rc1" // Modifier component of the current release
40+
VersionModifier = "rc2" // Modifier component of the current release
4141
VersionKeyCreated = "ErigonVersionCreated"
4242
VersionKeyFinished = "ErigonVersionFinished"
4343
ClientName = "erigon"

0 commit comments

Comments
 (0)