Skip to content

Implement consolidation contract#14

Merged
lightclient merged 2 commits intoethereum:mainfrom
mkalinin:consolidation
Jul 5, 2024
Merged

Implement consolidation contract#14
lightclient merged 2 commits intoethereum:mainfrom
mkalinin:consolidation

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 ethereum: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