From 0870befe588bff78dd61be376e7f7a6a51ee76a3 Mon Sep 17 00:00:00 2001 From: matejcik Date: Mon, 25 Oct 2021 16:47:43 +0200 Subject: [PATCH] docs: add changelogs --- core/.changelog.d/1231.changed | 1 + core/.changelog.d/1231.incompatible | 1 + core/.changelog.d/1783.added | 1 + core/.changelog.d/1783.incompatible | 1 + python/.changelog.d/1231.added | 1 + python/.changelog.d/1231.incompatible | 1 + python/.changelog.d/1783.added | 1 + python/.changelog.d/1783.incompatible | 1 + 8 files changed, 8 insertions(+) create mode 100644 core/.changelog.d/1231.changed create mode 100644 core/.changelog.d/1231.incompatible create mode 100644 core/.changelog.d/1783.added create mode 100644 core/.changelog.d/1783.incompatible create mode 100644 python/.changelog.d/1231.added create mode 100644 python/.changelog.d/1231.incompatible create mode 100644 python/.changelog.d/1783.added create mode 100644 python/.changelog.d/1783.incompatible diff --git a/core/.changelog.d/1231.changed b/core/.changelog.d/1231.changed new file mode 100644 index 000000000..20266e332 --- /dev/null +++ b/core/.changelog.d/1231.changed @@ -0,0 +1 @@ +Cardano root is derived together with the normal master secret. diff --git a/core/.changelog.d/1231.incompatible b/core/.changelog.d/1231.incompatible new file mode 100644 index 000000000..a3a51e1ac --- /dev/null +++ b/core/.changelog.d/1231.incompatible @@ -0,0 +1 @@ +Session must be configured with Initialize(derive_cardano=True), otherwise Cardano functions will fail. diff --git a/core/.changelog.d/1783.added b/core/.changelog.d/1783.added new file mode 100644 index 000000000..7a0d38d15 --- /dev/null +++ b/core/.changelog.d/1783.added @@ -0,0 +1 @@ +For compatibility with other Cardano implementations, it is now possible to specify which Cardano derivation type is used. diff --git a/core/.changelog.d/1783.incompatible b/core/.changelog.d/1783.incompatible new file mode 100644 index 000000000..00a604a66 --- /dev/null +++ b/core/.changelog.d/1783.incompatible @@ -0,0 +1 @@ +Cardano derivation type must be specified for all Cardano functions. diff --git a/python/.changelog.d/1231.added b/python/.changelog.d/1231.added new file mode 100644 index 000000000..a5f1dec2d --- /dev/null +++ b/python/.changelog.d/1231.added @@ -0,0 +1 @@ +Added parameters to enable Cardano derivation when calling `init_device()`. diff --git a/python/.changelog.d/1231.incompatible b/python/.changelog.d/1231.incompatible new file mode 100644 index 000000000..ebf56602e --- /dev/null +++ b/python/.changelog.d/1231.incompatible @@ -0,0 +1 @@ +`client.init_device(derive_cardano=True)` must be used before calling Cardano functions. diff --git a/python/.changelog.d/1783.added b/python/.changelog.d/1783.added new file mode 100644 index 000000000..fa113ee77 --- /dev/null +++ b/python/.changelog.d/1783.added @@ -0,0 +1 @@ +Added parameters to specify kind of Cardano derivation to all functions and `trezorctl` commands. diff --git a/python/.changelog.d/1783.incompatible b/python/.changelog.d/1783.incompatible new file mode 100644 index 000000000..5491858c7 --- /dev/null +++ b/python/.changelog.d/1783.incompatible @@ -0,0 +1 @@ +Cardano derivation now defaults to Icarus method. This will result in different keys for users with 24-word seed.