.. |
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
|
Changing rawdb to blockReader (#4602)
|
2022-07-01 17:36:44 +03:00 |
bor_snapshot.go
|
Changing rawdb to blockReader (#4602)
|
2022-07-01 17:36:44 +03:00 |
call_traces_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
corner_cases_support_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
daemon.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
db_api_deprecated.go
|
rename (#1978)
|
2021-05-20 19:25:53 +01:00 |
debug_api_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
debug_api.go
|
Fix checkChangeSets and RPC daemon commands accessing history (#4365)
|
2022-06-04 23:06:30 +01:00 |
engine_api_test.go
|
Fix LatestValidHash nil pointer (#4338)
|
2022-06-02 16:35:42 +02:00 |
engine_api.go
|
fixed timeout on CL (#4836)
|
2022-07-27 09:16:26 +02:00 |
erigon_api.go
|
feat: add erigon_getLogs with timestamp field to erigon rpcdaemon and fix the issue 4982 (#4968)
|
2022-08-11 09:16:40 +07:00 |
erigon_block.go
|
Add erigon_getBalanceChangesInBlock RPC endpoint (#4609)
|
2022-07-15 16:04:23 +02:00 |
erigon_cumulative_chain_traffic.go
|
Cumulative index stage (#3314)
|
2022-01-27 10:49:03 +00:00 |
erigon_issuance.go
|
issuance (#3375)
|
2022-01-30 06:42:44 +00:00 |
erigon_nodeInfo.go
|
Add NodeInfo implementation (#3046)
|
2021-11-30 22:42:12 +00:00 |
erigon_receipts.go
|
Solving log index out of bound error (#5009)
|
2022-08-11 19:08:20 +03:00 |
erigon_system.go
|
Rename to Erigon (#2018)
|
2021-05-26 11:35:39 +01: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
|
Auto detect latest block for optimal use of plain state and state cache (#3598)
|
2022-02-23 23:42:14 +00:00 |
eth_api_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
eth_api.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
eth_block_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
eth_block.go
|
Transaction count fix (#4888)
|
2022-08-04 18:49:53 +07:00 |
eth_call_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
eth_call.go
|
fix eth gas estimate when no pending block is available (#4898)
|
2022-08-04 11:47:11 +01:00 |
eth_callMany_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
eth_callMany.go
|
Introduce eth_callMany and debug_traceCallMany (#4567)
|
2022-06-29 14:24:21 +01:00 |
eth_deprecated.go
|
Remove deprecated eth compilers (#3376)
|
2022-01-30 06:42:17 +00:00 |
eth_filters_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
eth_filters.go
|
Refactoring To Increase Code Quality (#4842)
|
2022-08-04 20:23:00 +07:00 |
eth_ming_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
eth_mining.go
|
go1.19 gofmt (#4988)
|
2022-08-10 19:04:13 +07:00 |
eth_receipts.go
|
Solving log index out of bound error (#5009)
|
2022-08-11 19:08:20 +03:00 |
eth_subscribe_test.go
|
Avoid constantly triggering stageloop when using Engine API (#4797)
|
2022-07-23 18:57:23 +02:00 |
eth_system_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +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
|
fix/add_4th_parameter_to_parity_list (#3443)
|
2022-02-08 13:02:18 +00:00 |
parity_api.go
|
fix/add_4th_parameter_to_parity_list (#3443)
|
2022-02-08 13:02:18 +00:00 |
send_transaction_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
send_transaction.go
|
cmd: make sure chain config is initialized before accessing it (#5006)
|
2022-08-11 23:44:11 +07:00 |
starknet_accounts.go
|
Auto detect latest block for optimal use of plain state and state cache (#3598)
|
2022-02-23 23:42:14 +00:00 |
starknet_api.go
|
go1.19 gofmt (#4988)
|
2022-08-10 19:04:13 +07:00 |
starknet_call.go
|
go1.19 gofmt (#4988)
|
2022-08-10 19:04:13 +07:00 |
starknet_send_transaction_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
starknet_send_transaction.go
|
go1.19 gofmt (#4988)
|
2022-08-10 19:04:13 +07:00 |
storage_range.go
|
Inner errors (#2774)
|
2021-10-04 22:16:52 +07:00 |
trace_adhoc_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +07:00 |
trace_adhoc.go
|
fix regressions in trace_call and eth_createAccessList introduced by PR #3517 (#4807)
|
2022-07-24 09:50:43 +01:00 |
trace_api.go
|
Embed RPCDaemon (#3522)
|
2022-02-16 17:38:54 +00:00 |
trace_filtering.go
|
Fix rpc json #4838 (#4894)
|
2022-08-08 09:15:58 +07:00 |
trace_types.go
|
Minor fixes for tracing (#2485)
|
2021-08-03 20:58:18 +01:00 |
tracing.go
|
Revert "fix streaming in error case (#4861)" (#4862)
|
2022-07-29 16:59:31 +07:00 |
txpool_api_test.go
|
erigon22: history.v2 flag, align rpcdaemon22 (#5016)
|
2022-08-12 16:13:14 +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 |