- Oct 27, 2020
-
-
Alex Sharov authored
* set IH comparator * set IH comparator * Fix chain config Co-authored-by:
Alexey Akhunov <akhounov@gmail.com>
-
- Oct 26, 2020
-
-
Igor Mandrigin authored
-
mr_franklin authored
# Conflicts: # les/txrelay.go # miner/unconfirmed.go
-
Martin Holst Swende authored
-
Guillaume Ballet authored
* core/vm: dedup config check * review feedback: reuse buffer # Conflicts: # core/vm/logger.go
-
Martin Holst Swende authored
* core/types: tests for bloom * core/types: refactored bloom filter for receipts, added tests core/types: replaced old bloom implementation core/types: change interface of bloom add+test * core/types: refactor bloom * core/types: minor tweak on LogsBloom Co-authored-by:
Marius van der Wijden <m.vanderwijden@live.de> # Conflicts: # core/types/bloom9.go # core/types/bloom9_test.go
-
Martin Holst Swende authored
* core/bloombits: add benchmark * core/bloombits: optimize inserts
-
aaronbuchwald authored
* Fix potential memory leak in price heap * core: nil free pointer slice (alternative version) Co-authored-by:
Martin Holst Swende <martin@swende.se>
-
Martin Holst Swende authored
# Conflicts: # core/vm/gas_table.go
-
- Oct 25, 2020
-
-
Alex Sharov authored
* squash * add --database flag to integration * clean * split to 2 buckets * split to 2 buckets * split to 2 buckets * split to 2 buckets * split to 2 buckets * save progress * save progress * improve test * improve test * save progress * change app logic * change app logic * return err from rawdb package * don't clean automatically * don't clean automatically * clean * clean * clean * don't rely on `make clean` * improve cbor code * clean * clean * clean * fix tests * rebase master * stop on error: headers stage * make TxDb walk and multiwalk safe * Fix panics Co-authored-by:
Alexey Akhunov <akhounov@gmail.com>
-
- Oct 24, 2020
-
-
Alex Sharov authored
-
Alex Sharov authored
* protect_from_wrong_class_use * more cases
-
Alex Sharov authored
* ReadBlockByNumber and ReadChainConfig return error * Let's make rawdb package to return error. But by small steps. High-level methods need to move first: ReadBlockByNumber ReadChainConfig ReadBlockByHash ReadHeaderByHash WriteChainConfig WriteDatabaseVersion WriteBlock DeleteTd WriteTd ReadTd
-
- Oct 23, 2020
-
-
Alex Sharov authored
* extract tmpdir to app-level-code * extract tmpdir to app-level-code * save progresss
-
- Oct 22, 2020
-
- Oct 21, 2020
-
-
ledgerwatch authored
* Vary batch size for execution stage * Fix in logging * Improve log of timings * Log improvements * Log improvements * Fix tests * More log improvments, fix tests * Fix tests * Better logging for Bodies and Interhash * Fix tests * Minor fixes * Fix test
-
- Oct 20, 2020
-
-
Evgeny Danilenko authored
* initial * fix * fmt * linters * linters * debug * fix data races * safe close * remove jump table clonning * revert fix
-
- Oct 19, 2020
-
-
Giulio Rebuffo authored
-
Alex Sharov authored
* save progress * save progress * save progress * save progress * etl bimaps * etl bimaps * etl bimaps * etl bimaps * a * a * a * a * a * a * a * save progress * save progress * save progress * a * fix_race_condition_on_zstd_build * clean * clean * clean * clean * clean * go mod tidy * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * fix corner case * commit every * call traces etl * call traces etl * call traces etl * return missed error * go mod tidy * go mod tidy * go mod tidy * rebase to master * remove trash * print full key if it has 8 leading zeroes
-
- Oct 18, 2020
-
-
ledgerwatch authored
* Fix to checkChangeSets * Fix lint * Update skip analysis * Fix * Update skip analysis again
-
- Oct 16, 2020
-
-
Evgeny Danilenko authored
* forkID api * merge fork calls * optional param
-
- Oct 14, 2020
-
-
Alex Sharov authored
-
- Oct 12, 2020
-
-
ledgerwatch authored
* 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
-
- Oct 10, 2020
-
-
Alex Sharov authored
* read_canonical_hash_return_err * hack hugeFreelist * fix tests
-
- Oct 06, 2020
-
-
rene authored
This change adds a test framework for the "eth" protocol and some basic tests. The tests can be run using the './devp2p rlpx eth-test' command. # Conflicts: # core/forkid/forkid.go # eth/discovery.go # eth/handler.go # eth/helper_test.go # eth/protocol_test.go
-
Guillaume Ballet authored
# Conflicts: # core/block_validator.go
-
Martin Holst Swende authored
* core/vm/testdata: add gascost expectations to testcases * core/vm: verify expected gas in tests for precompiles * core/vm: fix overflow flaw in gas/s calculation
-
- Oct 05, 2020
-
-
ledgerwatch authored
-
ledgerwatch authored
-
- Oct 02, 2020
-
-
Evgeny Danilenko authored
* initial * fix * fix chain length
-
Alex Sharov authored
* switch receipts to cbor * switch receipts to cbor * rpcdaemon to cache chainconfig * rpcdaemon to cache chainconfig * rpcdaemon to cache chainconfig * rpcdaemon to cache chainconfig
-
Alex Sharov authored
-
- Oct 01, 2020
-
-
ledgerwatch authored
-
- Sep 28, 2020
-
-
Alex Sharov authored
* save progress * try now * don't create bloom inside rlpDecode * don't create bloom inside ApplyTransaction * clean * clean * clean * clean * clean * clean * clean * clean * rename method * print timings * print timings * print timings * sort before flush * fix err lint * clean * move tests to transactions * compressed version * up bound * up bound * more tests * more tests * more tests * more tests * better removal * clean * better performance of get/put methods * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * optimize rpcdaemon * fix test * fix rpcdaemon * fix test * simplify * simplify * fix nil pointer * clean * revert some changes * add some logs * clean * try without optimize * clean * clean * clean * clean * try * move log_index to own stage * move log_index to own stage * integration add log_index stage * integration add log_index stage * clean * clean * print timing * remove duplicates at unwind * extract truncateBitmaps func * try detect * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * clean * add blackList of topics * clean * clean * clean * clean * clean * clean * clean * clean * sharding 1 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 2 * sharded 3 * sharded 3 * sharded 3 * speedup things by putCurrent and putReserve * clean * optimize trim * clean * remove blacklist * add more info to err * ? * clean * clean * clean * clean * clean * working version * switch to cgo version of roaring bitmaps * clean * clean * clean * clean * more docs * clean * clean * fix logs bloom field * Fix debug_getModifiedAccountsByNumber * Try to fix crash * fix problem with "absent block" * fix problem with "absent block" * remove optimize method call * remove roaring iterator * fix problem with rebuild indicess * remove debug prints * tests for eth_getLogs involving topics * add tests for new stage, speparate topics into 2 buckets * version up * remove debug logs * remove debug logs * remove bloom filter implementation * Optimisation * Optimisatin not required, make rpctest lenient to geth errors * Lenient to geth failures Co-authored-by:
Alexey Akhunov <akhounov@gmail.com>
-
- Sep 26, 2020
-
-
ledgerwatch authored
* Add comment about receipts * Panic on error * Ignore errors in the simulated backend * Fix lint
-
- Sep 24, 2020
-
- Sep 17, 2020
-
-
Alex Sharov authored
* fix logidx * derive fields already dose set index * start from zero
- Sep 14, 2020
-
-
Igor Mandrigin authored
Useful for minimizing merge conflicts when rebasing new geth
-
- Sep 12, 2020
-
-
ledgerwatch authored
-