EspressoSystems / nitro-testnode

A complete environment for nitro-based service including sequencer, batch-poster, validator, and a coordinator.
Apache License 2.0
0 stars 2 forks source link

Add E2E tests for partner architectures #56

Open sveitser opened 2 days ago

sveitser commented 2 days ago

We want to make sure that our nitro integration can be deployed by our partners. To do that we will deploy test-node mimicking our partners configure their nitro architecture.

We explicitly are not looking to do a persistent deployment so it's enough to start the nodes, assert they are working and shut them down. We might also run them for longer periods (days).

sveitser commented 1 day ago

The arch for altlayer should be

Sequencer is the feed source for everyone. Only fullnode(s) handle RPC requests, and their forwarding target is set to sequencer.

One thing we currently don't have I think is a separate batch poster service. So this needs to be added.

sveitser commented 1 day ago

We should also do this for an L3.

sveitser commented 20 hours ago

The arch for caldera should be