2015-04-02 05:17:57 +00:00
|
|
|
* To Do list
|
|
|
|
|
2015-04-03 03:33:47 +00:00
|
|
|
** DONE remove the escript* stuff from machi_util.erl
|
|
|
|
** DONE Add functions to manipulate 1-chain projections
|
2015-04-02 05:17:57 +00:00
|
|
|
|
|
|
|
- Add epoch ID = epoch number + checksum of projection!
|
2015-04-02 07:05:06 +00:00
|
|
|
Done via compare() func.
|
2015-04-02 05:17:57 +00:00
|
|
|
|
2015-04-03 03:33:47 +00:00
|
|
|
** DONE Change all protocol ops to add epoch ID
|
2015-04-14 06:30:24 +00:00
|
|
|
** DONE Add projection store to each FLU.
|
2015-04-03 03:33:47 +00:00
|
|
|
|
|
|
|
*** DONE What should the API look like? (borrow from chain mgr PoC?)
|
|
|
|
|
|
|
|
Yeah, I think that's pretty complete. Steal it now, worry later.
|
|
|
|
|
|
|
|
*** DONE Choose protocol & TCP port. Share with get/put? Separate?
|
|
|
|
|
|
|
|
Hrm, I like the idea of having a single TCP port to talk to any single
|
|
|
|
FLU.
|
|
|
|
|
|
|
|
To make the protocol "easy" to hack, how about using the same basic
|
|
|
|
method as append/write where there's a variable size blob. But we'll
|
|
|
|
format that blob as a term_to_binary(). Then dispatch to a single
|
|
|
|
func, and pattern match Erlang style in that func.
|
|
|
|
|
2015-04-14 06:30:24 +00:00
|
|
|
*** DONE Do it.
|
2015-04-03 03:33:47 +00:00
|
|
|
|
2015-04-14 06:30:24 +00:00
|
|
|
** TODO Fix all known bugs with Chain Manager
|
|
|
|
|
|
|
|
*** DONE Fix known bugs
|
|
|
|
*** TODO Clean up crufty TODO comments and other obvious cruft
|
|
|
|
|
|
|
|
** TODO Finish OTP'izing the Chain Manager with FLU & proj store processes
|
2015-04-02 08:42:26 +00:00
|
|
|
** TODO Change all protocol ops to enforce the epoch ID
|
2015-04-02 05:17:57 +00:00
|
|
|
** TODO Add projection wedging logic to each FLU.
|
|
|
|
|
|
|
|
- Add no-wedging state to make testing easier?
|
|
|
|
|
|
|
|
** TODO Move prototype/chain-manager code to "top" of source tree
|
|
|
|
*** TODO Preserve current test code (leave as-is? tiny changes?)
|
|
|
|
*** TODO Make chain manager code flexible enough to run "real world" or "sim"
|
2015-04-02 07:05:06 +00:00
|
|
|
** TODO Replace registered name use from FLU write/append dispatcher
|
2015-04-03 03:33:47 +00:00
|
|
|
** TODO Move the FLU server to gen_server behavior?
|