radicle-heartwood-lfs/radicle-remote-helper/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
..
fetch.rs cli: Use `git push` to open or update patches 2023-05-12 12:22:08 +02:00
git-remote-rad.rs Add `--version` flag to binaries 2023-07-25 11:36:50 +02:00
lib.rs cli: Allow setting a different patch base on push 2023-06-15 10:25:32 +02:00
list.rs cli: Use `git push` to open or update patches 2023-05-12 12:22:08 +02:00
push.rs cob: Remove CRDTs from COB state 2023-07-25 15:29:27 +02:00