You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the NoteAttachment introduced in #2109, we plan to implement encrypted notes through attachments and so the specialized encrypted note type should no longer be necessary and we can remove it:
Remove NoteType::Encrypted.
Remove ENCRYPTED_NOTE in crates/miden-protocol/asm/kernels/transaction/lib/output_note.masm.
With the
NoteAttachmentintroduced in #2109, we plan to implement encrypted notes through attachments and so the specialized encrypted note type should no longer be necessary and we can remove it:NoteType::Encrypted.ENCRYPTED_NOTEincrates/miden-protocol/asm/kernels/transaction/lib/output_note.masm.