0xMiden/protocol
refactor: Move `ProofData` and `LeafData` out of claim_note.rs
Ouverte
#2 907 ouverte le 12 mai 2026
agglayergood first issue
Métriques du dépôt
- Stars
- (123 étoiles)
- Métriques de merge PR
- (Merge moyen 5j 11h) (110 PRs mergées en 30 j)
Description
Follow-up to https://github.com/0xMiden/protocol/pull/2818#discussion_r3224607250.
ProofData and LeafData currently live in crates/miden-agglayer/src/claim_note.rs but aren't specifically tied to CLAIM-note construction. Move them to a more appropriate location.