-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add staking functions and tests #26
Add staking functions and tests #26
Conversation
… worker pool of child processes
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 except for the commented tests which can be pushed in a separate PR or that's completed in this PR.
Yes so like I mention in the PR, atm these functions are not really testable due to the lock time hardcoded. |
IMO, let's remove this then & add to a new PR. |
Add staking functions and tests
This PR adds staking functionality to the SDK + tests for them
unlockFunds tests are missing as currently the 2 days lock make testing impossible