0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
32 stars 28 forks source link

feat: verify imported note existance in the chain #297

Closed tomyrd closed 5 months ago

tomyrd commented 5 months ago

closes #277

Added the option to verify a note when importing it to the client. If the verification passes we try to add an inclusion proof to the imported note if possible.

Also we now check for local uncommited notes in every sync. So if the note was imported but it's not relevant for tracked account it can also be updated.