0xMiden/protocol

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

Open

#2.907 geöffnet am 12. Mai 2026

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (139 Forks)github user discovery
agglayergood first issue

Repository-Metriken

Stars
 (123 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide