Commit Graph

23 Commits

Author SHA1 Message Date
589e3d9d6a Fix CLI. Add trailing CR to bundles 2020-03-15 12:32:41 -05:00
a6b46699e4 Update Storage.reset logic 2020-03-13 22:40:15 -05:00
05480b03e5 Convert "message..." commands to "draft..." commands 2020-03-13 22:17:56 -05:00
ef569d3fb4 Use multihash (instead of hex) for blob notation 2020-03-13 21:59:13 -05:00
be5dfc982a 🎉 100% coverage. NEXT: Verify message chain creation via tests.
Currently, it is not working correctly.
Take a look at scratchpad.sh. The `prev:` values are wrong.

It is probably as simple as updating local indexes when
Pigeon::Storage#save_message is called. Re run the indexes
at that time. Or heck, add a map/reduce ability?
2020-03-07 09:56:03 -06:00
f4b6ddbf51 (99.44% coverage) TODO: Need to reset current draft when a draft is signed/committed to the log 2020-03-06 08:42:19 -06:00
17bd8e7927 Factor Pigeon::Message into two smaller classes: Pigeon::Message and Pigeon::Draft 2020-03-05 08:32:22 -06:00
d8225bf96d Cleanup 2019-12-02 21:18:44 -06:00
55c02e06df Reset file system before each run in storage_spec.rb 2019-12-01 20:45:28 -06:00
99ed146ee3 === BEGIN FILESYSTEM REMOVAL === 2019-11-26 19:46:50 -06:00
a2db4e3cdd [UNSTABLE] Fix test, begin message sign 2019-10-19 22:43:21 -05:00
1232151df9 message show CLI command 2019-10-19 15:48:17 -05:00
6c04082b85 Ability to append to messages 2019-10-19 15:29:29 -05:00
729ca8145f Template renderer 2019-10-19 13:14:09 -05:00
b439746cf5 Rename *_conf to *_config, add timestamp to ::Message initializer. 2019-10-12 15:40:16 -05:00
999af42410 Derive pub/priv key from stored seed.
Co-authored-by: Michael Christenson II <m3talsmith@gmail.com>
2019-10-12 15:25:17 -05:00
9953bcee2c Update spec, begin message implementation 2019-10-12 14:43:27 -05:00
ede03bf5c4 💯 Cooler status banner. 2019-09-24 20:54:32 -05:00
f0cebae13d Cleanup and test scripts. TODO: Why does blocking not delete previous peers? 2019-09-24 20:19:25 -05:00
70f8638ccb Finish most peer commands. NEXT: peer all 2019-09-22 20:07:14 -05:00
63d3d5463b blob set pipe support 2019-09-22 12:34:08 -05:00
7da80941c5 blob get 2019-09-22 06:00:19 -05:00
5ae1a0a943 Coo... coo... 2019-09-21 21:30:03 -05:00