erigon-pulse/cmd/devnet
Alex Sharov a8e8bf4528
remove simd lib, because it doesn't work with ghcr.io/goreleaser/goreleaser-cross (which producing release binaries) (#7229)
@shyba hi, seems this lib doesn't work with
ghcr.io/goreleaser/goreleaser-cross (which producing release binaries)
removing it for now, feel free to add it in future - if can make it work
with goreleaser-cross
see: https://github.com/ledgerwatch/erigon/issues/7210
2023-03-31 05:07:43 +00:00
..
commands Some additions to the devnet tool (#7225) 2023-03-30 21:49:28 +00:00
contracts move math big constants to erigon-lib (#6719) 2023-01-27 11:39:34 +07:00
devnetutils etl: distinct empty values from nil (#7039) 2023-03-07 04:19:00 +00:00
models Some additions to the devnet tool (#7225) 2023-03-30 21:49:28 +00:00
node Devnet Test for EIP1559 (#6938) 2023-03-02 10:25:11 +00: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.