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

Implement consolidation contract #14

Merged
merged 2 commits into from
Jul 5, 2024

Conversation

mkalinin
Copy link
Contributor

@mkalinin mkalinin commented May 15, 2024

The PR does the following:

  • Copies and pastes withdrawal smart contract assembly and makes the corresponding adjustments, mainly related to the input and output data structures change
  • Copies and pastes the tests written for the withdrawal contract and adjusts them accordingly
  • Refactors test part a bit by moving the same helper to a TestHelper smart contract to re-use them across withdrawal and consolidation test contracts
  • Adds consolidation_ctor.eas and renames ctor.eas -> withdrawal_ctor.eas

This PR is opened with a hope that two contracts can reside in the same repository.

@lightclient lightclient merged commit 37b4eca into lightclient:main Jul 5, 2024
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.

2 participants