helium / helium-ledger-app

The official Helium app for the Ledger Nano S
Apache License 2.0
32 stars 8 forks source link

Support for Multiple Accounts #23

Closed lthiery closed 3 years ago

lthiery commented 3 years ago

Adds support so that a single Ledger can manage up to 255 wallets.

The companion client demands major version greather than 2 when a account other than 0 is used. Since the p1/p2 fields of the APDU are used and these are default to 0 in previous companion app versions, there are otherwise no compatibility concerns. That is to say, new Ledger firmware will work well with old versions of companion app.

Error handling is updated to use thiserror and anyhow.