0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
25 stars 22 forks source link

feat: Use RPC to get MMR data for past blocks on note importing #337

Closed igamigo closed 1 month ago

igamigo commented 1 month ago

This PR implements the new GetBlockHeaderByNumber RPC changes. We can now ask for authentication data for past blocks, so whenever we import a note with verify, we can download the block header and authentication data as well.

mFragaBA commented 1 month ago

this PR closed #306