namada
namada copied to clipboard
Handle gas related errors in tx execution/validation pipeline
The PGF VP and potentially other paths in our code ignore some host function errors (eg: with unwrap_or_default()), which could have been gas related. This results in the (unauthorized) prolonged execution of some tx.