erigon-pulse/cmd/rpcdaemon/commands
Andrew Ashikhmin 1f7de0e5cf
Rename StageLoopStep to StageLoopIteration (#7820)
Rename for clarity to highlight that not only one stage is executed, but
the entire loop.
2023-06-29 17:53:23 +02:00
..
contracts move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
admin_api.go Erigon2 upgrade 2 prototype (#4341) 2022-06-10 16:18:43 +01:00
bor_api.go [bor] Implement bor_getSnapshotProposerSequence RPC method (#7770) 2023-06-27 22:15:45 +07:00
bor_helper.go [bor] Implement bor_getSnapshotProposerSequence RPC method (#7770) 2023-06-27 22:15:45 +07:00
bor_snapshot.go [bor] Implement bor_getSnapshotProposerSequence RPC method (#7770) 2023-06-27 22:15:45 +07:00
call_traces_test.go e3: release chain maker changes (#7787) 2023-06-23 10:07:42 +07:00
corner_cases_support_test.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
daemon.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
db_api_deprecated.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
debug_api_test.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
debug_api.go e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +07:00
engine_api_test.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
engine_api.go EIP-4844: add data_gas_used (#7639) 2023-06-02 21:26:19 +01:00
erigon_api.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
erigon_block.go e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +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_nodeInfo.go Add NodeInfo implementation (#3046) 2021-11-30 22:42:12 +00:00
erigon_receipts_test.go e3: release chain maker changes (#7787) 2023-06-23 10:07:42 +07:00
erigon_receipts.go EIP-4844: add data_gas_used (#7639) 2023-06-02 21:26:19 +01:00
erigon_system.go move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07: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 Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
eth_api_test.go e3: release chain maker changes (#7787) 2023-06-23 10:07:42 +07:00
eth_api.go Base BlobTx on DynamicFeeTransaction (#7736) 2023-06-15 10:57:27 +02:00
eth_block_test.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
eth_block.go Base BlobTx on DynamicFeeTransaction (#7736) 2023-06-15 10:57:27 +02:00
eth_call_test.go e3: release chain maker changes (#7787) 2023-06-23 10:07:42 +07:00
eth_call.go receipts: less allocs in DeriveFields, use blockReader, remove ReadReceiptsByHash, gasPriceOracle don't read block twice and use blockLru (#7592) 2023-05-27 16:39:14 +07:00
eth_callMany_test.go [devnet tool] Side-quest logging - replace quiet parameter (#7464) 2023-05-08 17:52:31 +01:00
eth_callMany.go Base BlobTx on DynamicFeeTransaction (#7736) 2023-06-15 10:57:27 +02:00
eth_deprecated.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
eth_filters_test.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
eth_filters.go ws unfreeze (#7724) 2023-06-14 16:25:05 +07:00
eth_mining_test.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
eth_mining.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
eth_receipts.go EIP-4844: Handle data gas in txpool (#7779) 2023-06-23 11:10:23 +02:00
eth_subscribe_test.go Rename StageLoopStep to StageLoopIteration (#7820) 2023-06-29 17:53:23 +02:00
eth_system_test.go e3: release chain maker changes (#7787) 2023-06-23 10:07:42 +07:00
eth_system.go receipts: less allocs in DeriveFields, use blockReader, remove ReadReceiptsByHash, gasPriceOracle don't read block twice and use blockLru (#7592) 2023-05-27 16:39:14 +07:00
eth_txs.go cheaper isCanonicalHash func, less lookups of blockHash by blockNum in rpc (#7603) 2023-05-31 11:26:38 +07:00
eth_uncles.go cheaper isCanonicalHash func, less lookups of blockHash by blockNum in rpc (#7603) 2023-05-31 11:26:38 +07:00
gen_traces_test.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
get_chain_config_test.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
graphql_api.go EIP-4844: add data_gas_used (#7639) 2023-06-02 21:26:19 +01:00
net_api.go Erigon2 upgrade 2 prototype (#4341) 2022-06-10 16:18:43 +01:00
otterscan_api.go e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +07:00
otterscan_block_details.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_contract_creator_test.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
otterscan_contract_creator.go e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +07:00
otterscan_default_tracer.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_generic_tracer.go Base BlobTx on DynamicFeeTransaction (#7736) 2023-06-15 10:57:27 +02:00
otterscan_has_code.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +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 Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
otterscan_search_backward.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +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 e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +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 Base BlobTx on DynamicFeeTransaction (#7736) 2023-06-15 10:57:27 +02:00
otterscan_trace_contract_creator.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_trace_operations.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_trace_touch.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
otterscan_trace_transaction.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
otterscan_transaction_by_sender_and_nonce_test.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
otterscan_transaction_by_sender_and_nonce.go e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +07:00
otterscan_transaction_error.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
otterscan_types.go e3: ots_getTransactionBySenderAndNonce (#6718) 2023-01-27 11:34:04 +07:00
parity_api_test.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
parity_api.go e4: release some tests (#7729) 2023-06-14 10:01:00 +07:00
send_transaction_test.go Rename StageLoopStep to StageLoopIteration (#7820) 2023-06-29 17:53:23 +02:00
send_transaction.go eth_sendRawTransaction: remove logging, because we have --txpool.trace.senders which enabling more verbose logging for given senders list (#7686) 2023-06-11 13:18:04 +07:00
storage_range.go e3: move domains to tables.go (#7707) 2023-06-11 21:12:05 +07:00
trace_adhoc_test.go Enforce blockReader interface (#7737) 2023-06-15 13:11:51 +07:00
trace_adhoc.go Base BlobTx on DynamicFeeTransaction (#7736) 2023-06-15 10:57:27 +02:00
trace_api.go Fix trace_filter regression due to gasBailout argument (#7539) (#7540) 2023-05-18 20:52:40 +01:00
trace_filtering.go Base BlobTx on DynamicFeeTransaction (#7736) 2023-06-15 10:57:27 +02:00
trace_types.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
tracing.go Base BlobTx on DynamicFeeTransaction (#7736) 2023-06-15 10:57:27 +02:00
txpool_api_test.go e3: release chain maker changes (#7787) 2023-06-23 10:07:42 +07:00
txpool_api.go eip-4844: vm and engine_api extensions, minor fixes/changes (#7514) 2023-05-19 18:43:04 +01:00
validator_set.go Bor file structure updated (#6167) 2023-01-31 14:00:57 +05:30
web3_api.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00