-
Notifications
You must be signed in to change notification settings - Fork 16
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
Validate that createmswallet threshold is bigger than 0 #92
Conversation
I'll work on the system tests to fix them. |
Manual system tests [success] with the following config
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @shaktals! Client side validation on this is great as it reduces overhead. The panic itself is thrown in goSDK, since our SDK is open for others to use I'll raise a PR there to fix the underlying issue. Edit: Fixed via: 0chain/gosdk#405 |
@Kishan-Dhakan @shaktals this PR seems break |
I know why it fails. @shaktals you forget to merge 0chain/system_test#199 first. |
@cnlangzi I got this instruction to merge the feature branch first. But maybe I missed the point of doing the merges one right after another. |
@shaktals Actually, you forget to merge 0chain/system_test#199 :) |
@cnlangzi I did not forget anything. |
Manual system tests [failure] with the following config
|
Tasks to complete before merging PR:
Resolves #49