GithubHelp home page GithubHelp logo

Comments (4)

palango avatar palango commented on June 6, 2024

Hi @etkim7

does this happen only for the transaction you mentioned or for others as well?

I can not reproduce this and in the explorer it seems to work as well. Maybe your state db got corrupted?

I used this command:

http https://forno.celo.org jsonrpc=2.0 id=0 method=eth_getTransactionReceipt params:='["0x8a6f0fd69b851207d69e3d7f0d58e476b5ceed655229c8301e391760ad5b6d09"]'
Results

{
    "id": "0",
    "jsonrpc": "2.0",
    "result": {
        "blockHash": "0x7d125d95145b8acecb082116ec59ae89b15353e18bb5e608765e88e837378f4f",
        "blockNumber": "0xc3c8ca",
        "contractAddress": null,
        "cumulativeGasUsed": "0x465cc",
        "effectiveGasPrice": "0x1dcd6500",
        "from": "0x6df65676c54e8cb3621a0b90baab614471f10c60",
        "gasUsed": "0x465cc",
        "logs": [
            {
                "address": "0x765de816845861e75a25fca122bb6898b8b1282a",
                "blockHash": "0x7d125d95145b8acecb082116ec59ae89b15353e18bb5e608765e88e837378f4f",
                "blockNumber": "0xc3c8ca",
                "data": "0x0000000000000000000000000000000000000000000000056bc75e2d63100000",
                "logIndex": "0x0",
                "removed": false,
                "topics": [
                    "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
                    "0x0000000000000000000000006df65676c54e8cb3621a0b90baab614471f10c60",
                    "0x000000000000000000000000117fb818a35f0a76f33f4578fdb155e6d75f245a"
                ],
                "transactionHash": "0x8a6f0fd69b851207d69e3d7f0d58e476b5ceed655229c8301e391760ad5b6d09",
                "transactionIndex": "0x0"
            },
            {
                "address": "0x117fb818a35f0a76f33f4578fdb155e6d75f245a",
                "blockHash": "0x7d125d95145b8acecb082116ec59ae89b15353e18bb5e608765e88e837378f4f",
                "blockNumber": "0xc3c8ca",
                "data": "0x0000000000000000000000000000000000000000000000056bc75e2d63100000",
                "logIndex": "0x1",
                "removed": false,
                "topics": [
                    "0x0553260a2e46b0577270d8992db02d30856ca880144c72d6e9503760946aef13",
                    "0x0000000000000000000000001c51657af2ceba3d5492ba0c5a17e562f7ba6593"
                ],
                "transactionHash": "0x8a6f0fd69b851207d69e3d7f0d58e476b5ceed655229c8301e391760ad5b6d09",
                "transactionIndex": "0x0"
            },
            {
                "address": "0x1c51657af2ceba3d5492ba0c5a17e562f7ba6593",
                "blockHash": "0x7d125d95145b8acecb082116ec59ae89b15353e18bb5e608765e88e837378f4f",
                "blockNumber": "0xc3c8ca",
                "data": "0x0000000000000000000000000000000000000000000000056bc75e2d63100000",
                "logIndex": "0x2",
                "removed": false,
                "topics": [
                    "0xdc4e2aab08207c15ed02d2a68af2e6df3472e2d7a636be078843d1724917e3a8",
                    "0x0000000000000000000000000000000000000000000000000000000000002ad4",
                    "0x0000000000000000000000006df65676c54e8cb3621a0b90baab614471f10c60",
                    "0x000000000000000000000000117fb818a35f0a76f33f4578fdb155e6d75f245a"
                ],
                "transactionHash": "0x8a6f0fd69b851207d69e3d7f0d58e476b5ceed655229c8301e391760ad5b6d09",
                "transactionIndex": "0x0"
            }
        ],
        "logsBloom": "0x00000000000100000000000000002000000000000000000000000000400020000000080000000000000002002000000000000000010000000000004000000000000000000804000800000008004000000000000000000000000000000000000000000000000000000000002004000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000002000000000000400002200000400000000002002000000000001000040000000000800000000000000000000004000000000000000000000000000000000000000000000000000000000100000000000",
        "status": "0x1",
        "to": "0x1c51657af2ceba3d5492ba0c5a17e562f7ba6593",
        "transactionHash": "0x8a6f0fd69b851207d69e3d7f0d58e476b5ceed655229c8301e391760ad5b6d09",
        "transactionIndex": "0x0",
        "type": "0x0"
    }
}

from celo-blockchain.

etkim7 avatar etkim7 commented on June 6, 2024

well I see several transactions also returning wrong value.
I will flush the db and reconstruct from scratch

from celo-blockchain.

palango avatar palango commented on June 6, 2024

Thanks for the feedback.
I'll close the issue, but feel free to reopen if the issue still occurs after a fresh sync.

from celo-blockchain.

etkim7 avatar etkim7 commented on June 6, 2024

Still problem is not fixed
I updated to celo/v1.7.4-stable-3a6e0006/linux-amd64/go1.20.4
and synced from scratch but this problem still exists
image

http http://127.0.0.1:15122 jsonrpc=2.0 id=0 method=eth_getTransactionReceipt params:='["0x8a6f0fd69b851207d69e3d7f0d58e476b5ceed655229c8301e391760ad5b6d09"]'
HTTP/1.1 200 OK
Content-Encoding: gzip
Content-Length: 63
Content-Type: application/json
Date: Fri, 09 Jun 2023 09:41:49 GMT

{
    "id": "0",
    "jsonrpc": "2.0",
    "result": null
}

Is there anyway that to get well working snapshot or proven binary version?

seems like this issue is also related.
#2014

from celo-blockchain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.