-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.60.10: update changelog & version (#12628)
- Loading branch information
Showing
2 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
ChangeLog | ||
|
||
## v2.60.10 (in development) | ||
## v2.60.10 | ||
|
||
### TODO | ||
|
||
Acknowledgements: | ||
|
||
New features: | ||
|
||
Fixes: | ||
**Bugfixes:** | ||
|
||
- Trace API: commit state changes from InitializeBlockExecution @yperbasis in [#12559](https://github.com/erigontech/erigon/pull/12559). | ||
Prior to this PR in `callManyTransactions` (invoked by `trace_block`) | ||
changes made by `InitializeBlockExecution` were discarded. That was immaterial before since no much was | ||
happening at the beginning of a block. But that changed in Dencun with | ||
[EIP-4788](https://eips.ethereum.org/EIPS/eip-4788). | ||
Fixes Issues | ||
[#11871](https://github.com/erigontech/erigon/issues/11871), | ||
[#12092](https://github.com/erigontech/erigon/issues/12092), | ||
[#12242](https://github.com/erigontech/erigon/issues/12242), | ||
[#12432](https://github.com/erigontech/erigon/issues/12432), | ||
[#12473](https://github.com/erigontech/erigon/issues/12473), | ||
and [#12525](https://github.com/erigontech/erigon/issues/12525). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters