fix
patch
task/fix-sha256-proposal-id-passthrough
#1 / 1
fix: use split_id to recognise sha256 full IDs in _resolve_proposal_id
The full-ID passthrough check required a hyphen, so sha256:<64-hex> IDs always fell through to the list fetch with limit=200. Hubs capped below 200 returned 422 on every hub proposal read sha256:... call.
Fix: try split_id() first — valid prefixed or bare-hex full IDs return immediately without any network call. The legacy hyphenated-UUID check is kept as a fallback.
sha256:981ccb0e8446b8253d87e5ed34cb0eeb480b1dbf94070eb01526a8505f7eb99f
sha
sha256:55a7582e22cc6cceae2699fa489b8db1adabf8de42ba65f090fd5d0567d27eda
snapshot
← Older
Oldest on task/fix-sha256-proposal-id-passthrough
All commits
Newer →
Latest on task/fix-sha256-proposal-id-passthrough
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:981ccb0e8446b8253d87e5ed34cb0eeb480b1dbf94070eb01526a8505f7eb99f --body "your comment"
No comments yet. Be the first to start the discussion.