Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

42 lines (31 loc) · 2.21 KB

MaidSafe Types - Change Log

[0.2.3]

  • Updated dependencies' versions
  • Fixed lint warnings caused by latest Rust nightly

[0.2.2]

  • #81 Remove payload introduce cbor tagging

[0.2.0]

  • #78 make Payload Sendable -- patch

[0.1.52]

  • Add account type tags for PayLoad.

[0.1.51]

  • Update version in line with routing.

[0.1.5]

  • MAID-1036 Add SafeCoin type with entries i) type tag ii) name iii) owners iv) previous owners, and v) signatures. Implement and test Sendable, Encodable, Decodable, PartialEq and fmt::Debug traits for SafeCoin type. Merges MAID-1044 to a single unit of work.
  • MAID-1119 Implement TypeTag for StructuredData type.
  • MAID-1056 Write tests to confirm invariants of all types

[0.1.4]

  • Remove anonymous public types
    • MAID-1053 Anonymous public types to be included as part of the body of the public type
    • MAID-1058 Change tests to reflect the above task
  • Modifications to Id types
    • MAID-1029 Remove name from types to enhance type invariance
    • MAID-1035 Add a member of signature type to Id types. The signature in pure keys is sign_using_own_private_key(public keys + type tag). And in dependent keys, is sign_using_owner_private_key(public keys + owner public key + type tag)
    • MAID-1041 Remove maid_signature and mpid_signature from PublicMaid and PublicAnMaid
  • MAID-1115 Update StructuredData
  • MAID-1116 Create 2 new ImmutableData types

[0.0.0 - 0.1.3]

  • Add all DataTypes for Data Put/Get
  • Add Encode/Decode traits for all types (cbor)
  • API version 0.0.8
  • Write tests to confirm serialising and parsing of all types