Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Multiple copies of a transaction included in a block #4924

Closed
@joepetrowski

Description

@joepetrowski

On block 56592, two copies of the same transaction (0x6cc...69a) were included in the block.

Related: polkadot-js/tools#77

{
    "number": 56592,
    "hash": "0xe0fc619d34b50148f6a89bf82fe340771f6cc93b467a28af88fafbfc0e2a5019",
    "parentHash": "0xda823678b85d1d42801ba4931ae95f864f204d7c788610e3999adb16b41becd2",
    "stateRoot": "0x3549f852fdb1d4222f4480d407461adaabb2519ba5e45f6669c46388ca8cc652",
    "extrinsicsRoot": "0xcc770108aa7b591e43876d4ca3780462ff4f5812ac7bfd3c99f6d72ae2e4c628",
    "logs": [
        {
            "type": "PreRuntime",
            "index": 6,
            "value": [
                1161969986,
                "0x02260000002637a60f00000000"
            ]
        },
        {
            "type": "Seal",
            "index": 5,
            "value": [
                1161969986,
                "0x261f9f7bd78af25a4ab7dad25d4fe8554b2b7a83f29a1c7ca633c347c4d9242f668a6cec59e6c948743e8c60a37c312cbe031553d60bb124703c192304ae3289"
            ]
        }
    ],
    "extrinsics": [
        {
            "method": "timestamp.set",
            "signature": null,
            "nonce": 0,
            "args": [
                1575308004000
            ],
            "tip": 0,
            "hash": "0x40f663e25cbcc09a081a4f6956918823e325cf02d4693892db40dc8592c155da",
            "info": {},
            "events": [
                {
                    "method": "system.ExtrinsicSuccess",
                    "data": [
                        {
                            "weight": 10000,
                            "class": "Operational",
                            "paysFee": true
                        }
                    ]
                }
            ],
            "success": true
        },
        {
            "method": "finalityTracker.finalHint",
            "signature": null,
            "nonce": 0,
            "args": [
                56590
            ],
            "tip": 0,
            "hash": "0x20502068781f0ba1befdbbec79cf6b7e28a6baa32802d0a0ea3795e43a52bccf",
            "info": {},
            "events": [
                {
                    "method": "system.ExtrinsicSuccess",
                    "data": [
                        {
                            "weight": 10000,
                            "class": "Normal",
                            "paysFee": true
                        }
                    ]
                }
            ],
            "success": true
        },
        {
            "method": "parachains.setHeads",
            "signature": null,
            "nonce": 0,
            "args": [
                []
            ],
            "tip": 0,
            "hash": "0xcf52705d1ade64fc0b05859ac28358c0770a217dd76b75e586ae848c56ae810d",
            "info": {},
            "events": [
                {
                    "method": "system.ExtrinsicSuccess",
                    "data": [
                        {
                            "weight": 1000000,
                            "class": "Normal",
                            "paysFee": true
                        }
                    ]
                }
            ],
            "success": true
        },
        {
            "method": "sudo.sudo",
            "signature": {
                "signature": "0xaa39a466975f2169ec1950f783f5808dccbe17257b679ed0e0b994e4d354a62818499ddd94fdc14bc89ba148e6dc7231a353bcc7209da2c524f3cf107dd2d48d",
                "signer": "DwGa4E65nbGafaGirjMH5kXbtT7jHuAcSXHLLkTePnqw95p"
            },
            "nonce": 0,
            "args": [
                {
                    "callIndex": "0x0001",
                    "args": {
                        "_remark": "0x11"
                    }
                }
            ],
            "tip": 0,
            "hash": "0x6ccf7be305e5b2a53f28af48f8a8d25bc7acf88b29882fe2f2a280ac0023169a",
            "info": {},
            "events": [
                {
                    "method": "balances.ReapedAccount",
                    "data": [
                        "DwGa4E65nbGafaGirjMH5kXbtT7jHuAcSXHLLkTePnqw95p"
                    ]
                },
                {
                    "method": "system.ExtrinsicFailed",
                    "data": [
                        {
                            "module": 24,
                            "error": 0
                        },
                        {
                            "weight": 0,
                            "class": "Operational",
                            "paysFee": false
                        }
                    ]
                }
            ],
            "success": false
        },
        {
            "method": "sudo.sudo",
            "signature": {
                "signature": "0xaa39a466975f2169ec1950f783f5808dccbe17257b679ed0e0b994e4d354a62818499ddd94fdc14bc89ba148e6dc7231a353bcc7209da2c524f3cf107dd2d48d",
                "signer": "DwGa4E65nbGafaGirjMH5kXbtT7jHuAcSXHLLkTePnqw95p"
            },
            "nonce": 0,
            "args": [
                {
                    "callIndex": "0x0001",
                    "args": {
                        "_remark": "0x11"
                    }
                }
            ],
            "tip": 0,
            "hash": "0x6ccf7be305e5b2a53f28af48f8a8d25bc7acf88b29882fe2f2a280ac0023169a",
            "info": {},
            "events": [
                {
                    "method": "balances.ReapedAccount",
                    "data": [
                        "DwGa4E65nbGafaGirjMH5kXbtT7jHuAcSXHLLkTePnqw95p"
                    ]
                },
                {
                    "method": "system.ExtrinsicFailed",
                    "data": [
                        {
                            "module": 24,
                            "error": 0
                        },
                        {
                            "weight": 0,
                            "class": "Operational",
                            "paysFee": false
                        }
                    ]
                }
            ],
            "success": false
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    I3-bugThe node fails to follow expected behavior.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions