-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
Events for failed transactions #10618
Comments
DOnt see why a reason not to do this, would you be open to submitting a PR? |
This is because we do not return an |
The purpose of this is for rosetta It requires to track whole tx balance changes including failed txs, which still spending fee but there is no tx events left. Due to absent of event logs, this |
Yes, I totally understand the motivation -- I'm just stating why it wasn't done. Returning events as a separate value works, albeit I don't think it's the cleanest solution, but it works. |
Doesnt this get addressed via #10630? |
Ahh, that makes sense. |
Hi, may I ask what the /txs API of querying for failed txs by ante events looks like? |
Summary of Bug
Problem Definition
for failed transactions
Successful transactions have events about fee.
But failed transactions like below are have no events although there's some fees paid.
I think failed transactions also should have events about fee.
Version
v0.44.2
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: