erigon-pulse/accounts
ledgerwatch b747ab5324
[WIP] CallTraces index (#1157)
* Initial commit for CallTraces index

* Fix compilation

* fix lint, add comment

* Fix integration

* Add Close function to ethdb.Cursor, fix some compile errors

* Try to stop cursor leak in Get

* Fix compile errors in RPC daemon

* Fix compile errors

* fixing another way

* Some fixes

* More fixes

* More fixes

* More fixes

* Fixes to core/state

* Fix lint

* Fix lint

* Fixes

* Stage caching for call trace stage

* Add mem stats

* Try to stop the leak

* Turn off debug

* Chunks for 10k blocks

* Print

* Revert "Print"

This reverts commit 5ffada4828d61e00e5dad1ca12c98258dfbbad00.

* Revert "Chunks for 10k blocks"

This reverts commit cfb9d498e782e5583d41c30abf0e2137da27383e.

* Trying to fix the leak

* Don't compute receipts in re-tracing

* Not compose block

* Print speed, fix receipts, bigger caches

* Fix lint

* Utilise changeset info

* Counters

* Use NoReceipts and ReadOnly

* ReadOnly is incompatible with caching

* Skip test leaking transactions

* Fix block test

* Change disable message for call-traces stage

* Use block option for call traces integration

* Fix retracing due to incarnation
2020-10-12 09:39:04 +01:00
..
abi [WIP] CallTraces index (#1157) 2020-10-12 09:39:04 +01:00
external geth 1.9.18 post-rebase fixups 2020-08-08 17:33:35 +02:00
keystore accounts/keystore: fix typo in error message (#21200) 2020-08-07 11:13:12 +02:00
scwallet all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
usbwallet accounts/usbwallet, signer/core: show accounts from ledger legacy derivation paths (#21517) 2020-09-11 16:29:31 +02:00
accounts_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
accounts.go accounts/external: convert signature v value to 0/1 (#20997) 2020-05-20 15:26:22 +03:00
errors.go all: replace passPHRASE with passWORD in user interactions (#19932) 2019-08-12 12:00:38 +03:00
hd_test.go all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
hd.go accounts: switch Ledger derivation path to canonical one 2019-04-10 13:09:08 +03:00
manager.go accounts: add walletsNoLock to avoid double read lock (#20655) 2020-02-27 17:21:20 +03:00
sort.go Make linter happy with geth 1.9.6. 2019-11-04 14:15:04 +01:00
url_test.go all: update author list and licenses 2019-07-22 12:17:27 +03:00
url.go accounts: add unit tests for URL (#17182) 2018-07-18 11:32:49 +03:00