-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Use existing timer in unlockwallet(pwd, timeout) #4558
Conversation
Bats version check tests now use a bash script for parsing the value from the Bisq class file, and these test cases no longer need to be manually updated.
The string constants deleted from the test case are re-defined as enums, but the test harness still passes around strings (enum.name()) because the handling of invalid dispute agent type string args needs to be tested. (Reminder: CLI does not accept any enum arguments.)
And make test dispute agent registration work from static fixture setup methods.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@ghubstan Is that PR still relevant or has it been adding in other PRs already? |
It is still relevant, but I will add to cleaner PR, then close this. I'd like to keep it open until then. |
This change was requested in chimp1984@961703e This replaces and closes PR bisq-network#4558
This is one of the changes @chimp1984 requested in chimp1984@961703e.
(This PR depends on 4554.)