radicle-heartwood-lfs/radicle-tui/src
Alexis Sellier f639192dc6
cob: Remove CRDTs from COB state
It turns out that the CRDT formed by the union of Git DAGs
is enough to guarantee everything we need for COBs.

This changes the following things:
* COB operations no longer need to be commutative
* COB histories are traversed in the same deterministic order on all
  replicas
* It's now possible to implement RSMs on top of COBs, eg. scripting
* Lamport clocks have been removed
* `radicle-crdt` is no longer a dependency of `radicle`
* COBs are no longer instances of `Semilattice`
* The `Ops` type was removed in favor of having `Op` contain multiple
  actions
2023-07-25 15:29:27 +02:00
..
app tui: Implement container focus on issue page 2023-07-22 22:36:24 +02:00
cob cob: Remove CRDTs from COB state 2023-07-25 15:29:27 +02:00
ui tui: Fix code format issue 2023-07-25 12:55:05 +02:00
app.rs tui: Implement container focus on issue page 2023-07-22 22:36:24 +02:00
cob.rs tui: Improve cob retrieval 2023-06-08 21:47:26 +02:00
lib.rs tui: Redraw on resize 2023-05-23 12:33:31 +02:00
main.rs Add `-h` flag to binaries 2023-07-25 11:58:39 +02:00
ui.rs tui: Move application context to separate module 2023-06-08 20:42:30 +02:00