radicle-heartwood-lfs/crates/radicle
Adrian Duke 67a4a712e4 radicle: add new error type for unauthorized non-delegates
The previous error `UnexpectedState` was opaque, and ended up in a
confusing message when a user would try to edit the identity document
while not being a deleagte themselves.

Instead, provide a more specific error that mentions the `Did`
performing the action, and the action itself.

Note that the `UnexpectedState` variant was matched on during
evaluation, meaning that operations would still appear in the timeline
of the COB. With the change to the other variant, the timeline does
not record the operation anymore.
2026-01-22 10:24:26 +00:00
..
src radicle: add new error type for unauthorized non-delegates 2026-01-22 10:24:26 +00:00
CHANGELOG.md radicle: Return individual results for repo in `repositories_by_id` 2025-11-06 10:43:04 +01:00
Cargo.toml radicle: Re-export `radicle_core::RepoId` 2026-01-09 14:04:18 +01:00