From ff3ae224d238e468936d53b16aa7d862a06127db Mon Sep 17 00:00:00 2001 From: BSMaidSafe Date: Mon, 1 Jun 2015 11:38:23 +0100 Subject: [PATCH 1/2] Update readme todo list. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d6e1385..1f6c1e53 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,12 @@ Extract and place the libsodium.a file in "bin\x86_64-pc-windows-gnu" for 64bit - [x] [MAID-1116] (https://maidsafe.atlassian.net/browse/MAID-1116) Create 2 new ImmutableData types ## [0.1.5] -- [ ] [MAID-1036](https://maidsafe.atlassian.net/browse/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](https://maidsafe.atlassian.net/browse/MAID-1044) to a single unit of work. +- [x] [MAID-1036](https://maidsafe.atlassian.net/browse/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](https://maidsafe.atlassian.net/browse/MAID-1044) to a single unit of work. - [x] [MAID-1119](https://maidsafe.atlassian.net/browse/MAID-1036) Implement TypeTag for StructuredData type. - -- [ ] Visual presentation - - [ ] [MAID-1047](https://maidsafe.atlassian.net/browse/MAID-1047) Provide Shona with modifications required in Types representations - - [ ] [MAID-1073](https://maidsafe.atlassian.net/browse/MAID-1073) Come up with intiuitive representation of types + +- [x] Visual presentation + - [x] [MAID-1047](https://maidsafe.atlassian.net/browse/MAID-1047) Provide Shona with modifications required in Types representations + - [x] [MAID-1073](https://maidsafe.atlassian.net/browse/MAID-1073) Come up with intiuitive representation of types - [ ] [MAID-1056](https://maidsafe.atlassian.net/browse/MAID-1056) Write tests to confirm invariants of all types From 0f00c0608d7c299d6a9c67120b82bf0967affb9f Mon Sep 17 00:00:00 2001 From: BSMaidSafe Date: Mon, 1 Jun 2015 12:01:28 +0100 Subject: [PATCH 2/2] Update ReadMe. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1f6c1e53..ce99be8a 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,4 @@ Extract and place the libsodium.a file in "bin\x86_64-pc-windows-gnu" for 64bit - [x] [MAID-1119](https://maidsafe.atlassian.net/browse/MAID-1036) Implement TypeTag for StructuredData type. -- [x] Visual presentation - - [x] [MAID-1047](https://maidsafe.atlassian.net/browse/MAID-1047) Provide Shona with modifications required in Types representations - - [x] [MAID-1073](https://maidsafe.atlassian.net/browse/MAID-1073) Come up with intiuitive representation of types - - [ ] [MAID-1056](https://maidsafe.atlassian.net/browse/MAID-1056) Write tests to confirm invariants of all types