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:
parent
8e3bc39b56
commit
2c65b00951
1
core/.changelog.d/1683.changed.1
Normal file
1
core/.changelog.d/1683.changed.1
Normal file
@ -0,0 +1 @@
|
||||
Thanks to transaction streaming, Cardano now supports larger transactions (tested with 62kB transactions, but supposedly even larger transactions are supported)
|
1
core/.changelog.d/1683.changed.2
Normal file
1
core/.changelog.d/1683.changed.2
Normal file
@ -0,0 +1 @@
|
||||
Cardano transaction parameters are now streamed into the device one by one instead of being sent as one large object
|
1
core/.changelog.d/1683.fixed.4
Normal file
1
core/.changelog.d/1683.fixed.4
Normal 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)
|
1
core/.changelog.d/1683.incompatible.3
Normal file
1
core/.changelog.d/1683.incompatible.3
Normal 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.
|
1
python/.changelog.d/1683.changed.1
Normal file
1
python/.changelog.d/1683.changed.1
Normal file
@ -0,0 +1 @@
|
||||
Cardano transaction parameters are now streamed into the device one by one instead of being sent as one large object
|
1
python/.changelog.d/1683.incompatible.2
Normal file
1
python/.changelog.d/1683.incompatible.2
Normal 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.
|
Loading…
Reference in New Issue
Block a user