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 smoke test for altlayer config #59

Open
wants to merge 5 commits into
base: integration
Choose a base branch
from
Open

Conversation

Sneh1999
Copy link

Closes #56

#56

This PR:

Adds a smoke test with altlayer configuration

This PR does not:

Key places to review:

@Sneh1999 Sneh1999 marked this pull request as ready for review October 22, 2024 16:58
@@ -0,0 +1,193 @@
#!/usr/bin/env bash
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How hard would it be to not duplicate this bash script and the docker compose file?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldnt be hard, I can do that!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


# Sending L2 transaction through the full-node's api
user=user_l2user
./test-node.bash script send-l2 --ethamount 100 --to $user --wait
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think by default the L2 url is set to the sequencer, not the full node

l2url: { string: true, default: "ws://sequencer:8548" },

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

Successfully merging this pull request may close these issues.

Add E2E tests for partner architectures
3 participants