catalyst_cardano_serialization 0.4.0 catalyst_cardano_serialization: ^0.4.0 copied to clipboard
Dart package providing serialization/deserialization for common structures for Cardano blockchain.
0.4.0 #
Note: This release has breaking changes.
- FIX: to be signed message should be a plain cbor sequence (#701). (7c2dec6e)
- FIX: rbac txn inputs hash (#688). (b644026f)
- FEAT(catalyst_cardano_serialization): add CborEncodable interface for standardized CBOR handling (#696). (4222926f)
- BREAKING FIX: required signers are the hash of the public key, not the public key itself (#703). (a63c4686)
- BREAKING FEAT: add initial support for Cardano Native scripts, Plutus scripts, advanced transaction outputs, and additional transaction body fields and witnesses (#713). (74fcb725)
- BREAKING CHORE: upgrade flutter to 3.24.1 and dart to 3.5.0 (#725). (eb8a516e)
0.3.0 #
0.2.0 #
0.1.3 #
0.1.2 #
- FIX: readme versioning for catalyst packages (#585). (e433b2db)
- FIX: issues before publishing catalyst-cardano (#581). (7b5338b3)
- FEAT: automate melos release (#593). (7e4bf294)
- FEAT: frontend features (#549). (0f094180)
- FEAT: cardano wallet api (#522). (0a11853f)
- FEAT: catalyst cardano transaction builder (#501). (e150394f)
- FEAT: catalyst cardano documentation (#507). (f003e8d9)
- FEAT: catalyst cardano witnesses management (#490). (dfbb9f83)
- FEAT: add shelley address & cardano serialization lib (#478). (6d985bbc)
0.1.1 #
- FIX: issues before publishing catalyst-cardano (#581). (7b5338b3)
- FEAT: frontend features (#549). (0f094180)
- FEAT: cardano wallet api (#522). (0a11853f)
- FEAT: catalyst cardano transaction builder (#501). (e150394f)
- FEAT: catalyst cardano documentation (#507). (f003e8d9)
- FEAT: catalyst cardano witnesses management (#490). (dfbb9f83)
- FEAT: add shelley address & cardano serialization lib (#478). (6d985bbc)
0.1.0 #
- Initial release.