go-ethereum/eth/catalyst
ericxtheodore 32d537cd58
all: replace fmt.Errorf with errors.New (#32286)
The errors.new function does not require string formatting, so its
performance is better than that of fmt.Errorf.
2025-07-28 10:13:18 +02:00
..
api.go all: define constructor for BlobSidecar (#32213) 2025-07-17 11:19:20 +08:00
api_test.go all: replace fmt.Errorf with errors.New (#32286) 2025-07-28 10:13:18 +02:00
queue.go cmd/geth: implement dev mode for post-merge (#27327) 2023-07-06 04:42:34 -04:00
simulated_beacon.go eth/catalyst: fix edge case in simulated backend (#31871) 2025-07-02 14:50:18 +09:00
simulated_beacon_api.go eth/catalyst: abort dev mode block commit if shut down is triggered (#32166) 2025-07-08 22:15:53 +09:00
simulated_beacon_test.go eth/catalyst: set FeeRecipient in dev mode (#31316) 2025-03-17 09:32:44 +01:00
witness.go eth/catalyst: fix error message in ExecuteStatelessPayloadV4 (#32269) 2025-07-28 09:16:47 +08:00