radicle-heartwood-lfs/crates/radicle
Lorenz Leutgeb b145b95ee4 radicle/cob/identity: Use verdicts to count votes
Evaluation of this COB is implemented under the assumption that
delegates accept at most one revision.

This can lead to issues, if some delegates create new revisions eagerly,
without waiting for the others to vote on earlier revisions. As the
eager delegates start accepting newer and newer revisions, this shadows
their acceptance of earlier revisions, which leads to failure to
recognize that these earlier revisions were actually accepted by a
majority.

To avoid such situations, remove `heads`, and always count the number of
"accept" verdicts explicitly.
2026-07-02 09:56:22 +01:00
..
src radicle/cob/identity: Use verdicts to count votes 2026-07-02 09:56:22 +01:00
CHANGELOG.md radicle/cob/patch: Extend MergeTarget 2026-06-09 11:21:33 +02:00
Cargo.toml log: New crate for logger implementations 2026-05-11 16:44:37 +01:00
build.rs radicle: Add Version to User Agent 2026-04-02 16:26:46 +01:00