Skip to content

Commit 7026bae

Browse files
authored
core/tracing: update latest release version (#30211)
1 parent 57e6627 commit 7026bae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/tracing/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the tracing interface will be documented in this file.
44

5-
## [Unreleased]
5+
## [v1.14.3]
66

77
There have been minor backwards-compatible changes to the tracing interface to explicitly mark the execution of **system** contracts. As of now the only system call updates the parent beacon block root as per [EIP-4788](https://eips.ethereum.org/EIPS/eip-4788). Other system calls are being considered for the future hardfork.
88

@@ -76,4 +76,5 @@ The hooks `CaptureStart` and `CaptureEnd` have been removed. These hooks signale
7676
- `CaptureFault` -> `OnFault(pc uint64, op byte, gas, cost uint64, scope tracing.OpContext, depth int, err error)`. Similar to above.
7777

7878
[unreleased]: https://github.com/ethereum/go-ethereum/compare/v1.14.0...master
79-
[v1.14.0]: https://github.com/ethereum/go-ethereum/releases/tag/v1.14.0
79+
[v1.14.0]: https://github.com/ethereum/go-ethereum/releases/tag/v1.14.0
80+
[v1.14.3]: https://github.com/ethereum/go-ethereum/releases/tag/v1.14.3

0 commit comments

Comments
 (0)