nimbus-eth1/nimbus/rpc
Etan Kissling 7690b5ad83
Workaround for 0 gas price estimation
The transaction spammer from Kurtosis estimates the gas price of its
transactions using 'eth_gasPrice'. Our implementation returns 0 when
no transactions have been executed yet, not taking into account the
EIP-1559 block base fee. Force a hardcoded minimum for now to unstuck.
2024-05-06 23:05:47 +02: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 Introduce wrapper type for EIP-4844 transactions 2024-05-06 22:52:56 +02: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 2024-05-06 23:05:47 +02:00