Manta-Network / Manta

The main repo for manta blockchain nodes.
GNU General Public License v3.0
240 stars 119 forks source link

Better error monitoring and error propagation from manta-rs, pallet-assets, pallet-balances in pallet-manta-pay #496

Open ghzlatarev opened 2 years ago

ghzlatarev commented 2 years ago

For example manta-pay's public_transfer returns generic error message for failures like insufficient funds for existential deposit. This can be improved.

https://github.com/Manta-Network/Manta/pull/977#discussion_r1071076348 Otherwise we can't really do monitoring of unexpected errors that break the ledger.

ghzlatarev commented 2 years ago

Needs https://github.com/paritytech/substrate/pull/10242 in 0.9.19 upgrade