-
Notifications
You must be signed in to change notification settings - Fork 217
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
Testing shared wallets #2651
Testing shared wallets #2651
Conversation
end | ||
|
||
it "Get public key - pending wallet from acc pub key" do | ||
pending "utxo_internal returns empty response" |
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.
@paweljakubas I've added tests covering the issue where utxo_internal returns empty response and tagged them pending for now...
end | ||
|
||
it "Create account public key - pending wallet from acc pub key" do | ||
pending 'no_root key error on wallet from acc pub key' |
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.
Also here for the fact that currently there is 'no_root key error' returned when trying to get acc pub key from wallets created from acc pub key.
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
bors r+ |
2651: Testing shared wallets r=piotr-iohk a=piotr-iohk # Issue Number ADP-866 # Overview - 73225b4 fix e2e tests to comply with purpose=1854' for multisig keys - c475917 Tests for cosigner self - ed846f0 Tests for public keys - 40698f4 Tests for Account Public Keys # Comments Co-authored-by: Piotr Stachyra <[email protected]>
Timed out. |
bors r+ |
Build succeeded: |
Issue Number
ADP-866
Overview
73225b4
fix e2e tests to comply with purpose=1854' for multisig keys
c475917
Tests for cosigner self
ed846f0
Tests for public keys
40698f4
Tests for Account Public Keys
Comments