File tree 2 files changed +15
-9
lines changed
2 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 1
1
ChangeLog
2
2
3
- ## v2.60.10 (in development)
3
+ ## v2.60.10
4
4
5
- ### TODO
6
-
7
- Acknowledgements:
8
-
9
- New features:
10
-
11
- Fixes:
5
+ ** Bugfixes:**
12
6
7
+ - Trace API: commit state changes from InitializeBlockExecution @yperbasis in [ #12559 ] ( https://github.com/erigontech/erigon/pull/12559 ) .
8
+ Prior to this PR in ` callManyTransactions ` (invoked by ` trace_block ` )
9
+ changes made by ` InitializeBlockExecution ` were discarded. That was immaterial before since no much was
10
+ happening at the beginning of a block. But that changed in Dencun with
11
+ [ EIP-4788] ( https://eips.ethereum.org/EIPS/eip-4788 ) .
12
+ Fixes Issues
13
+ [ #11871 ] ( https://github.com/erigontech/erigon/issues/11871 ) ,
14
+ [ #12092 ] ( https://github.com/erigontech/erigon/issues/12092 ) ,
15
+ [ #12242 ] ( https://github.com/erigontech/erigon/issues/12242 ) ,
16
+ [ #12432 ] ( https://github.com/erigontech/erigon/issues/12432 ) ,
17
+ [ #12473 ] ( https://github.com/erigontech/erigon/issues/12473 ) ,
18
+ and [ #12525 ] ( https://github.com/erigontech/erigon/issues/12525 ) .
Original file line number Diff line number Diff line change 33
33
const (
34
34
VersionMajor = 2 // Major version component of the current release
35
35
VersionMinor = 60 // Minor version component of the current release
36
- VersionMicro = 9 // Patch version component of the current release
36
+ VersionMicro = 10 // Patch version component of the current release
37
37
VersionModifier = "" // Modifier component of the current release
38
38
VersionKeyCreated = "ErigonVersionCreated"
39
39
VersionKeyFinished = "ErigonVersionFinished"
You can’t perform that action at this time.
0 commit comments