erigon-pulse/cmd/rpcdaemon/commands
Thomas Jay Rush 2aa6fb50ca
Cleans up some custom RPC commands (#1270)
* Moving a few files to be more consistent

* Collecting together custom code under tg_ namespace

* Small cleanups

* Updating test cases

* Uncomment eth_gasPrice but still unimplemented
2020-10-20 22:16:28 +01:00
..
daemon.go Extract nonstandard APIs and introduce tg namespace (#1248) 2020-10-18 20:44:28 +01:00
db_api_deprecated.go Start of re-working of RPC code to align with testing better (#1225) 2020-10-12 09:39:33 +01:00
debug_api.go Finish moving functions to consistent locations to ease testing/documentation of RPC (#1241) 2020-10-14 16:59:42 +01:00
error_messages.go Start of re-working of RPC code to align with testing better (#1225) 2020-10-12 09:39:33 +01:00
eth_accounts.go Finish moving functions to consistent locations to ease testing/documentation of RPC (#1241) 2020-10-14 16:59:42 +01:00
eth_api.go Cleans up some custom RPC commands (#1270) 2020-10-20 22:16:28 +01:00
eth_block.go Cleans up some custom RPC commands (#1270) 2020-10-20 22:16:28 +01:00
eth_call.go Finish moving functions to consistent locations to ease testing/documentation of RPC (#1241) 2020-10-14 16:59:42 +01:00
eth_deprecated.go Start of re-working of RPC code to align with testing better (#1225) 2020-10-12 09:39:33 +01:00
eth_filters.go Finish moving functions to consistent locations to ease testing/documentation of RPC (#1241) 2020-10-14 16:59:42 +01:00
eth_mining.go Finish moving functions to consistent locations to ease testing/documentation of RPC (#1241) 2020-10-14 16:59:42 +01:00
eth_receipts.go Finish moving functions to consistent locations to ease testing/documentation of RPC (#1241) 2020-10-14 16:59:42 +01:00
eth_system.go ForkID api (#1244) 2020-10-16 15:15:10 +03:00
eth_txs.go Finish moving functions to consistent locations to ease testing/documentation of RPC (#1241) 2020-10-14 16:59:42 +01:00
eth_uncles.go Simple file renaming to make automated testing easier (#1230) 2020-10-12 15:17:34 +01:00
get_chain_config.go ForkID api (#1244) 2020-10-16 15:15:10 +03:00
net_api.go Fixes issue #1139 - crash when running chaindata mode (#1140) 2020-09-27 12:11:05 -04:00
rpc_block.go Get logs (#1028) 2020-09-03 08:51:19 +01:00
send_transaction.go Fixes issue #1139 - crash when running chaindata mode (#1140) 2020-09-27 12:11:05 -04:00
shh_api_deprecated.go Start of re-working of RPC code to align with testing better (#1225) 2020-10-12 09:39:33 +01:00
storage_range.go Rpcdaemon as lib (#940) 2020-08-19 12:46:20 +01:00
tg_api.go Cleans up some custom RPC commands (#1270) 2020-10-20 22:16:28 +01:00
tg_block.go Cleans up some custom RPC commands (#1270) 2020-10-20 22:16:28 +01:00
tg_issuance.go Cleans up some custom RPC commands (#1270) 2020-10-20 22:16:28 +01:00
tg_receipts.go Extract nonstandard APIs and introduce tg namespace (#1248) 2020-10-18 20:44:28 +01:00
tg_system.go Cleans up some custom RPC commands (#1270) 2020-10-20 22:16:28 +01:00
trace_adhoc.go Cleans up some custom RPC commands (#1270) 2020-10-20 22:16:28 +01:00
trace_api.go Cleans up some custom RPC commands (#1270) 2020-10-20 22:16:28 +01:00
trace_filtering.go Cleans up some custom RPC commands (#1270) 2020-10-20 22:16:28 +01:00
trace_types.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
tracing.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
web3_api.go 1075 RPC additions and cleanup of README (#1117) 2020-09-15 17:44:28 +01:00