erigon-pulse/cmd
milen b94ca6dc1c
devnet: fix ws port clash for state-sync scenario (#9125)
Getting an error in one of the bor nodes in devnet when trying to run
the "state-sync" scenario:
```
[EROR] [01-03|16:55:44.179] cli.StartRpcServer error                 err="could not start separate Websocket RPC api at port 8546: listen tcp 127.0.0.1:8546: bind: address already in use"
```

This happens for scenarios with more than 1 node.

Digging further this regressions has happened due to this change:
https://github.com/ledgerwatch/erigon/pull/8909

This PR fixes this by updating the devnet `NodeArgs` struct to set the
corresponding `--ws.port` `arg` tag which now exists.
2024-01-03 18:58:52 +00:00
..
abigen Diag session routing (#8232) 2023-09-25 16:24:17 +01:00
bootnode Added db loggers to all db callers and fixed flag settings (#9099) 2023-12-31 17:10:08 +07:00
capcli E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
caplin Make Caplin work with Otterscan (#9115) 2024-01-02 23:29:00 +01:00
caplin-regression --txpool.gossip.disable (#8800) 2023-11-23 12:00:41 +07:00
devnet devnet: fix ws port clash for state-sync scenario (#9125) 2024-01-03 18:58:52 +00:00
downloader E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
erigon [caplin/sentinel] config reorganizations (#8844) 2023-11-28 22:45:58 -06:00
erigoncustom erigon backup: v0 of sub-command (#7396) 2023-04-27 10:42:12 +07:00
evm chore(cmd/evm):fix link jump in cmd/evm/README.md (#9114) 2024-01-03 18:59:45 +07:00
hack E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
integration Added db loggers to all db callers and fixed flag settings (#9099) 2023-12-31 17:10:08 +07:00
observer Added db loggers to all db callers and fixed flag settings (#9099) 2023-12-31 17:10:08 +07:00
p2psim E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
pics EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +02:00
prometheus grafana board: fix cpu chart (#8733) 2023-11-15 15:00:25 +07:00
release go.mod: minimal go version 1.20 (#8495) 2023-10-17 06:52:28 +07:00
rlpdump rename (#1978) 2021-05-20 19:25:53 +01:00
rpcdaemon rpc: implement txpool_contentFrom (#9057) 2023-12-28 14:15:16 +07:00
rpctest Add create access list test (#9062) 2023-12-23 21:38:47 +07:00
sentinel Add blocksByRange & blocksByRoot P2P rpc handlers (#8885) 2023-12-23 14:32:00 +01:00
sentry p2p: silkworm sentry (#8527) 2023-11-02 08:35:13 +07:00
silkworm_api E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
snapshots E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
state Added db loggers to all db callers and fixed flag settings (#9099) 2023-12-31 17:10:08 +07:00
tooling E2 snapshot uploading (#9056) 2023-12-27 22:05:09 +00:00
txpool --txpool.gossip.disable (#8800) 2023-11-23 12:00:41 +07:00
utils Make Caplin work with Otterscan (#9115) 2024-01-02 23:29:00 +01:00
verkle Adds flags to enable/disable backfilling and enable full historical beacon node (#8813) 2023-11-22 13:24:35 +01:00