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:
a network can be deployed
an aztec node can be created outside the initial set
that node can be provided information about the running network, and sync the pending chain
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.
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:
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.