erigon-pulse/cmd/devnet
ledgerwatch fdd385cef1
[Devnet tool] Side-quest to improve logging - part 1 (#7445)
This is the beginning of the series of changes to make it possible to
run multiple instances of erigon inside a single process (as devnet tool
does), with the logging from these processes going to respective log
files correctly.
This is the first part where the initial infrastructure is being
established

---------

Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro-2.local>
2023-05-07 07:28:15 +01:00
..
commands Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
contracts move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
devnetutils Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
models Some additions to the devnet tool (#7225) 2023-03-30 21:49:28 +00:00
node [Devnet tool] Side-quest to improve logging - part 1 (#7445) 2023-05-07 07:28:15 +01:00
requests remove simd lib, because it doesn't work with ghcr.io/goreleaser/goreleaser-cross (which producing release binaries) (#7229) 2023-03-31 05:07:43 +00:00
services Some additions to the devnet tool (#7225) 2023-03-30 21:49:28 +00:00
main.go Terminating the devnet tool on successful checks (#6588) 2023-01-16 18:59:01 +00:00
README.md Devnet Remake (#5532) 2022-09-30 21:04:34 +01:00

Devnet

This is an automated tool run on the devnet that simulates p2p connection between nodes and ultimately tests operations on them. See DEV_CHAIN for a manual version.