Skip to content
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

Problem: Missing event of transaction receipt for tx which is failed to apply gas consumed to block gas #2274

Open
VictorTrustyDev opened this issue Jan 17, 2024 · 4 comments
Labels
needs more info Requested additional context to author

Comments

@VictorTrustyDev
Copy link
Contributor

VictorTrustyDev commented Jan 17, 2024

Context

Refer to: https://tm-rpc/block_results?height=18364518

{
                                "code": 11,
                                "data": null,
                                "log": "out of gas in location: block gas meter; gasWanted: 36000000, gasUsed: 18000000: out of gas",
                                "info": "",
                                "gas_wanted": "36000000",
                                "gas_used": "18000000",
                                "events": [
                                                                {
                                                                                                "type": "coin_spent",
                                                                                                "attributes": [
                                                                                                                                {
                                                                                                                                                                "key": "spender",
                                                                                                                                                                "value": "evmos1277ly9rjzkudf7hhjhyxmmcmmqmrs5yw4y49m8",
                                                                                                                                                                "index": true
                                                                                                                                },
                                                                                                                                {
                                                                                                                                                                "key": "amount",
                                                                                                                                                                "value": "792000000000000000aevmos",
                                                                                                                                                                "index": true
                                                                                                                                }
                                                                                                ]
                                                                },
                                                                {
                                                                                                "type": "coin_received",
                                                                                                "attributes": [
                                                                                                                                {
                                                                                                                                                                "key": "receiver",
                                                                                                                                                                "value": "evmos17xpfvakm2amg962yls6f84z3kell8c5ljcjw34",
                                                                                                                                                                "index": true
                                                                                                                                },
                                                                                                                                {
                                                                                                                                                                "key": "amount",
                                                                                                                                                                "value": "792000000000000000aevmos",
                                                                                                                                                                "index": true
                                                                                                                                }
                                                                                                ]
                                                                },
                                                                {
                                                                                                "type": "transfer",
                                                                                                "attributes": [
                                                                                                                                {
                                                                                                                                                                "key": "recipient",
                                                                                                                                                                "value": "evmos17xpfvakm2amg962yls6f84z3kell8c5ljcjw34",
                                                                                                                                                                "index": true
                                                                                                                                },
                                                                                                                                {
                                                                                                                                                                "key": "sender",
                                                                                                                                                                "value": "evmos1277ly9rjzkudf7hhjhyxmmcmmqmrs5yw4y49m8",
                                                                                                                                                                "index": true
                                                                                                                                },
                                                                                                                                {
                                                                                                                                                                "key": "amount",
                                                                                                                                                                "value": "792000000000000000aevmos",
                                                                                                                                                                "index": true
                                                                                                                                }
                                                                                                ]
                                                                },
                                                                {
                                                                                                "type": "message",
                                                                                                "attributes": [
                                                                                                                                {
                                                                                                                                                                "key": "sender",
                                                                                                                                                                "value": "evmos1277ly9rjzkudf7hhjhyxmmcmmqmrs5yw4y49m8",
                                                                                                                                                                "index": true
                                                                                                                                }
                                                                                                ]
                                                                },
                                                                {
                                                                                                "type": "tx",
                                                                                                "attributes": [
                                                                                                                                {
                                                                                                                                                                "key": "fee",
                                                                                                                                                                "value": "792000000000000000aevmos",
                                                                                                                                                                "index": true
                                                                                                                                }
                                                                                                ]
                                                                },
                                                                {
                                                                                                "type": "ethereum_tx",
                                                                                                "attributes": [
                                                                                                                                {
                                                                                                                                                                "key": "ethereumTxHash",
                                                                                                                                                                "value": "0xcf6c09da160b88429c0dc0c18d541a6f51ca9eba39dee30e65696363d7cedfde",
                                                                                                                                                                "index": true
                                                                                                                                },
                                                                                                                                {
                                                                                                                                                                "key": "txIndex",
                                                                                                                                                                "value": "2",
                                                                                                                                                                "index": true
                                                                                                                                }
                                                                                                ]
                                                                }
                                ],
                                "codespace": "sdk"
}
@ramacarlucho ramacarlucho added the needs more info Requested additional context to author label Feb 14, 2024
@ramacarlucho
Copy link
Collaborator

Can you provide a little bit more context? What is the expected behaviour and what is happening right now?

@VictorTrustyDev
Copy link
Contributor Author

Expected: there is transaction receipt.

Current behavior: no transaction receipt. Please take a look at my json provided, there is no receipt event.

Copy link

github-actions bot commented Apr 1, 2024

This issue is stale because it has been open 45 days with no activity. Remove Status: Stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2024
@MalteHerrmann MalteHerrmann reopened this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs more info Requested additional context to author
Projects
None yet
Development

No branches or pull requests

3 participants