erigon-pulse/cmd
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
..
abidump post-merge fixups 2020-02-27 17:22:25 +03:00
abigen cmd/abigen: Sanitize vyper's combined json names (#20419) 2020-01-30 13:36:30 +02:00
bootnode Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
checkpoint-admin geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
clef all: fix typos in comments (#21118) 2020-06-15 19:38:13 +03:00
devp2p cmd/clef, signer/core: password input fixes (#20960) 2020-06-15 19:38:12 +03:00
ethkey cmd/clef, signer/core: password input fixes (#20960) 2020-06-15 19:38:12 +03:00
evm Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
geth Prepare codebase for future default DB change (#670) 2020-06-16 14:36:16 +01:00
hack Integration tests2 (#714) 2020-07-07 11:00:25 +07:00
integration Integration tests2 (#714) 2020-07-07 11:00:25 +07:00
p2psim Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
pics Prepare codebase for future default DB change (#670) 2020-06-16 14:36:16 +01:00
prometheus send bolt buckets stats to prometheus (#653) 2020-06-12 09:24:46 +01:00
puppeth cmd, core, params: inital support for yolo-v1 testnet (#21154) 2020-06-15 19:38:13 +03:00
restapi remove mgr feature and stateSize calculation feature (#711) 2020-07-05 07:17:27 +01:00
rlpdump Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
rpcdaemon non-concurrent ETL, debug_traceTransaction in rcpdaemon (#692) 2020-06-28 07:10:27 +01:00
rpctest non-concurrent ETL, debug_traceTransaction in rcpdaemon (#692) 2020-06-28 07:10:27 +01:00
semantics Tx retrace extension for Rest API (#436) 2020-04-10 19:47:45 +01:00
state Fix index generation for storage when incarnation changes (#716) 2020-07-06 07:34:24 +01:00
tester Command for long and heavy integration tests (#712) 2020-07-05 07:18:21 +01:00
utils make lmdb default db (#675) 2020-06-18 19:13:58 +01:00