Update on the status of prototype/chain-manager code: now moved to TOP/src on
This commit is contained in:
parent
8c85f925ab
commit
55492c1cac
1 changed files with 6 additions and 5 deletions
|
@ -53,11 +53,12 @@ This is a very early experiment to try to create a distributed "rough
|
||||||
consensus" algorithm that is sufficient & safe for managing the order
|
consensus" algorithm that is sufficient & safe for managing the order
|
||||||
of a Chain Replication chain, its members, and its chain order.
|
of a Chain Replication chain, its members, and its chain order.
|
||||||
|
|
||||||
* Code status: **active**!
|
|
||||||
|
|
||||||
Unlike the other code projects in this repository's `prototype`
|
Unlike the other code projects in this repository's `prototype`
|
||||||
directory, the chain management code is still under active
|
directory, the chain management code is still under active
|
||||||
development. It is quite likely (as of early March 2015) that this
|
development. However, the chain manager code here in the `prototype`
|
||||||
code will be robust enough to move to the "real" Machi code base soon.
|
subdirectory will remain frozen in time.
|
||||||
|
|
||||||
|
|
||||||
|
Efforts in April 2015 have moved the chain manager code to the "top level"
|
||||||
|
of the repository. All new work is being merged weekly into the `master`
|
||||||
|
branch, see `src/machi_chain_manager1.erl` and related source at the top of
|
||||||
|
the repo.
|
||||||
|
|
Loading…
Reference in a new issue