You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the examples/hwi.rs uses and tests only the functions related to enumeration of the devices (try_connect, device_kind, get_master_fingerprint, get_version).
It would be great if there was another example (maybe examples/sign.rs) which also tests functions related to signing (get_extended_pubkey , register_wallet , sign_tx ). This code should assume that the device is loaded with the standard SLIP-0014 mnemonic (12 * all). If this existed, it would be trivial to check whether implementation behaves correctly for new HW wallets (Trezor) being added to the project.
The text was updated successfully, but these errors were encountered:
Currently, the
examples/hwi.rs
uses and tests only the functions related to enumeration of the devices (try_connect
,device_kind
,get_master_fingerprint
,get_version
).It would be great if there was another example (maybe
examples/sign.rs
) which also tests functions related to signing (get_extended_pubkey
,register_wallet
,sign_tx
). This code should assume that the device is loaded with the standard SLIP-0014 mnemonic (12 *all
). If this existed, it would be trivial to check whether implementation behaves correctly for new HW wallets (Trezor) being added to the project.The text was updated successfully, but these errors were encountered: