-
Notifications
You must be signed in to change notification settings - Fork 451
chore: added more of personal_sign test cases #839
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore: added more of personal_sign test cases #839
Conversation
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.
Nice! LGTM - assuming those TODO
s will be done some other time.
I think I'll add them as a separate PR but based on this branch. |
@janndriessen I've decided I'll push related changes regarding these TODOs into this PR. |
Sorry, there were too many changes and now there's a separate PR open that handles these TODOs and even more. See #841 |
// TODO: add the following error message: Missing `attachedKeystoreManager`. | ||
throw Web3Error.walletError | ||
} | ||
guard let ethAddresses = keystoreManager.addresses else { | ||
// TODO: add the following error message: Missing attached keystore is empty. |
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.
These TODOs are resolved here: #841
@JeneaVranceanu LGTM. It's required a second review though, ping me if you're wishing to force merge it. |
Summary of Changes
Based on conversations in Discord support channel I've added more personal_sign test cases as a redundancy.
Test Data or Screenshots
By submitting this pull request, you are confirming the following:
develop
branch.