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
{{ message }}
This repository has been archived by the owner on May 22, 2023. It is now read-only.
pdyraga
changed the title
Requested keep with group size 1 "group should have at least 2 members" failures loop
Improve validation of group size and threshold input parameters
Apr 22, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When requested keep with group size 1 it is accepted by the factory contract but the client fails in a loop with:
To do:
BondedECDSAKeepFactory
to requiregroup size
> 0 andthreshold
> 0 - Requiring group size and threshold to be > 0 #410groupSize
before starting the retry loop, log an error if group size < 2 (we will implement it proper way later in Implement single signer support #408) and return - Catch unsupported keep size and threshold in client #415The text was updated successfully, but these errors were encountered: