DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

Clean up protocol to operate via timestamp tracking #34

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

Remove TipCycle and HistoryCycle. A revised version of the latter will be available later, that uses arguments, and presents the history for a specific event. For now, we can just rely on EventCycle for event content distribution, and TimestampCycle obviously obsoletes TipCycle.

With this, we'll be quite ready for a new demo.