erigon-pulse/turbo/jsonrpc
a 436493350e
Sentinel refactor (#8296)
1. changes sentinel to use an http-like interface

2. moves hexutil, crypto/blake2b, metrics packages to erigon-lib
2023-10-22 01:17:18 +02:00
..
contracts moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
admin_api.go Add addPeer RPC (#7804) 2023-09-06 15:31:02 +07:00
bor_api.go Bor fix rpcdeamon engine initialization (#8390) 2023-10-06 11:58:08 +01:00
bor_helper.go Added fix to allow getroothash to work with no api running (#8342) 2023-10-02 18:55:31 +01:00
bor_snapshot.go Bor rpc config fix (#8413) 2023-10-10 15:26:02 +01:00
call_traces_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
corner_cases_support_test.go Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
daemon.go Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
db_api_deprecated.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
debug_api_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
debug_api.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
erigon_api.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
erigon_block.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
erigon_cache_check.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
erigon_nodeInfo.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
erigon_receipts_test.go Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
erigon_receipts.go rpcademon: changed erigon_getLogs() according changes done on erigon_getLatest() (#8417) 2023-10-12 14:18:21 +07:00
erigon_system.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
error_messages.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
eth_accounts.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_api_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_api.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_block_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_block.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_call_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_call.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_callMany_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_callMany.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_deprecated.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
eth_filters_test.go Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
eth_filters.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
eth_mining_test.go Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
eth_mining.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_receipts.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_subscribe_test.go stage loop: allow nil in hook (#8318) 2023-09-29 09:03:19 +07:00
eth_system_test.go Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
eth_system.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_txs.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
eth_uncles.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
gen_traces_test.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
get_chain_config_test.go Restore genesis reads code - remote rpc case. Remove ctx parameter from baseApi func (tx already has internal ctx) (#8122) 2023-09-04 12:42:08 +07:00
graphql_api.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
net_api.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
otterscan_api.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
otterscan_block_details.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
otterscan_contract_creator_test.go Max cap search results for ots API by default + cli flag to override it (#7924) 2023-07-28 08:29:17 +07:00
otterscan_contract_creator.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_default_tracer.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
otterscan_generic_tracer.go Restore genesis reads code - remote rpc case. Remove ctx parameter from baseApi func (tx already has internal ctx) (#8122) 2023-09-04 12:42:08 +07:00
otterscan_has_code.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_search_backward_multi_test.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_search_backward_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
otterscan_search_backward.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_search_forward_multi_test.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_search_forward_test.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_search_forward.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_search_multi.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_search_test.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_search_trace.go EIP-4844: Rename "data gas" to "blob gas" (#7937) 2023-07-28 12:12:05 +02:00
otterscan_trace_contract_creator.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
otterscan_trace_operations.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
otterscan_trace_touch.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
otterscan_trace_transaction.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
otterscan_transaction_by_sender_and_nonce_test.go Max cap search results for ots API by default + cli flag to override it (#7924) 2023-07-28 08:29:17 +07:00
otterscan_transaction_by_sender_and_nonce.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_transaction_error.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_types.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
parity_api_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
parity_api.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
send_transaction_test.go Fix expected value in test (#8412) 2023-10-09 18:12:54 +01:00
send_transaction.go Remove chain id check for non-eip155 and fix a test (#8404) 2023-10-08 20:59:49 +00:00
storage_range.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
trace_adhoc_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
trace_adhoc.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
trace_api.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
trace_filtering.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
trace_types.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
tracing.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
txpool_api_test.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
txpool_api.go Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
validator_set.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
web3_api.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00