From b4d05444aed0f58a17885e018cd825d6c237581a Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Thu, 9 Apr 2020 08:14:50 -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 640f31a..454f165 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Eg: `pigeon identity show` becomes `./pigeon-cli show`. - [X] Fix diagram in spec doc - [X] refactor `Bundle.create` to use `message find-all`. - [X] Rename `message find` to `message read`, since other finders return a multihash. - - [ ] Message.ingest should be the only code path to message authoring. + - [X] Message.ingest should be the only code path to message authoring. - [ ] 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.