erigon-pulse/common/etl
Alex Sharov 305f8aff02
Integration tests2 (#714)
```
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 
```
2020-07-07 11:00:25 +07:00
..
buffers.go Fix index generation for storage when incarnation changes (#716) 2020-07-06 07:34:24 +01:00
collector.go Integration tests2 (#714) 2020-07-07 11:00:25 +07:00
dataprovider.go increase IO buffers size (#686) 2020-06-25 08:34:40 +01:00
etl_test.go Fixes in generated changeSet and checkChangeSets (#698) 2020-07-01 15:56:56 +01:00
etl.go Integration tests2 (#714) 2020-07-07 11:00:25 +07:00
heap.go Plain state index (#595) 2020-05-31 07:57:47 +01:00