Introduce a node event for canonical reference updates
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.
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.
Changes:
- Added
RepoIdto event - Documented event fields
Changes:
- Rebased
- Added
#[non_exhaustive]toEvent
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
Changes:
- Rebased
- Added
CHANGELOGtoradiclecrate
Review
Changes:
- Rebased
- Accepted review
Changes:
- Fixed word of CHANGELOG entries
- Move CHANGELOG entries to
Addedsection