go-ethereum/internal/ethapi
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
..
addrlock.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
api.go Fix some panic cuased by nil block, statedb, header (#578) 2024-08-02 17:05:53 -07:00
backend.go cmd, eth, internal, les: add gasprice cap (#21212) 2024-06-20 15:52:32 +08:00
trie_proof.go GetTransactionAndReceiptProof API 2024-05-21 23:06:25 +08:00
trie_proof_test.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00