From b43e47261ff0c51874e3f76ce3153fe55dd7ee0e Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Thu, 9 Apr 2020 08:15:00 -0500 Subject: [PATCH] :heavy_check_mark: Complete TODO items --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 454f165..7e5fa10 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Eg: `pigeon identity show` becomes `./pigeon-cli show`. - [X] refactor `Bundle.create` to use `message find-all`. - [X] Rename `message find` to `message read`, since other finders return a multihash. - [X] Message.ingest should be the only code path to message authoring. + - [X] Don't allow any type of whitespace in `kind` or `string` keys. Write a test for this. - [ ] Make all methods private except those required for the CLI. - - [ ] Don't allow any type of whitespace in `kind` or `string` keys. Write a test for this. - [ ] Add Lipmaa links like the Bamboo folks do. - [ ] Create regexes in ::Lexer using strings and Regexp.new() for cleaner regexes. - [ ] Make the switch to LevelDB, RocksDB, [UNQLite](https://unqlite.org/features.html) or similar (currently using Ruby PStore).