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
ATM externally signed transactions are passed through, which is a feature, but we do not have feedback about their validity if not from the node.
Add a ledger based pre-check on externally signed txs during the state change,
cardano-wallet/lib/ui/src/Cardano/Wallet/UI/Deposit/API/Payments.hs
Lines 308 to 309 in 0e7b650
It will involve a more sophisticated behavior so that we can track the state transition failure reason.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why
ATM externally signed transactions are passed through, which is a feature, but we do not have feedback about their validity if not from the node.
What
Add a ledger based pre-check on externally signed txs during the state change,
cardano-wallet/lib/ui/src/Cardano/Wallet/UI/Deposit/API/Payments.hs
Lines 308 to 309 in 0e7b650
Notes
It will involve a more sophisticated behavior so that we can track the state transition failure reason.
The text was updated successfully, but these errors were encountered: