Concordium / concordium-rust-sdk

Rust SDK for the Concordium blockchain.
https://docs.rs/concordium-rust-sdk/latest/concordium_rust_sdk/
Mozilla Public License 2.0
13 stars 18 forks source link

Support gRPC contract state merkle proof endpoint (2) #195

Closed limemloh closed 3 days ago

limemloh commented 3 months ago

Support the gRPC endpoint for constructing contract state merkle proof added as part of https://github.com/Concordium/concordium-node/issues/1072. This includes validating the proofs and parsing out the relevant information.

Duplicating #140 due to sync failure.

limemloh commented 3 days ago

The are currently no plans to implement the node side of this