nimbus-eth1/nimbus/rpc
Etan Kissling 1b8f2b0ea5
Workaround for missing implementation of 'pending' tag (#2178)
The transaction spammer from Kurtosis requests the nonce value of its
account based on 'pending' tag. As we lack that implementation, go with
the next best answer from the 'latest' tag. This does not include info
about transactions from the mempool that have not yet been executed.
2024-05-13 16:42:28 +03: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 Repositioning blob hash validation in newPayload of engine API (#2141) 2024-04-20 02:43:13 +07:00
experimental.nim Fix styles (#2046) 2024-02-21 23:04:59 +07:00
filters.nim Bump nim-web3 to 285d97c2b05bbe2a13dab4b52ea878157fb1a1a1 (#2088) 2024-03-21 08:05:22 +07:00
jwt_auth.nim Implement combo http server for rpc, engine_api, and graphql services (#1992) 2024-01-29 20:20:04 +07: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 Remove intermediate RpcCallData 2024-04-16 19:52:07 +07: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 missing implementation of 'pending' tag (#2178) 2024-05-13 16:42:28 +03:00