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

feat(l2): integration test + SDK first version #1004

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

ilitteri
Copy link
Contributor

Motivation

To write an integration test that tests the whole L2 flow:

  1. Deposit from L1 to L2.
  2. Transfer in L2.
  3. Withdraw from L2 to L1.
  4. Claim withdraw in L1.

Description

Implements an integration test that tests the flow described above. The test assumes that there's a localnet up.

The initial implementation of an L2 SDK came for free.

@ilitteri ilitteri added the L2 label Oct 29, 2024
@ilitteri ilitteri added this to the [L2] 1 - Basic L2 milestone Oct 29, 2024
@ilitteri ilitteri self-assigned this Oct 29, 2024
@ilitteri ilitteri requested a review from a team as a code owner October 29, 2024 14:34
@ManuelBilbao ManuelBilbao linked an issue Oct 29, 2024 that may be closed by this pull request
@ilitteri ilitteri marked this pull request as draft October 30, 2024 18:42
@ManuelBilbao ManuelBilbao self-assigned this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

L2: Add integration test for deposit + transfer + withdrawal
2 participants