erigon-pulse/cmd/rpcdaemon/commands
Thomas Jay Rush f596a631af
1075 RPC additions and cleanup of README (#1117)
* Rewrite of README for clarity and expanding implementation table

* Small cleanups for web3_api.go

* Changed GetReceipts function to non-export (getRecipts) and cleaned up comments

* Added a comment for GetLogsByHash

* Add support for eth_protocolVersion and eth_chainId

* Adding comments and re-ordering fields to agree with Parity's ordering

* Added support for eth_listening. Moved net_version to same file as others

* Setup for adding eth_gasPrice
2020-09-15 17:44:28 +01:00
..
call.go Rpcdaemon as lib (#940) 2020-08-19 12:46:20 +01:00
coinbase.go RPCDeamon coinbase, net_version (#911) 2020-08-12 14:47:59 +01:00
daemon.go 1084 various rpc fixes (#1111) 2020-09-14 07:59:07 +01:00
debug_api.go fixed chainconfig (#1027) 2020-09-01 20:44:05 +01:00
eth_api.go 1075 RPC additions and cleanup of README (#1117) 2020-09-15 17:44:28 +01:00
get_balance.go Rpcdaemon as lib (#940) 2020-08-19 12:46:20 +01:00
get_chain_config.go Get logs (#1028) 2020-09-03 08:51:19 +01:00
get_receipts.go 1075 RPC additions and cleanup of README (#1117) 2020-09-15 17:44:28 +01:00
get_uncles.go 1084 various rpc fixes (#1111) 2020-09-14 07:59:07 +01:00
net_api.go 1075 RPC additions and cleanup of README (#1117) 2020-09-15 17:44:28 +01:00
rpc_block.go Get logs (#1028) 2020-09-03 08:51:19 +01:00
send_transaction.go RPCDeamon coinbase, net_version (#911) 2020-08-12 14:47:59 +01:00
storage_range.go Rpcdaemon as lib (#940) 2020-08-19 12:46:20 +01:00
trace_api.go fixed offset (#1036) 2020-09-03 07:04:23 +01:00
tracing.go Implemented trace_filter (#998) 2020-08-29 16:50:24 +01:00
web3_api.go 1075 RPC additions and cleanup of README (#1117) 2020-09-15 17:44:28 +01:00