Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
Introduce a node event for canonical reference updates
Merged fintohaps opened 8 months ago

Whenever the node fetches new updates, it checks if canonical references can be updated. The node has learned how to return these results and emit them as node events. This is a breaking change since it adds a new variant the Event type, which is not forwards-compatible.

fintohaps opened with revision 4f856525 on base 8953ec4c +90 -9 8 months ago

Whenever the node fetches new updates, it checks if canonical references can be updated. The node has learned how to return these results and emit them as node events. This is a breaking change since it adds a new variant the Event type, which is not forwards-compatible.

fintohaps pushed revision 2 ab06204d on base 8953ec4c +98 -9 8 months ago

Changes:

  • Added RepoId to event
  • Documented event fields
fintohaps pushed revision 3 1bc4340b on base 1d7478cd +99 -9 8 months ago

Changes:

  • Rebased
  • Added #[non_exhaustive] to Event
fintohaps pushed revision 4 11a90c1c on base 1d7478cd +230 -34 8 months ago

Changes:

  • Simplifying the process of setting canonical references after a fetch
  • Required adding the default branch rule to set_canonical_refs
  • Add test to check for canonical reference update
fintohaps pushed revision 5 2b52bce5 on base a670b6e6 +248 -34 8 months ago

Changes:

  • Rebased
  • Added CHANGELOG to radicle crate
lorenz pushed revision 6 b80e83c6 on base 8a66e4d0 +229 -34 8 months ago

Review

fintohaps pushed revision 7 0bd339d3 on base 690f6b02 +229 -34 8 months ago

Changes:

  • Rebased
  • Accepted review
fintohaps pushed revision 8 bfaadf91 on base 690f6b02 +230 -34 8 months ago

Changes:

  • Fixed word of CHANGELOG entries
  • Move CHANGELOG entries to Added section
lorenz merged revision bfaadf91 at 7d2f0e38 8 months ago