This PR adds GetNoteAuthenticationInfo endpoint. Prior this we had to use GetNotesById endpoint for getting inclusion proofs, but it returns a lot of unnecessary information for such task.
Also GetBlockInputs endpoint now returns not only found requested note IDs, but also their inclusion proofs.
Resolves: https://github.com/0xPolygonMiden/miden-node/issues/395
This PR adds
GetNoteAuthenticationInfo
endpoint. Prior this we had to useGetNotesById
endpoint for getting inclusion proofs, but it returns a lot of unnecessary information for such task.Also
GetBlockInputs
endpoint now returns not only found requested note IDs, but also their inclusion proofs.