chore(cardano): add changelog entries

pull/1773/head
gabrielkerekes 3 years ago committed by matejcik
parent 8e3bc39b56
commit 2c65b00951

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

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

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

@ -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.

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

@ -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…
Cancel
Save