nimbus-eth1/nimbus/rpc
web3-developer 79c6bdc214
Implementation of Nimbus eth_getProof RPC Endpoint. (#1960)
* Initial implementation of eth_getProof endpoint.

* Implemented generation of account and storage proofs.

* Minor fixes and additional tests.

* Refactor getBranch code into a separate file.

* Improve usage of test data.

* Fix copyright year.

* Return zero hash for codeHash and storageHash if account doesn't exist.

* Update copyright notice and moved trie key hashing to inside getBranch proc.
2024-01-09 10:05:52 +08:00
..
common.nim Bump nim-web3: remove rpc types duplicates 2023-12-13 07:58:12 +07:00
cors.nim Silence compiler gossip after nim upgrade cont1 (#1455) 2023-01-31 01:32:17 +00:00
debug.nim Get rid of HexQuantityStr and HexDataStr usage 2023-12-27 07:48:53 +07:00
engine_api.nim Bump nim-web3: remove rpc types duplicates 2023-12-13 07:58:12 +07:00
filters.nim Bump nim-web3: remove rpc types duplicates 2023-12-13 07:58:12 +07:00
jwt_auth.nim increase jwt auth max time drift to 60 seconds 2023-08-08 08:26:08 +07:00
p2p.nim Implementation of Nimbus eth_getProof RPC Endpoint. (#1960) 2024-01-09 10:05:52 +08:00
rpc_server.nim Increase rpc server request limit to 2MB 2023-10-22 10:25:33 +07:00
rpc_types.nim Get rid of HexQuantityStr and HexDataStr usage 2023-12-27 07:48:53 +07:00
rpc_utils.nim Get rid of HexQuantityStr and HexDataStr usage 2023-12-27 07:48:53 +07:00