- Jul 20, 2020
-
-
Alex Sharov authored
-
- Jul 19, 2020
-
-
ledgerwatch authored
* First push * Remove batch from Blockchain * Fix compile error in cmd/integration * Fix compile errors in cmd/state * Fix compile errors * Save changes * Fix core tests (skip tx tests) * More test fixes * Fix compile error * Fix formatting * Fix formatting * Fix lint * Fixes * Skip some miner tests * Fix tests * Cleanup
-
- Jul 18, 2020
-
-
Alex Sharov authored
* limit incremental step size of stages 5 and 6 * remove limit, make incremental * remove_load_start_key_from_etl * switch to "struct of arrays" from "array of structs" * switch to "struct of arrays" from "array of structs" Co-authored-by:
Alexey Akhunov <akhounov@gmail.com>
-
Alex Sharov authored
-
- Jul 17, 2020
-
-
b00ris authored
* remove incarnation inversion * fix lint * remove incarnation inversion * remove comment * remove inversion from new code * revert for unwind
-
Evgeny Danilenko authored
-
Alex Sharov authored
-
- Jul 16, 2020
-
-
Alex Sharov authored
-
Alex Sharov authored
-
Evgeny Danilenko authored
* close goruotines * fix using defer * close pm managers a bit later * fmt * finalizer for in-mem db * after cr * revert finalizer Co-authored-by:
alex.sharov <AskAlexSharov@gmail.com>
-
Andrew Ashikhmin authored
* Support multiple incarntions of the same contract in a single StorageChangeSet * linter * Remove common.ToHex
-
- Jul 15, 2020
-
-
ledgerwatch authored
* Disable caches * Fix cmd/integration? * state root hash matches * Cleanup * Skip TestForkIDSplit * Try to fix the test
-
Alex Sharov authored
* store stageData correctly * integration: use State of sync, use stage data, don't skip persistent steps even if they complete before interruption * reset_state: clear unwind stages info * stage4: stop where previous stage stopped, print to logs digits which represent what exactly is in DB, rename variable 'nextBlockNumber' to 'stateProgress' * rebase to master * simplify chainconfig * try increase sleep time on ci * try increase sleep time on ci * try increase sleep time on ci * try increase sleep time on ci
-
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
-