erigon-pulse/turbo/jsonrpc
Somnath 73e2bad897
Remove chain id check for non-eip155 and fix a test (#8404)
Correcting a mistake in PR #8400 and a workaround for
TestSendRawTransaction
2023-10-08 20:59:49 +00: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 fix rpcdeamon engine initialization (#8390) 2023-10-06 11:58:08 +01:00
call_traces_test.go EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +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 Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
debug_api.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
erigon_api.go Bor fix rpcdeamon engine initialization (#8390) 2023-10-06 11:58:08 +01:00
erigon_block.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +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 Rpcdaemon: fixed few bugs in erigon_getLatestLogs (#8153) 2023-09-22 17:07:16 +07:00
erigon_system.go fix finalized api for polygon chain (#8247) 2023-09-20 13:32:22 +01:00
error_messages.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
eth_accounts.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
eth_api_test.go Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
eth_api.go Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
eth_block_test.go Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
eth_block.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
eth_call_test.go Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
eth_call.go Optimize gas by default in eth_createAccessList (#8337) 2023-10-01 14:22:18 +02:00
eth_callMany_test.go Re-enable non-EIP155 unprotected txns (#8400) 2023-10-08 08:18:14 +07:00
eth_callMany.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
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 moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
eth_receipts.go Use const in getLogsIsValidBlockNumber (#8370) 2023-10-08 08:19:48 +07: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 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
eth_txs.go Fix bor receipts (#8391) 2023-10-06 08:43:34 +01:00
eth_uncles.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
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 moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
net_api.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_api.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_block_details.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +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 Max cap search results for ots API by default + cli flag to override it (#7924) 2023-07-28 08:29:17 +07: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 moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
otterscan_trace_touch.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
otterscan_trace_transaction.go evm: no interface (#8376) 2023-10-05 12:23:08 +07: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 moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
parity_api.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
send_transaction_test.go Remove chain id check for non-eip155 and fix a test (#8404) 2023-10-08 20:59:49 +00: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 moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
trace_adhoc_test.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
trace_adhoc.go evm: no interface (#8376) 2023-10-05 12:23:08 +07:00
trace_api.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
trace_filtering.go Downloader: add tests to protect from re-downloading (#8191) 2023-09-15 13:46:59 +07:00
trace_types.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +02:00
tracing.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
txpool_api_test.go EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +02:00
txpool_api.go moved cmd/rpcdaemon/commands -> turbo/jsonrpc (#7858) 2023-07-08 19:01:26 +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