Skip to content

BLOCK_DATA update #1603

@OlivierBBB

Description

@OlivierBBB

Main point

We need to modify the BLOCK_DATA module to support for variable (higher) BLOCK_GAS_LIMIT.

Details

The BLOCK_DATA module should verify that the BLOCK_GAS_LIMIT H_l satisfy the following properties, for every block in the conflation:

H_l < H_l' + q
H_l > H_l' - q
H_l < 2_000_000_000
H_l ≥ 61_000_000

q := H_l' / 1024

In the above H_l' is the preceding BLOCK_GAS_LIMIT. The above thus requires b + 1 BLOCK_GAS_LIMIT's, starting with the latest BLOCK_GAS_LIMIT from the last conflation. There will be some call's to WCP and MOD.

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