We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following up on #37:
The following additional functions have poor error-handing and could benefit from similar changes as found in #37:
scanOutputs
cancelTransaction
recoverWallet
initializeNewWallet
createTransaction
getChainHeight
getAddressInfo
deleteWallet
openWallet
txHttpSend
Fair but could be good:
getTransactions
validateSendAddress
Good but could be better:
getWalletBalances
getMnemonic
Lots of catches could use additional error context: where we return the original/passed error, add extra contextual information.
catch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following up on #37:
The following additional functions have poor error-handing and could benefit from similar changes as found in #37:
scanOutputs
cancelTransaction
recoverWallet
initializeNewWallet
createTransaction
getChainHeight
getAddressInfo
deleteWallet
openWallet
txHttpSend
Fair but could be good:
getTransactions
validateSendAddress
Good but could be better:
getWalletBalances
getMnemonic
Lots of
catch
es could use additional error context: where we return the original/passed error, add extra contextual information.The text was updated successfully, but these errors were encountered: