You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to add the partial deposits feature in charon.
Partial deposits is the feature where operators can create clusters with arbitrary validator deposit amounts (not necessarily 32ETH).
For example, an entity would like to create a validator with 3 partial deposit data files: 20ETH, 10ETH & 2 ETH. We don’t support this functionality now and only create full deposit data of 32ETH per validator.
This PR enables writing of multiple deposit files in according with partial amount values.
Also, this enables v1.8.0 to be the default one.
category: feature
ticket: #2728
🎯 Problem to be solved
We want to add the partial deposits feature in charon.
Partial deposits is the feature where operators can create clusters with arbitrary validator deposit amounts (not necessarily 32ETH).
For example, an entity would like to create a validator with 3 partial deposit data files: 20ETH, 10ETH & 2 ETH. We don’t support this functionality now and only create full deposit data of 32ETH per validator.
🛠️ Proposed solution
DepositAmounts
to cluster definition (cluster/definition.go
):DepositAmounts
field here.🧪 Tests
The text was updated successfully, but these errors were encountered: