anoma / namada

Rust implementation of Namada, a Proof-of-Stake L1 for interchain asset-agnostic privacy

Home Page:https://namada.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move `verify_shielded_tx` out of the SDK

grarco opened this issue · comments

The functions that verifies the masp signatures and proofs currently lives in the SDK crate. We don't really have a plan to expose this to external developers, so we should move it somewhere else, possibly in the masp native vp file. We can also rework the consume_verify_gas argument to just be a VpGasMeter