Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add E2E tests for partner architectures #56

Closed
1 of 5 tasks
sveitser opened this issue Oct 1, 2024 · 3 comments · Fixed by #59 or #63
Closed
1 of 5 tasks

Add E2E tests for partner architectures #56

sveitser opened this issue Oct 1, 2024 · 3 comments · Fixed by #59 or #63

Comments

@sveitser
Copy link
Collaborator

sveitser commented Oct 1, 2024

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.

  • Ask for details about the nitro architecture choices from our partners.
  • Ensure we have a way to run a docker compose environment with those configurations.
  • Test these configurations in CI (like the current smoke tests).
  • Add some tooling to deploy these configurations on top of our decaf testnet and run that at least once.
  • Document how to run the deployment again so we can do it on demand.

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 sveitser changed the title Add E2E tests for architectures Add E2E tests for partner architectures Oct 1, 2024
@sveitser
Copy link
Collaborator Author

sveitser commented Oct 1, 2024

The arch for altlayer should be

  • sequencer
  • batch poster
  • staker / validator
  • fullnode(s)

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
Copy link
Collaborator Author

sveitser commented Oct 1, 2024

We should also do this for an L3.

@sveitser sveitser changed the title Add E2E tests for partner architectures Add E2E tests for L3 deployment & partner architectures Oct 1, 2024
@sveitser sveitser changed the title Add E2E tests for L3 deployment & partner architectures Add E2E tests for partner architectures Oct 1, 2024
@sveitser
Copy link
Collaborator Author

sveitser commented Oct 2, 2024

The arch for caldera should be

  • AnyTrust dasserver (we will need to add this to the docker compose environment)
  • poster-staker (batch poster + staker)
  • relay
  • replica (this is a full node, used for load balancing)
  • sequencer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant