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
Adds support for multiple fee recipient address and withdrawal address via CLI with `create cluster` and `create dkg` commands.
category: feature
ticket: #1756
🎯 Problem to be solved
We need to add support of multiple validator addresses with definition v1.5 via CLI flags.
🛠️ Proposed solution
Is there core team consensus on the proposed solution?
Detailed proposed solution
Replace following flags for
create cluster
andcreate dkg
commands:--fee-recipient-address
=>--fee-recipient-addresses
--withdrawal-address
=>--withdrawal-addresses
Update/add unit tests accordingly. Test these commands manually.
Note: This change needs v1.5 of cluster-definition to be live.
🧪 Tests
👐 Additional acceptance criteria
None
❌ Out of Scope
None
The text was updated successfully, but these errors were encountered: