catalyst_cardano_serialization 0.4.0 copy "catalyst_cardano_serialization: ^0.4.0" to clipboard
catalyst_cardano_serialization: ^0.4.0 copied to clipboard

Platformweb

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 #

Note: This release has breaking changes.

  • BREAKING FIX: cardano serialization must depend on flutter (#679). (b7d5276b)

0.2.0 #

Note: This release has breaking changes.

  • FEAT: add catv1 auth token generator (#671). (79efc828)
  • BREAKING FIX: X509 registration metadata encoding (#640). (c45a2ac9)
  • BREAKING FEAT: update transactions inputs hash size (#643). (a729823d)

0.1.3 #

0.1.2 #

0.1.1+1 #

  • FIX: readme versioning for catalyst packages (#585). (e433b2db)

0.1.1 #

0.1.0 #

  • Initial release.