anoma / namada

Rust implementation of Namada, a Proof-of-Stake L1 for interchain asset-agnostic privacy
https://namada.net
GNU General Public License v3.0
2.39k stars 948 forks source link

Remove tx error sentinel #2962

Open sug0 opened 6 months ago

sug0 commented 6 months ago

Pass invalid commitment, out-of-gas and other errors back to the host in a fashion similar to #2940, instead of setting a sentinel variable.

Fraccaman commented 5 months ago

@sug0 did we do this?

sug0 commented 5 months ago

@Fraccaman no, not yet