File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,22 @@ ChangeLog
3
3
4
4
## v3.0.0 (in development)
5
5
6
-
7
6
### Milestone
8
7
9
8
https://github.com/erigontech/erigon/milestone/30
10
9
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
+
11
22
## v3.0.0-rc2
12
23
13
24
** Bugfixes:**
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const (
37
37
VersionMajor = 3 // Major version component of the current release
38
38
VersionMinor = 0 // Minor version component of the current release
39
39
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
41
41
VersionKeyCreated = "ErigonVersionCreated"
42
42
VersionKeyFinished = "ErigonVersionFinished"
43
43
ClientName = "erigon"
You can’t perform that action at this time.
0 commit comments