Skip to content

Commit 3afee08

Browse files
authored
v2.60.10: update changelog & version (#12628)
1 parent 679e16b commit 3afee08

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

ChangeLog.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
ChangeLog
22

3-
## v2.60.10 (in development)
3+
## v2.60.10
44

5-
### TODO
6-
7-
Acknowledgements:
8-
9-
New features:
10-
11-
Fixes:
5+
**Bugfixes:**
126

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).

params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var (
3333
const (
3434
VersionMajor = 2 // Major version component of the current release
3535
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
3737
VersionModifier = "" // Modifier component of the current release
3838
VersionKeyCreated = "ErigonVersionCreated"
3939
VersionKeyFinished = "ErigonVersionFinished"

0 commit comments

Comments
 (0)