erigon-pulse/cmd/rpcdaemon/commands
Enrique Jose Avila Asapche 81cec4dd68
checking if bor log (#5739)
Fixing this err= ```EROR[10-13|08:27:56.405] RPC method eth_getLogs
crashed: runtime error: index out of range [289] with length 289
[service.go:217 panic.go:838 panic.go:93 eth_receipts.go:222
value.go:556 value.go:339 service.go:222 handler.go:494 handler.go:444
handler.go:392 handler.go:223 handler.go:316 asm_amd64.s:1571]```
2022-10-13 22:14:50 +01: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 erigon3: rename "history.v2" to "history.v3" to avoid naming miss-match with "erigon3" (#5519) 2022-09-26 10:54:42 +07:00
corner_cases_support_test.go erigon3: rename "history.v2" to "history.v3" to avoid naming miss-match with "erigon3" (#5519) 2022-09-26 10:54:42 +07:00
daemon.go erigon22: authapi to use aggregator22 (#5506) 2022-09-26 09:09:30 +07:00
db_api_deprecated.go rename (#1978) 2021-05-20 19:25:53 +01:00
debug_api_test.go erigon3: rename "history.v2" to "history.v3" to avoid naming miss-match with "erigon3" (#5519) 2022-09-26 10:54:42 +07:00
debug_api.go Cleanup Tevm experimental code (#5259) 2022-09-01 19:49:29 +01:00
engine_api_test.go Fix LatestValidHash nil pointer (#4338) 2022-06-02 16:35:42 +02:00
engine_api.go Don't check TerminalBlockHash in exchangeTransitionConfiguration (#5428) 2022-09-19 13:05:45 +02:00
erigon_api.go open erigon_blockNumber API (#5454) 2022-09-21 19:30:01 +07:00
erigon_block.go erigon3: rename "history.v2" to "history.v3" to avoid naming miss-match with "erigon3" (#5519) 2022-09-26 10:54:42 +07: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.go checking if bor log (#5739) 2022-10-13 22:14:50 +01: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 erigon3: rename "history.v2" to "history.v3" to avoid naming miss-match with "erigon3" (#5519) 2022-09-26 10:54:42 +07:00
eth_api_test.go erigon3: rename "history.v2" to "history.v3" to avoid naming miss-match with "erigon3" (#5519) 2022-09-26 10:54:42 +07:00
eth_api.go cleaned up storage and retrieval of state sync receipts (#5379) 2022-09-27 11:39:58 +01:00
eth_block_test.go erigon3: rename "history.v2" to "history.v3" to avoid naming miss-match with "erigon3" (#5519) 2022-09-26 10:54:42 +07:00
eth_block.go Fix compatibility of eth_getBlockTransactionCountByHash (#5297) 2022-09-07 12:11:48 +07:00
eth_call_test.go erigon3 test fix (#5522) 2022-09-26 13:34:46 +07:00
eth_call.go erigon3: rename "history.v2" to "history.v3" to avoid naming miss-match with "erigon3" (#5519) 2022-09-26 10:54:42 +07:00
eth_callMany_test.go erigon22: folder snapshots/history (#5351) 2022-09-18 17:41:01 +07:00
eth_callMany.go erigon3: rename "history.v2" to "history.v3" to avoid naming miss-match with "erigon3" (#5519) 2022-09-26 10:54:42 +07:00
eth_deprecated.go Remove deprecated eth compilers (#3376) 2022-01-30 06:42:17 +00:00
eth_filters_test.go erigon3: rename "history.v2" to "history.v3" to avoid naming miss-match with "erigon3" (#5519) 2022-09-26 10:54:42 +07:00
eth_filters.go add pendingTransactionWithBody subscription method (#5675) 2022-10-11 16:52:07 +01: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 checking if bor log (#5739) 2022-10-13 22:14:50 +01:00
eth_subscribe_test.go Fixing hive SideChain reorg test (#5620) 2022-10-05 05:42:38 +01:00
eth_system_test.go erigon22: folder snapshots/history (#5351) 2022-09-18 17:41:01 +07:00
eth_system.go fix eth_gasPrice RPC issue. (#4943) 2022-08-10 20:18:14 +07: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
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 Fixing hive SideChain reorg test (#5620) 2022-10-05 05:42:38 +01: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 erigon3: rename "history.v2" to "history.v3" to avoid naming miss-match with "erigon3" (#5519) 2022-09-26 10:54:42 +07:00
trace_adhoc.go Fixes for trace_block (#5402) 2022-09-17 12:53:27 +01:00
trace_api.go Embed RPCDaemon (#3522) 2022-02-16 17:38:54 +00:00
trace_filtering.go erigon3: fix stuck test (#5629) 2022-10-05 12:54:31 +07:00
trace_types.go returning validator in POS trace (#5477) 2022-09-28 20:45:52 +01:00
tracing.go run traceCall on top of state resulting from fully executed baseblock a.k.a. starting state of blockNumber+1 (#5555) 2022-09-28 08:30:58 +01:00
txpool_api_test.go erigon3: fix stuck test (#5629) 2022-10-05 12:54:31 +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