nimbus-eth1/nimbus/rpc
Jordan Hrycaj e9eae4df70
Core db disable legacy api n remove distinct tries (#2299)
* CoreDb: Remove crufty second/off-site KVT

why:
  Was used to allow late `Clique` to store directly to disk

* CoreDb: Remove prune flag related functionality

why:
  Is completely legacy stuff

* CoreDb: Remove dependence on legacy API (tests unsupported yet)

why:
  Does not fully support Aristo

* Re-factoring `state_db` using new API

details:
  Only minimum changes needed to compile `nimbus`

* Update tests and aux modules

* Turn off legacy API and remove `distinct_tries`

comment:
  The legacy API has now cruft status, will be removed soon

* Fix copyright years

* Update rpc for verified proxy

---------

Co-authored-by: Jacek Sieka <jacek@status.im>
2024-06-05 20:52:04 +00:00
..
TODO-P2P.md Core db disable legacy api n remove distinct tries (#2299) 2024-06-05 20:52:04 +00:00
common.nim Bump nim-web3 and others 2024-01-14 10:41:23 +07:00
cors.nim Implement combo http server for rpc, engine_api, and graphql services (#1992) 2024-01-29 20:20:04 +07:00
debug.nim Implement RPC methods: debug_getRawBlock, debug_getRawHeader, debug_g… (#2098) 2024-03-22 23:40:16 +07:00
engine_api.nim Implement engine_getClientVersionV1 (#2233) 2024-05-29 09:20:50 +02:00
experimental.nim Core db disable legacy api n remove distinct tries (#2299) 2024-06-05 20:52:04 +00:00
filters.nim Bump nim-web3 to 285d97c2b05bbe2a13dab4b52ea878157fb1a1a1 (#2088) 2024-03-21 08:05:22 +07:00
jwt_auth.nim results: use canonical import (#2248) 2024-05-30 14:54:03 +02:00
jwt_auth_helper.nim Implement combo http server for rpc, engine_api, and graphql services (#1992) 2024-01-29 20:20:04 +07:00
oracle.nim Implement eth_feeHistory (#2130) 2024-04-16 08:02:42 +07:00
p2p.nim Core db disable legacy api n remove distinct tries (#2299) 2024-06-05 20:52:04 +00:00
params.nim Remove intermediate RpcCallData 2024-04-16 19:52:07 +07:00
rpc_server.nim Implement combo http server for rpc, engine_api, and graphql services (#1992) 2024-01-29 20:20:04 +07:00
rpc_types.nim Get rid of HexQuantityStr and HexDataStr usage 2023-12-27 07:48:53 +07:00
rpc_utils.nim Workaround for 0 gas price estimation (#2180) 2024-05-28 13:36:38 +07:00