-
Notifications
You must be signed in to change notification settings - Fork 51
Add Hardware wallet docs #392
Comments
@smk762 corresponding PR has been merged, we can now update the docs. |
|
Thanks for the detailed notes! I've managed to test auth & activation so far, and added a top section of the doc as a draft which will link to the related methods. |
@sergeyboyko0791 While testing the |
@smk762 Do you mean {
"userpass": "...",
"mmrpc": "2.0",
"method": "task::init_trezor::user_action",
"params": {
"task_id": 0,
"user_action": {
"action_type": "TrezorPassphrase",
"passphrase": "PASSPHRASE HERE"
}
}
} Yes, But if you mean |
Yeah it was definitely
The RPC returns "success" - though not yet tested if trezor will allow an action like withdraw from this yet - will check today to see if it is just RPC response implying success but it wasnt really. |
I can confirm - though the status RPC return "success" after an incorrect PIN input, attempts to use subsequent methods appear to be blocked:
Are we able to detect |
I think that I figured it out . If you send a
In any other case the
|
@sergeyboyko0791 I was just testing the After cancelling, attempting to enter pin returns If I run init again and enter pin for the next task id, it responds as expected. Is it possible to to have the task cancellation also cancel the device request for pin? |
Thank you for the issue! I've checked, and this happens if the RPC task is in |
I've fixed
This is definitely possible, but I couldn't implement a quick and simple solution.
|
I tried to describe the API in as much detail as possible for the integration into GUI.
https://github.com/KomodoPlatform/air_dex/issues/502
But there are still not documented RPCs, and the final API refactoring PR hasn't been merged yet, so this task is more to remember to write documentation when the PR is merged.
The text was updated successfully, but these errors were encountered: