1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-02 19:40:57 +00:00

docs: add changelogs

This commit is contained in:
matejcik 2021-10-25 16:47:43 +02:00 committed by matejcik
parent 2a2da21879
commit 0870befe58
8 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
Cardano root is derived together with the normal master secret.

View File

@ -0,0 +1 @@
Session must be configured with Initialize(derive_cardano=True), otherwise Cardano functions will fail.

View File

@ -0,0 +1 @@
For compatibility with other Cardano implementations, it is now possible to specify which Cardano derivation type is used.

View File

@ -0,0 +1 @@
Cardano derivation type must be specified for all Cardano functions.

View File

@ -0,0 +1 @@
Added parameters to enable Cardano derivation when calling `init_device()`.

View File

@ -0,0 +1 @@
`client.init_device(derive_cardano=True)` must be used before calling Cardano functions.

View File

@ -0,0 +1 @@
Added parameters to specify kind of Cardano derivation to all functions and `trezorctl` commands.

View File

@ -0,0 +1 @@
Cardano derivation now defaults to Icarus method. This will result in different keys for users with 24-word seed.