mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Update core/tracing/CHANGELOG.md
Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
This commit is contained in:
parent
7f5d463319
commit
d9d59bbe2e
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ This release contained only minor extensions to the tracing interface.
|
||||||
|
|
||||||
### Modified types
|
### Modified types
|
||||||
|
|
||||||
- `GasChangeReason` has been extended with the following reasons will be active only post-Verkle.
|
- `GasChangeReason` has been extended with the following reasons that will only be active post-Verkle.
|
||||||
- `GasChangeWitnessContractInit` flags the event of adding to the witness during the contract creation initialization step.
|
- `GasChangeWitnessContractInit` flags the event of adding to the witness during the contract creation initialization step.
|
||||||
- `GasChangeWitnessContractCreation` flags the event of adding to the witness during the contract creation finalization step.
|
- `GasChangeWitnessContractCreation` flags the event of adding to the witness during the contract creation finalization step.
|
||||||
- `GasChangeWitnessCodeChunk` flags the event of adding one or more contract code chunks to the witness.
|
- `GasChangeWitnessCodeChunk` flags the event of adding one or more contract code chunks to the witness.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue