go-ethereum/eth/hooks
Daniel Liu 4976b7cbb3
Fix some panic cuased by nil block, statedb, header (#578)
* fix panic during rollback

* eth/hooks: check nil stateDB to fix issue #271

* internal/ethapi: fix eth_call crash

* all: check nil statedb

* eth: check nil block for tracer api

* internal/ethapi: check nil header and block
2024-08-02 17:05:53 -07:00
..
engine_v1_hooks.go Fix some panic cuased by nil block, statedb, header (#578) 2024-08-02 17:05:53 -07:00
engine_v2_hooks.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00