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:
parent
2a2da21879
commit
0870befe58
1
core/.changelog.d/1231.changed
Normal file
1
core/.changelog.d/1231.changed
Normal file
@ -0,0 +1 @@
|
||||
Cardano root is derived together with the normal master secret.
|
1
core/.changelog.d/1231.incompatible
Normal file
1
core/.changelog.d/1231.incompatible
Normal file
@ -0,0 +1 @@
|
||||
Session must be configured with Initialize(derive_cardano=True), otherwise Cardano functions will fail.
|
1
core/.changelog.d/1783.added
Normal file
1
core/.changelog.d/1783.added
Normal file
@ -0,0 +1 @@
|
||||
For compatibility with other Cardano implementations, it is now possible to specify which Cardano derivation type is used.
|
1
core/.changelog.d/1783.incompatible
Normal file
1
core/.changelog.d/1783.incompatible
Normal file
@ -0,0 +1 @@
|
||||
Cardano derivation type must be specified for all Cardano functions.
|
1
python/.changelog.d/1231.added
Normal file
1
python/.changelog.d/1231.added
Normal file
@ -0,0 +1 @@
|
||||
Added parameters to enable Cardano derivation when calling `init_device()`.
|
1
python/.changelog.d/1231.incompatible
Normal file
1
python/.changelog.d/1231.incompatible
Normal file
@ -0,0 +1 @@
|
||||
`client.init_device(derive_cardano=True)` must be used before calling Cardano functions.
|
1
python/.changelog.d/1783.added
Normal file
1
python/.changelog.d/1783.added
Normal file
@ -0,0 +1 @@
|
||||
Added parameters to specify kind of Cardano derivation to all functions and `trezorctl` commands.
|
1
python/.changelog.d/1783.incompatible
Normal file
1
python/.changelog.d/1783.incompatible
Normal file
@ -0,0 +1 @@
|
||||
Cardano derivation now defaults to Icarus method. This will result in different keys for users with 24-word seed.
|
Loading…
Reference in New Issue
Block a user