AztecProtocol / aztec-packages

Apache License 2.0
207 stars 243 forks source link

test: add validator to live network #10167

Open just-mitch opened 6 days ago

just-mitch commented 6 days ago

Blocked by #9955.

We want a test that can run against a network deployment that shows a new node can be turned on and join the validator set.

This issue considered passing when, as part of a CI flow, we can demonstrate:

  1. a network can be deployed
  2. an aztec node can be created outside the initial set
  3. that node can be provided information about the running network, and sync the pending chain
  4. that node produces a block

A candidate implementation is to start the node as part of an e2e test, that is runnable using the network_test script. This ensures we can run it against kind, or a live network.