Skip to content

After rebooting Hildr in the Ecotone hardfork, the input data of the deposit transaction will be incorrect #124

@thinkAfCod

Description

@thinkAfCod

I have realized what the question was.
When traversing blocks from the Bedrock hard fork to the Ecotone hard fork, the value of SystemConfig's feeScalar is read from the EventLog. The FeeScalar in the EventLog is encoded in the order of blobBaseFeeScalar and baseFeeScalar.

When Hildr restarts, the value of SystemConfig's FeeScalar is read from the input of the DepositTx, with the encoding order in the input being baseFeeScalar, blobBaseFeeScalar.

So both of the above cases require separate handling of the decoding process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions