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 Gnosis beacon chain push withdrawals #5160

Merged
merged 58 commits into from
Apr 3, 2023
Merged

Conversation

rubo
Copy link
Contributor

@rubo rubo commented Jan 18, 2023

Resolves #5159

Changes

  • Added Aura-specific withdrawal processor
  • Added withdrawal contract wrapper

Types of changes

What types of changes does your code introduce?

  • Bugfix (a non-breaking change that fixes an issue)
  • New feature (a non-breaking change that adds functionality)
  • Breaking change (a fix or a feature that would cause existing functionality not to work as expected)
  • Documentation update
  • Code style update (formatting, renaming)
  • Refactoring (no functional or API changes)
  • Build-related changes
  • Other: description

Testing

Requires testing

  • Yes
  • No

If yes, did you write tests?

  • Yes
  • No

@rubo rubo added eip gnosis wip Work in Progress labels Jan 18, 2023
Copy link
Member

@jmederosalvarado jmederosalvarado left a comment

Choose a reason for hiding this comment

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

looks good. I left a few comments. Apart from that, I would like to make sure that WithdrawalContractAdress allows for block => address configuration, so that we can hardfork into new withdrawal contract if needed. BlockRewardsContractAddress in chainspec already works like this, we want to replicate that functionality for withdrawals on chainspec loading.

Copy link
Member

@LukaszRozmej LukaszRozmej left a comment

Choose a reason for hiding this comment

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

You are modifing and adding stuff in Nethermind.Consensus.AuRa while it should be Nethermind.Merge.AuRa.

@rubo
Copy link
Contributor Author

rubo commented Jan 31, 2023

You are modifing and adding stuff in Nethermind.Consensus.AuRa while it should be Nethermind.Merge.AuRa.

@LukaszRozmej What exactly should go to Nethermind.Merge.AuRa, everything?

@LukaszRozmej
Copy link
Member

@rubo I think everything, unless we need to expose something from original AuRa. Original AuRa is still in use on some networks like EWC and it doesn't have the concept of withdrawals.

@MarekM25 MarekM25 self-requested a review March 31, 2023 09:19
Copy link
Contributor

@MarekM25 MarekM25 left a comment

Choose a reason for hiding this comment

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

Let's resolve the last comments before merging

@rubo rubo marked this pull request as draft March 31, 2023 18:40
@rubo rubo marked this pull request as ready for review March 31, 2023 22:07
@rubo rubo merged commit af2279c into master Apr 3, 2023
@rubo rubo deleted the feature/aura-withdrawals branch April 3, 2023 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Gnosis beacon chain push withdrawals
4 participants