Update documentation for Trezor

This commit is contained in:
Andrew Chow 2019-01-02 22:14:20 -05:00
parent c5b5a91956
commit cde7dfef41
2 changed files with 11 additions and 11 deletions

View File

@ -49,9 +49,9 @@ Please also see [docs](docs/) for additional information about each device.
| Feature \ Device | Ledger Nano S | Trezor One | Digital BitBox | KeepKey | Coldcard |
|:---:|:---:|:---:|:---:|:---:|:---:|
| Support Planned | Yes | Yes | Yes | Yes | Yes |
| Implemented | Yes | Partial | Yes | Partial | Yes |
| Implemented | Yes | Yes | Yes | Partial | Yes |
| xpub retrieval | Yes | Yes | Yes | Yes | Yes |
| Message Signing | Yes | No | Yes | No | Yes |
| Message Signing | Yes | Yes | Yes | No | Yes |
| Device Setup | N/A | Yes | Yes | Yes | N/A |
| Device Wipe | N/A | Yes | Yes | Yes | N/A |
| Device Recovery | N/A | Yes | N/A | Yes | N/A |
@ -59,13 +59,13 @@ Please also see [docs](docs/) for additional information about each device.
| P2PKH Inputs | Yes | Yes | Yes | Partial | Yes |
| P2SH-P2WPKH Inputs | Yes | Yes | Yes | Partial | Yes |
| P2WPKH Inputs | Yes | Yes | Yes | Partial | Yes |
| P2SH Multisig Inputs | Yes | No | Yes | No | N/A |
| P2SH Multisig Inputs | Yes | Yes | Yes | No | N/A |
| P2SH-P2WSH Multisig Inputs | Yes | No | Yes | No | N/A |
| P2WSH Multisig Inputs | Yes | No | Yes | No | N/A |
| Bare Multisig Inputs | Yes | No | Yes | No | N/A |
| Aribtrary scriptPubKey Inputs | Yes | No | Yes | No | N/A |
| Aribtrary redeemScript Inputs | Yes | No | Yes | No | N/A |
| Arbitrary witnessScript Inputs | Yes | No | Yes | No | N/A |
| P2WSH Multisig Inputs | Yes | Yes | Yes | No | N/A |
| Bare Multisig Inputs | Yes | N/A | Yes | No | N/A |
| Aribtrary scriptPubKey Inputs | Yes | N/A | Yes | No | N/A |
| Aribtrary redeemScript Inputs | Yes | N/A | Yes | No | N/A |
| Arbitrary witnessScript Inputs | Yes | N/A | Yes | No | N/A |
| Non-wallet inputs | Yes | Yes | Yes | Yes | Yes |
| Mixed Segwit and Non-Segwit Inputs | No | Yes | Yes | Partial | Yes |
| Display on device screen | Yes | Yes | N/A | No | Yes |

View File

@ -15,10 +15,10 @@ Current implemented commands are:
## `signtx` Caveats
Due to the limitations of the Trezor and of the lack of documentation, some transactions cannot be signed by a Trezor.
Due to the limitations of the Trezor, some transactions cannot be signed by a Trezor.
* The current implementation does not support signing Multisig inputs
* Transactions with arbitrary input scripts (scriptPubKey, redeemScript, or witnessScript) and arbitrary output scripts cannot be signed
- Multisig inputs are limited to at most n-of-15 multisigs. This is a firmware limitation.
* Transactions with arbitrary input scripts (scriptPubKey, redeemScript, or witnessScript) and arbitrary output scripts cannot be signed. This is a firmware limitation.
## Note on `backup`