erigon-pulse/cmd/rpcdaemon/commands
mempirate e51b09da0d
Implements net_peerCount RPC call for internal sentries (#2172)
* Implement API and protobuf

* Squashed 'interfaces/' content from commit cd3eca28e

git-subtree-dir: interfaces
git-subtree-split: cd3eca28e50367af9de52fca863b1d7528bff774

* Implement net_peerCount RPC call

* Squashed 'interfaces/' content from commit cd3eca28e

git-subtree-dir: interfaces
git-subtree-split: cd3eca28e50367af9de52fca863b1d7528bff774

* Fixing merge conflicts

* Remove p2p.Server from Ethereum backend

* Fix peerCount calculation for internal sentries

* Bump eth backend API version

* Update rpcdaemon README

* Document version change
2021-06-17 22:55:20 +01:00
..
contracts rename (#1978) 2021-05-20 19:25:53 +01:00
call_traces_test.go Reproduce and fix trace_filter index problem (#2084) 2021-06-04 09:09:57 +01:00
corner_cases_support_test.go Simulated backend and genesis to kv (#2104) 2021-06-05 16:17:04 +01:00
daemon.go txpool_content (#2127) 2021-06-11 09:34:47 +01:00
db_api_deprecated.go rename (#1978) 2021-05-20 19:25:53 +01:00
debug_api_test.go Simulated backend and genesis to kv (#2104) 2021-06-05 16:17:04 +01:00
debug_api.go txpool_content (#2127) 2021-06-11 09:34:47 +01:00
erigon_api.go Rename to Erigon (#2018) 2021-05-26 11:35:39 +01:00
erigon_block.go remove left usage of object db in rpcdaemon 2021-05-31 17:12:48 +07:00
erigon_issuance.go txpool_content (#2127) 2021-06-11 09:34:47 +01:00
erigon_receipts.go simplify receipts reading (#2094) 2021-06-04 13:28:18 +01:00
erigon_system.go Rename to Erigon (#2018) 2021-05-26 11:35:39 +01:00
error_messages.go add --datadir parameter to integration, snapshot generator, header downloader (#1749) 2021-04-19 14:25:26 +07:00
eth_accounts.go rename (#1978) 2021-05-20 19:25:53 +01:00
eth_api_test.go txpool_content (#2127) 2021-06-11 09:34:47 +01:00
eth_api.go Check version of remote services (#1989) 2021-05-22 11:00:13 +01:00
eth_block.go Implement historical tx simulation rpc api (#2093) 2021-06-04 13:27:21 +01:00
eth_call_test.go Better compatibility with OE for trace_call and trace_callMany (#2137) 2021-06-11 13:19:10 +01:00
eth_call.go remove left usage of object db in rpcdaemon 2021-05-31 17:12:48 +07:00
eth_deprecated.go rename (#1978) 2021-05-20 19:25:53 +01:00
eth_filters.go Implemented panic handling, graceful shutdown and reporting for all goroutines that don't explicitly handle them. (#2153) 2021-06-13 17:41:39 +01:00
eth_ming_test.go txpool_content (#2127) 2021-06-11 09:34:47 +01:00
eth_mining.go rename (#1978) 2021-05-20 19:25:53 +01:00
eth_receipts.go simplify receipts reading (#2094) 2021-06-04 13:28:18 +01:00
eth_system.go remove left usage of object db in rpcdaemon 2021-05-31 17:12:48 +07:00
eth_txs.go Rename to Erigon (#2018) 2021-05-26 11:35:39 +01:00
eth_uncles.go Rename to Erigon (#2018) 2021-05-26 11:35:39 +01:00
get_chain_config_test.go Simulated backend and genesis to kv (#2104) 2021-06-05 16:17:04 +01:00
net_api.go Implements net_peerCount RPC call for internal sentries (#2172) 2021-06-17 22:55:20 +01:00
rpc_block.go rename (#1978) 2021-05-20 19:25:53 +01:00
send_transaction_test.go txpool_content (#2127) 2021-06-11 09:34:47 +01:00
send_transaction.go rename (#1978) 2021-05-20 19:25:53 +01:00
shh_api_deprecated.go rename (#1978) 2021-05-20 19:25:53 +01:00
storage_range.go rename (#1978) 2021-05-20 19:25:53 +01:00
test_util.go Better compatibility with OE for trace_call and trace_callMany (#2137) 2021-06-11 13:19:10 +01:00
trace_adhoc_test.go Simulated backend and genesis to kv (#2104) 2021-06-05 16:17:04 +01:00
trace_adhoc.go trace compatibility with OE (sometimes bug for bug) (#2174) 2021-06-16 18:24:56 +01:00
trace_api.go trace compatibility with OE (sometimes bug for bug) (#2174) 2021-06-16 18:24:56 +01:00
trace_filtering.go simplify receipts reading (#2094) 2021-06-04 13:28:18 +01:00
trace_types.go rename (#1978) 2021-05-20 19:25:53 +01:00
tracing.go trace compatibility with OE (sometimes bug for bug) (#2174) 2021-06-16 18:24:56 +01:00
txpool_api_test.go txpool_content (#2127) 2021-06-11 09:34:47 +01:00
txpool_api.go txpool_content (#2127) 2021-06-11 09:34:47 +01:00
web3_api.go Check version of remote services (#1989) 2021-05-22 11:00:13 +01:00