- Jul 15, 2020
-
-
ledgerwatch authored
* no pools * Remove excessive logging * Revert * Initial commit * Cleanup * Fix some compile errors * Fix core tests * Fix more tests * Fix eth/downloader * go mod tidy * Fix core/vm * Fix formatting * Fix formatting * Fix lint * Fix lint * Switch tests to StagedSync * Cleanup * Reuse cache in stage4 * Fix * Fix formatting * Try to fix test
-
Evgeny Danilenko authored
-
- Jul 14, 2020
-
-
Evgeny Danilenko authored
* use isStarted * set on stop
-
Alex Sharov authored
-
Alex Sharov authored
-
b00ris authored
-
- Jul 12, 2020
-
-
Evgeny Danilenko authored
* fix * linters * buffered chan to prevent blocking * create channel on start * fmt * fix
-
- Jul 11, 2020
-
-
Alex Sharov authored
-
- Jul 10, 2020
-
-
ledgerwatch authored
* GenerateChain to support intermediate hashes * Fix formatting * Changeset stats * Fix formatting
-
ledgerwatch authored
-
Alex Sharov authored
* cmp to reference db if --reference_chaindata provided * graceful shutdown * add ./cmd/integration to makefile * add interruption support for different stages * don't compare errors directly
-
ledgerwatch authored
* Fix storageRangeAt * Fix formatting * Fix lint * Fix lint * Prevent racing by closing db after the blockchain
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
Integration add checkChangeSet into state_stages command (#728)
-
- Jul 09, 2020
-
-
Andrew Ashikhmin authored
-
Alex Sharov authored
-
Evgeny Danilenko authored
* after concurrency testing * fixes for linters * add an extra parameter * change init order for protocolManager * green tests
-
ledgerwatch authored
* Different chain generation * More fixes * Fix TestSideLogRebirth * Fix the rest of core tests * Fix accounts/abi/bind * Fix compile errors for cmd/pics * Fix consensus/clique tests * More fixes * Fix core/state tests * Fix eth tests * Fix eth/downloader tests * Fix more tests * Fix compile errors * Some more fixes * Save * Exists * Fix last tests * Clean up * Fix formatting * Fix linter * Fix formatting * Fix linter * Fix lint * Fix lint * Fix lint * Fix lint * Fix lint * Fix lint * Fix lint * Fix lint
-
b00ris authored
* save state * walkAsOf by cs test passed * cs search for plain state * save state * fix accounts tests * refactor walkAsOf account tests * fix storage test * refactor walkAsOf storage tests * fix lint * fix test * save state * save state * add test with fixed bits * fmt * add stages check * fix lint * fix lint * remove obsoleted methods
-
- Jul 08, 2020
-
-
Alex Sharov authored
-
- Jul 07, 2020
-
-
Igor Mandrigin authored
-
Alex Sharov authored
Add commands "compare_states", add command "stage9", fix unwind of stage9 (it walked over whole db) (#722) * ./cmd/integration compare_states, ./cmd/integration stage9 * TxLookup fix unwind - it walked over all db
-
Alex Sharov authored
-
Alex Sharov authored
* move stages from hack.go to ./cmd/integration * move stages from hack.go to ./cmd/integration
-
Alex Sharov authored
``` go run ./cmd/integration reset --chaindata=... go run ./cmd/integration state_stages -h go run ./cmd/integration state_stages --chaindata=... --verbosity=3 --block=2_000_000 --unwind=10 --unwind_every=1_000 ``` Also, it inherits flags from geth: ``` --pprof.cpuprofile=./cpu.out // to file --pprof --pprof.port=6060 // launch pprof server --metrics // sends to prometheus ```
-
Alex Sharov authored
-
- Jul 06, 2020
-
-
Alex Sharov authored
* fix case: if header stage is ehead of body stage * fix case: if header stage is ehead of body stage * fix case: if header stage is ehead of body stage * allow stage3 to sync to given block * allow stage3 to sync to given block
-
ledgerwatch authored
* Fixing history generation * Try fixes * Reset from 0 * Cleanup
-
- Jul 05, 2020
-
-
Alex Sharov authored
* cmd for integration tests * cmd for integration tests
-
Alex Sharov authored
-
- Jul 04, 2020
-
-
Alex Sharov authored
Experiments: how much will take state in DupSort feature and how fast can delete large DupSort key (#709)
-
- Jul 03, 2020
-
-
ledgerwatch authored
* Cherry-picked * Reset3 * Fix formatting * Print before commit * Use ETL * Fix linter * Use different keys for ETL * Fix formatting * Update progress correctly * Reset stage5 * Fix stage3 hack
-
ledgerwatch authored
* Senders in the separate bucket * Pre-create txSenders bucket * Fix compile error * Fix compile error * Fix compile error, remove block transformations * Fix formatting * Fix test
-
ledgerwatch authored
* Kludge to remove duplicates * Fix * Fix formatting * Fix in Len function
-
- Jul 02, 2020
-
-
Giulio Rebuffo authored
* removed unused actions in stage 2 * fixed stage 2
-
Alex Sharov authored
This reverts commit 63c998c9. # Conflicts: # cmd/hack/hack.go # eth/stagedsync/stage_interhashes.go
-
ledgerwatch authored
-
Giulio Rebuffo authored
-
- Jul 01, 2020
-
-
ledgerwatch authored
* Debugging changesets * Kinda works * Fix compile error * Fix formatting * Fix lint * Duplicate entries kludge * Fix compile error * Cleanup
-