-
Notifications
You must be signed in to change notification settings - Fork 9
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
scripts: limit the number of stakeholders and managers to 20 #123
Conversation
That looks like a pretty big oversight. And |
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.
Just some comments with regards to the error types, but otherwise looks good to me.
EDIT: ah and it needs a small cargo fmt
too :)
9a0e44f
to
fb70b2a
Compare
fb70b2a
to
6189318
Compare
Let me know once that's done. Current state of the PR looks good to me. |
6189318
to
02d7443
Compare
I used the this container to run the tests. Non-server black box tests pass for this branch and I get this error for server tests on this branch and for master ( |
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.
ACK 02d7443
Thanks!
Issue: revault/practical-revault#110
WIP because I haven't ran the revaultd integration tests.
I don't understand why managers are included as stakeholders here (previously hitting stakeholder limit):
revault_tx/src/scripts.rs
Line 1506 in c7e3e29