0xMiden/protocol

refactor: Move `ProofData` and `LeafData` out of claim_note.rs

Aberta

#2.907 aberto em 12 de mai. de 2026

 (4 comentários) (1 reação) (0 responsável)Rust (139 forks)github user discovery
agglayergood first issue

Métricas do repositório

Stars
 (123 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 11h) (110 fundiu PRs em 30d)

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.

Guia do colaborador