Releases: vacuumlabs/cardano-hw-interop-lib
Releases · vacuumlabs/cardano-hw-interop-lib
3.0.2
2.0.2
Changed:
- improved internal code formatting, spelling
2.0.1
2.0.0
Removed
- Cardano CLI's internal raw transaction type and related functions (
decodeRawTx
,encodeRawTx
,validateRawTx
,transformRawTx
). Use the standard CDDL-compliant transaction type or transaction body type instead.
1.1.1
Fixed
- keep the original auxiliary data hash on transaction transform if the transaction contains no auxiliary data (v1.1.0 removed the hash in such case)
1.1.0
Fixed
- Recalculate auxiliary data hash on transaction transform (vacuumlabs/cardano-hw-cli#130)
Changed
metadataHash
(and related errors) have been renamed toauxiliaryDataHash
(to follow the current CDDL spec)
1.0.0
Added
- Support for Babbage-era transactions
- output
inlineDatum
- output
referenceScript
- transaction
collateralReturnOutput
- transaction
totalCollateral
- transaction
referenceInputs
- output
Changed
Collateral
renamed toCollateralInput
TransactionBody.collaterals
renamed toTransactionBody.collateralInputs
TransactionOutput
structure has changed to differentiate betweenARRAY_LEGACY
andMAP_BABBAGE
formats
1.0.0-rc.1
Added
- Support for Babbage-era transactions
- output
inlineDatum
- output
referenceScript
- transaction
collateralReturnOutput
- transaction
totalCollateral
- transaction
referenceInputs
- output
Changed
Collateral
renamed toCollateralInput
TransactionBody.collaterals
renamed toTransactionBody.collateralInputs
TransactionOutput
structure has changed to differentiate betweenARRAY_LEGACY
andMAP_BABBAGE
formats
0.3.0-rc.1
Added
- Support for Babbage-era transactions
0.2.0
Added:
- Support for Alonzo-era transactions
Deprecated:
- Cardano CLI's internal raw transaction type and related functions (
decodeRawTx
,encodeRawTx
,validateRawTx
,transformRawTx
). We recommend using the standard CDDL-compliant transaction type or transaction body type instead.