0xPolygonMiden / miden-client

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

Get block authentication information for past blocks #306

Closed tomyrd closed 4 months ago

tomyrd commented 5 months ago

There's an edge case where we sync before we import the note and the note's block does not have any relevant notes for the client. So the MMR won't get updated and while we'll have the merkle path for the note, we won't be able to build the authentication path for the note's block.

_Originally posted by @mFragaBA in https://github.com/0xPolygonMiden/miden-client/pull/297#discussion_r1581374622_

igamigo commented 5 months ago

Changed the title a bit. This is currently blocked by https://github.com/0xPolygonMiden/miden-node/issues/256

mFragaBA commented 4 months ago

closing as #337 got merged