erigon-pulse/cmd/rpcdaemon/commands
Thomas Jay Rush dcdcc1a30f
Fixes issue #1232 (#1233)
* Fixes issue #1232

* Adding/updating test cases

* Updating as per comments

* Use tx instead of db in GetModifiedAccounts and clean up a bit

* option to specify LMDB map size for cmd/integration commands (#1238)

* Add lmdb.mapSize to integration

* Make lmdb.mapSize effective

* Use mapSize for first opening

* Fix for cobra

* Extend lmdb.mapSize for all commands

* Fix lint

* Fixes issue #1232

* Adding/updating test cases

* Updating as per comments

Co-authored-by: ledgerwatch <akhounov@gmail.com>
2020-10-14 12:01:44 +01:00
..
daemon.go Start of re-working of RPC code to align with testing better (#1225) 2020-10-12 09:39:33 +01:00
db_api_deprecated.go Start of re-working of RPC code to align with testing better (#1225) 2020-10-12 09:39:33 +01:00
debug_api.go Fixes issue #1232 (#1233) 2020-10-14 12:01:44 +01:00
error_messages.go Start of re-working of RPC code to align with testing better (#1225) 2020-10-12 09:39:33 +01:00
eth_accounts.go Simple file renaming to make automated testing easier (#1230) 2020-10-12 15:17:34 +01:00
eth_api.go Simple file renaming to make automated testing easier (#1230) 2020-10-12 15:17:34 +01:00
eth_block.go Simple file renaming to make automated testing easier (#1230) 2020-10-12 15:17:34 +01:00
eth_call.go Simple file renaming to make automated testing easier (#1230) 2020-10-12 15:17:34 +01:00
eth_deprecated.go Start of re-working of RPC code to align with testing better (#1225) 2020-10-12 09:39:33 +01:00
eth_filters.go Simple file renaming to make automated testing easier (#1230) 2020-10-12 15:17:34 +01:00
eth_mining.go Simple file renaming to make automated testing easier (#1230) 2020-10-12 15:17:34 +01:00
eth_system.go Simple file renaming to make automated testing easier (#1230) 2020-10-12 15:17:34 +01:00
eth_txs.go Simple file renaming to make automated testing easier (#1230) 2020-10-12 15:17:34 +01:00
eth_uncles.go Simple file renaming to make automated testing easier (#1230) 2020-10-12 15:17:34 +01:00
get_chain_config.go Revert "rpcdaemon to cache chainconfig (#1173)" (#1177) 2020-10-03 15:07:49 +07:00
get_receipts.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
net_api.go Fixes issue #1139 - crash when running chaindata mode (#1140) 2020-09-27 12:11:05 -04:00
rpc_block.go Get logs (#1028) 2020-09-03 08:51:19 +01:00
send_transaction.go Fixes issue #1139 - crash when running chaindata mode (#1140) 2020-09-27 12:11:05 -04:00
shh_api_deprecated.go Start of re-working of RPC code to align with testing better (#1225) 2020-10-12 09:39:33 +01:00
storage_range.go Rpcdaemon as lib (#940) 2020-08-19 12:46:20 +01:00
trace_api_adhoc.go Fixes issue #1139 - crash when running chaindata mode (#1140) 2020-09-27 12:11:05 -04:00
trace_api_custom.go Rpcdaemon: private api V2 (#1214) 2020-10-10 13:24:56 +01:00
trace_api_filtering.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
trace_api.go Rpcdaemon: private api V2 (#1214) 2020-10-10 13:24:56 +01:00
trace_types.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
tracing.go [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
web3_api.go 1075 RPC additions and cleanup of README (#1117) 2020-09-15 17:44:28 +01:00