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

TON: E2E: Add withdraw_many_concurrent test #3044

Closed
Tracked by #2716
swift1337 opened this issue Oct 25, 2024 · 1 comment · Fixed by #3075
Closed
Tracked by #2716

TON: E2E: Add withdraw_many_concurrent test #3044

swift1337 opened this issue Oct 25, 2024 · 1 comment · Fixed by #3075
Assignees
Labels
chain:ton E2E E2E tests related

Comments

@swift1337
Copy link
Contributor

swift1337 commented Oct 25, 2024

Arrange

Given $tonDepositor on TON that sent 100 TON to $zevmRecipient on zEVM

Act

  • Deploy 10 random TON wallets
  • Withdraw 5 TON from $zevmRecipient to each wallet concurrently

Assert

  • Check that $zevmRecipient has ~50 TON left (subtracting gas fee)
  • Check that each TON wallet has 5 TON
@swift1337 swift1337 self-assigned this Oct 25, 2024
@swift1337 swift1337 added E2E E2E tests related chain:ton labels Oct 25, 2024
@swift1337 swift1337 changed the title TON E2E: Add withdraw_many_concurrent test TON: E2E: Add withdraw_many_concurrent test Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chain:ton E2E E2E tests related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@swift1337 and others