radicle-heartwood-lfs/crates/radicle
Fintan Halpenny 21700e4962 radicle/cob/identity: Fix cascading_rejections test to test actual cascading
The test previously had B2 as a sibling of B1 (both children of A1),
because update() always uses self.current as parent. This meant
the test was testing multi-sibling rejection, not cascading.

Now B2 is a child of B1 via a manual transaction, so when B1 is
rejected (sibling E1 accepted), B2 is rejected via RejectedBy::Parent
(cascade), which is what the test name promises.
2026-07-03 15:22:13 +01:00
..
src radicle/cob/identity: Fix cascading_rejections test to test actual cascading 2026-07-03 15:22:13 +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