Files
wasmd/x/wasm/types
Augusto Elesbão 6b8b45c32b fix: propagate funds validation errors
The validation functions on the `tx` type masquerade the root error
message for the `Funds` validation. Having the original error helps to
save time when debugging the cause for a failed tx.

One example is if someone sends multiple funds to a contract execution
without sorting the denoms, which is one of the validations in the
`Coins.Validate` method. With the error propagation, the developer can
quickly determine why the tx failed.
2023-10-04 11:36:22 +02:00
..
2023-09-25 10:42:35 +02:00
2021-03-19 09:52:01 +01:00
2023-10-04 11:36:22 +02:00