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 #140

Closed limemloh closed 3 months ago

limemloh commented 10 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.

limemloh commented 3 months ago

Moved here https://github.com/Concordium/concordium-rust-sdk/issues/195