erigon-pulse/eth
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
..
downloader fix stage 2 (#705) 2020-07-02 19:44:08 +01:00
fetcher close db in tests (#669) 2020-06-16 12:05:40 +07:00
filters Prepare codebase for future default DB change (#670) 2020-06-16 14:36:16 +01:00
gasprice [GC] uint256 rather than big.Int in Transaction (#614) 2020-06-04 08:43:08 +01:00
stagedsync Integration tests2 (#714) 2020-07-07 11:00:25 +07:00
tracers close db in tests (#669) 2020-06-16 12:05:40 +07:00
api_backend.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
api_test.go close db in tests (#669) 2020-06-16 12:05:40 +07:00
api_tracer.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
api.go optimize codeBitmap (#626) 2020-06-06 21:49:06 +01:00
backend.go remove mgr feature and stateSize calculation feature (#711) 2020-07-05 07:17:27 +01:00
bloombits.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
config.go Issue 635: Stage4 to optionally generate persisted receipts (#644) 2020-06-09 14:11:09 +01:00
debug.go Call bufio.Flash() in tester (#407) 2020-03-26 21:52:05 +00:00
discovery.go post-merge fixups 2020-02-27 17:22:25 +03:00
firehose.go Parity only supports 3 letter capabilities 2020-01-07 16:34:44 +00:00
gen_config.go Issue 635: Stage4 to optionally generate persisted receipts (#644) 2020-06-09 14:11:09 +01:00
handler_test.go close db in tests (#669) 2020-06-16 12:05:40 +07:00
handler.go remove mgr feature and stateSize calculation feature (#711) 2020-07-05 07:17:27 +01:00
helper_test.go close db in tests (#669) 2020-06-16 12:05:40 +07:00
peer.go eth: skip transaction announcer goroutine on eth<65 2020-05-20 15:26:22 +03:00
protocol_test.go close db in tests (#669) 2020-06-16 12:05:40 +07:00
protocol.go eth: rework tx fetcher to use O(1) ops + manage network requests 2020-02-27 17:21:20 +03:00
sync_test.go close db in tests (#669) 2020-06-16 12:05:40 +07:00
sync.go eth: interrupt chain insertion on shutdown (#21114) 2020-06-15 19:38:13 +03:00