-
Notifications
You must be signed in to change notification settings - Fork 56
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
Test administrator features with multisig #984
Conversation
feb1924
to
bba3237
Compare
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.
The abis/json included in the tests may require to update them from time to time if changes in contracts. Can’t you generate the json from latest version of contracts every time tests are launched?
bba3237
to
5d860ea
Compare
Yes. Changed this with the |
ab89dea
to
41bbccb
Compare
41bbccb
to
adc1300
Compare
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.
Hey @daveroga, I have a question: are the files multisig.mjs
and nightfall-multisig.mjs
supposed to be under the test
folder?
This will be moved to the SDK to the role of administrator. We have to decide when to do it. Then we will refactor this and nightfall-administrator with the SDK |
What does this implement/fix? Explain your changes.
Fix: #963 . Test multisig functionality.
Fix some issue with the nonce of the multisig in
nightfall-administrator
.Test with
npm run test-administrator
Does this close any currently open issues?
Yes #963.
Any relevant logs, error output, etc?
Any other comments?