erigon-pulse/cmd/rpcdaemon/commands
Nebojsa Urosevic 44f909767d
Feat: add eth_exitst endpoint (#5992)
Feat: add `eth_exists` endpoint.

By introducing this endpoint, Erigon will fully enable remote execution
for pre-EIP158 blocks.
2022-11-16 07:12:52 +03:00
..
contracts rename (#1978) 2021-05-20 19:25:53 +01:00
admin_api.go Erigon2 upgrade 2 prototype (#4341) 2022-06-10 16:18:43 +01:00
bor_api.go Merging Turbo bor into devel (#3372) 2022-02-07 21:30:46 +00:00
bor_helper.go Enable prealloc linter (#5177) 2022-08-26 10:04:36 +07:00
bor_snapshot.go Aggregator22.Unwind() (#5039) 2022-08-13 18:51:25 +07:00
call_traces_test.go e3: tests (#5779) 2022-10-18 13:06:25 +07:00
corner_cases_support_test.go e3: tests (#5776) 2022-10-18 11:53:54 +07:00
daemon.go Made Lightclient default (#5813) 2022-11-10 17:06:04 +00:00
db_api_deprecated.go rename (#1978) 2021-05-20 19:25:53 +01:00
debug_api_test.go move all packages from "internal" folder - to simplify users live (#5857) 2022-10-25 09:58:25 +07:00
debug_api.go e3: eth_traceTransaction implementation (#5909) 2022-10-31 12:31:38 +07:00
engine_api_test.go Fix LatestValidHash nil pointer (#4338) 2022-06-02 16:35:42 +02:00
engine_api.go Made Lightclient default (#5813) 2022-11-10 17:06:04 +00:00
erigon_api.go feat: add erigon_getLatestLogs as a new feature API. (#5875) 2022-11-08 08:35:00 +07:00
erigon_block.go e3: eth_traceTransaction implementation (#5909) 2022-10-31 12:31:38 +07:00
erigon_cache_check.go cache state check (#5844) 2022-11-07 13:04:31 +00:00
erigon_cumulative_chain_traffic.go Cumulative index stage (#3314) 2022-01-27 10:49:03 +00:00
erigon_issuance.go Open erigon_watchTheBurn: could not find block header (#5050) 2022-08-14 17:52:42 +07:00
erigon_nodeInfo.go Add NodeInfo implementation (#3046) 2021-11-30 22:42:12 +00:00
erigon_receipts_test.go feat: add erigon_getLatestLogs as a new feature API. (#5875) 2022-11-08 08:35:00 +07:00
erigon_receipts.go feat: add erigon_getLatestLogs as a new feature API. (#5875) 2022-11-08 08:35:00 +07:00
erigon_system.go added a way to get latest executed block post POS (#5343) 2022-09-14 13:56:31 +03: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 Feat: add eth_exitst endpoint (#5992) 2022-11-16 07:12:52 +03:00
eth_api_test.go move all packages from "internal" folder - to simplify users live (#5857) 2022-10-25 09:58:25 +07:00
eth_api.go eth_gasPrice performance tweaks (#6016) 2022-11-10 15:36:04 +00:00
eth_block_test.go e3: tests (#5776) 2022-10-18 11:53:54 +07:00
eth_block.go e3: eth_traceTransaction implementation (#5909) 2022-10-31 12:31:38 +07:00
eth_call_test.go e3: eth_traceTransaction implementation (#5909) 2022-10-31 12:31:38 +07:00
eth_call.go eth_estimateGas performance tweaks (#6001) 2022-11-08 21:48:11 +00:00
eth_callMany_test.go Enable London in AllEthashProtocolChanges (#5891) 2022-10-28 17:19:18 +02:00
eth_callMany.go e3: eth_traceTransaction implementation (#5909) 2022-10-31 12:31:38 +07:00
eth_deprecated.go Remove deprecated eth compilers (#3376) 2022-01-30 06:42:17 +00:00
eth_filters_test.go e3: tests (#5776) 2022-10-18 11:53:54 +07:00
eth_filters.go fix potential deadlock in eth_filters logs event (#5912) 2022-11-01 08:59:01 +07:00
eth_ming_test.go erigon22: folder snapshots/history (#5351) 2022-09-18 17:41:01 +07:00
eth_mining.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
eth_receipts.go jsonrpc HTTP Get handler & logs topic filter with map (#5922) 2022-11-03 09:09:04 +07:00
eth_subscribe_test.go e3: tests (#5776) 2022-10-18 11:53:54 +07:00
eth_system_test.go erigon22: folder snapshots/history (#5351) 2022-09-18 17:41:01 +07:00
eth_system.go eth_gasPrice performance tweaks (#6016) 2022-11-10 15:36:04 +00:00
eth_txs.go Additional bor RPC fixes (#4675) 2022-07-09 09:15:22 +06:00
eth_uncles.go Clean up (#4445) 2022-06-14 14:29:49 +01:00
get_chain_config_test.go move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
net_api.go Erigon2 upgrade 2 prototype (#4341) 2022-06-10 16:18:43 +01:00
otterscan_api.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_block_details.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_contract_creator.go Use pooled bitmaps (#5946) 2022-11-03 12:50:16 +07:00
otterscan_default_tracer.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_generic_tracer.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_has_code.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_backward_multi_test.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_backward_test.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_backward.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_forward_multi_test.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_forward_test.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_forward.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_multi.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_test.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_search_trace.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_trace_contract_creator.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_trace_operations.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_trace_touch.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_trace_transaction.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_transaction_by_sender_and_nonce.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_transaction_error.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
otterscan_types.go Upstream all Otterscan patches to devel (#5945) 2022-11-03 11:32:15 +07:00
parity_api_test.go erigon22: folder snapshots/history (#5351) 2022-09-18 17:41:01 +07:00
parity_api.go fix/add_4th_parameter_to_parity_list (#3443) 2022-02-08 13:02:18 +00:00
send_transaction_test.go e3: tests (#5776) 2022-10-18 11:53:54 +07:00
send_transaction.go cmd: make sure chain config is initialized before accessing it (#5006) 2022-08-11 23:44:11 +07:00
storage_range.go Inner errors (#2774) 2021-10-04 22:16:52 +07:00
trace_adhoc_test.go e3: tests (#5776) 2022-10-18 11:53:54 +07:00
trace_adhoc.go e3: eth_traceTransaction implementation (#5909) 2022-10-31 12:31:38 +07:00
trace_api.go Embed RPCDaemon (#3522) 2022-02-16 17:38:54 +00:00
trace_filtering.go E3: parallel exec, apply on roTx (#5879) 2022-10-28 08:47:45 +07:00
trace_types.go returning validator in POS trace (#5477) 2022-09-28 20:45:52 +01:00
tracing.go trace json error fix (#6014) 2022-11-10 15:37:16 +00:00
txpool_api_test.go e3: tests (#5776) 2022-10-18 11:53:54 +07:00
txpool_api.go typed sender (#4016) 2022-04-28 15:35:14 +07:00
validator_set.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
web3_api.go Erigon2 upgrade 2 prototype (#4341) 2022-06-10 16:18:43 +01:00