go-ethereum/internal/ethapi/testdata
lightclient ffe758c7a7
internal/ethapi,params: add eth_config (#32239)
~Will probably be mostly supplanted by #32224, but this should do for
now for devnet 3.~

Seems like #32224 is going to take some more time, so I have completed
the implementation of eth_config here. It is quite a bit simpler to
implement now that the config hashing was removed.

---------

Co-authored-by: MariusVanDerWijden <m.vanderwijden@live.de>
Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
2025-09-01 16:40:41 +02:00
..
eth_config-current.json
eth_config-next-and-last.json
eth_getBlockByHash-hash-1.json
eth_getBlockByHash-hash-empty-fullTx.json
eth_getBlockByHash-hash-genesis.json
eth_getBlockByHash-hash-latest-1-fullTx.json
eth_getBlockByHash-hash-latest.json
eth_getBlockByHash-hash-pending-fullTx.json
eth_getBlockByHash-hash-pending.json
eth_getBlockByNumber-number-0.json
eth_getBlockByNumber-number-1.json
eth_getBlockByNumber-number-latest+1.json
eth_getBlockByNumber-number-latest-1.json
eth_getBlockByNumber-tag-latest.json
eth_getBlockByNumber-tag-pending-fullTx.json
eth_getBlockByNumber-tag-pending.json
eth_getBlockReceipts-block-notfound.json
eth_getBlockReceipts-block-with-blob-tx.json
eth_getBlockReceipts-block-with-contract-create-tx.json
eth_getBlockReceipts-block-with-dynamic-fee-tx.json
eth_getBlockReceipts-block-with-legacy-contract-call-tx.json
eth_getBlockReceipts-block-with-legacy-transfer-tx.json
eth_getBlockReceipts-hash-empty.json
eth_getBlockReceipts-hash-notfound.json
eth_getBlockReceipts-number-0.json
eth_getBlockReceipts-number-1.json
eth_getBlockReceipts-tag-earliest.json
eth_getBlockReceipts-tag-latest.json
eth_getBlockReceipts-tag-pending.json
eth_getHeaderByHash-hash-0.json
eth_getHeaderByHash-hash-1.json
eth_getHeaderByHash-hash-empty.json
eth_getHeaderByHash-hash-latest-1.json
eth_getHeaderByHash-hash-latest.json
eth_getHeaderByHash-hash-pending.json
eth_getHeaderByNumber-number-0.json
eth_getHeaderByNumber-number-1.json
eth_getHeaderByNumber-number-latest+1.json
eth_getHeaderByNumber-number-latest-1.json
eth_getHeaderByNumber-tag-latest.json
eth_getHeaderByNumber-tag-pending.json
eth_getTransactionReceipt-blob-tx.json
eth_getTransactionReceipt-create-contract-tx.json
eth_getTransactionReceipt-create-contract-with-access-list.json
eth_getTransactionReceipt-dynamic-tx-with-logs.json
eth_getTransactionReceipt-normal-transfer-tx.json
eth_getTransactionReceipt-txhash-empty.json
eth_getTransactionReceipt-txhash-notfound.json
eth_getTransactionReceipt-with-logs.json