Open ghzlatarev opened 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.
public_transfer
https://github.com/Manta-Network/Manta/pull/977#discussion_r1071076348 Otherwise we can't really do monitoring of unexpected errors that break the ledger.
Needs https://github.com/paritytech/substrate/pull/10242 in 0.9.19 upgrade
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.