✔️ Complete TODO items

This commit is contained in:
Netscape Navigator 2020-04-09 08:15:00 -05:00
parent b4d05444ae
commit b43e47261f
1 changed files with 1 additions and 1 deletions

View File

@ -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).