1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00

chore(cardano): add changelog entries

This commit is contained in:
gabrielkerekes 2021-08-19 13:27:02 +02:00 committed by matejcik
parent 8e3bc39b56
commit 2c65b00951
6 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
Thanks to transaction streaming, Cardano now supports larger transactions (tested with 62kB transactions, but supposedly even larger transactions are supported)

View File

@ -0,0 +1 @@
Cardano transaction parameters are now streamed into the device one by one instead of being sent as one large object

View File

@ -0,0 +1 @@
It is no longer possible to sign Cardano transactions containing paths belonging to multiple accounts (except for Byron to Shelley migration)

View File

@ -0,0 +1 @@
Due to transaction streaming in Cardano, it isn't possible to return the whole serialized transaction anymore. Instead the transaction hash, transaction witnesses and auxiliary data supplement are returned and the serialized transaction needs to be assembled by the client.

View File

@ -0,0 +1 @@
Cardano transaction parameters are now streamed into the device one by one instead of being sent as one large object

View File

@ -0,0 +1 @@
Due to transaction streaming in Cardano, it isn't possible to return the whole serialized transaction anymore. Instead the transaction hash, transaction witnesses and auxiliary data supplement are returned and the serialized transaction needs to be assembled by the client.