Skip to content

Commit 39d7fe3

Browse files
authored
Updated version and changelog (#14102)
1 parent 5319210 commit 39d7fe3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ChangeLog.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,22 @@ ChangeLog
33

44
## v3.0.0 (in development)
55

6-
76
### Milestone
87

98
https://github.com/erigontech/erigon/milestone/30
109

10+
11+
## v3.0.0-rc3
12+
13+
**Bugfixes:**
14+
15+
- fixed txPool panics by @somnathb1 in https://github.com/erigontech/erigon/pull/14096
16+
- fixed sendRawTransaction and eth_getTransactionByHash by @shohamc1 in https://github.com/erigontech/erigon/pull/14077
17+
18+
### Milestone
19+
20+
https://github.com/erigontech/erigon/milestone/37
21+
1122
## v3.0.0-rc2
1223

1324
**Bugfixes:**

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 = "rc2" // Modifier component of the current release
40+
VersionModifier = "rc3" // Modifier component of the current release
4141
VersionKeyCreated = "ErigonVersionCreated"
4242
VersionKeyFinished = "ErigonVersionFinished"
4343
ClientName = "erigon"

0 commit comments

Comments
 (0)