Skip to content

EIP-7892: Blob Parameter Only Hardforks - 2nd attempt#15067

Merged
yperbasis merged 17 commits into
mainfrom
bpo
May 29, 2025
Merged

EIP-7892: Blob Parameter Only Hardforks - 2nd attempt#15067
yperbasis merged 17 commits into
mainfrom
bpo

Conversation

@yperbasis

@yperbasis yperbasis commented May 15, 2025

Copy link
Copy Markdown
Member

Restores reverted PR #14843 + changes to the following agreed format:

{
    "blobSchedule": {
        "cancun": {
            "target": 3,
            "max": 6,
            "baseFeeUpdateFraction": 3338477
        },
        "prague": {
            "target": 6,
            "max": 9,
            "baseFeeUpdateFraction": 5007716
        },
        "osaka": {
            "target": 6,
            "max": 9,
            "baseFeeUpdateFraction": 5007716
        },
        "bpo1": {
            "target": 6,
            "max": 9,
            "baseFeeUpdateFraction": 5007716
        },
        "bpo2": {
            "target": 12,
            "max": 18,
            "baseFeeUpdateFraction": 5007716
        },
        "bpo3": {
            "target": 6,
            "max": 9,
            "baseFeeUpdateFraction": 5007716
        },
        "bpo4": {
            "target": 12,
            "max": 18,
            "baseFeeUpdateFraction": 5007716
        },
        "bpo5": {
            "target": 6,
            "max": 9,
            "baseFeeUpdateFraction": 5007716
        }
    },
    "cancunTime": 0,
    "pragueTime": 0,
    "osakaTime": 1747387400,
    "bpo1Time": 1747387400,
    "bpo2Time": 1747387784,
    "bpo3Time": 1747388168,
    "bpo4Time": 1747388552,
    "bpo5Time": 1747388936
}

N.B. Hive EEST tests are green after 05ca140.

@yperbasis yperbasis marked this pull request as draft May 15, 2025 12:50
@yperbasis yperbasis changed the title Revert "Revert "EIP-7892: Blob Parameter Only Hardforks (#14843)" (#… EIP-7892: Blob Parameter Only Hardforks - 2nd attempt May 15, 2025
@yperbasis yperbasis linked an issue May 15, 2025 that may be closed by this pull request
@yperbasis yperbasis marked this pull request as ready for review May 21, 2025 18:35
Comment thread erigon-lib/chain/chain_config.go
Comment thread erigon-lib/chain/chain_config_test.go
Comment thread erigon-lib/chain/chain_config_test.go
Comment thread erigon-lib/chain/chain_config_test.go
Comment thread erigon-lib/chain/chain_config_test.go
Comment thread erigon-lib/chain/chain_config_test.go
Comment thread erigon-lib/chain/chain_config_test.go
Comment thread erigon-lib/chain/params/protocol.go
Comment thread erigon-lib/chain/params/protocol.go
Comment thread erigon-lib/chain/params/protocol.go
@yperbasis yperbasis marked this pull request as draft May 26, 2025 15:38
@yperbasis

yperbasis commented May 28, 2025

Copy link
Copy Markdown
Member Author

Waiting for PR #15261 to be merged first

@yperbasis yperbasis marked this pull request as ready for review May 29, 2025 08:52
@yperbasis yperbasis enabled auto-merge (squash) May 29, 2025 09:01
@yperbasis yperbasis merged commit a57925c into main May 29, 2025
14 checks passed
@yperbasis yperbasis deleted the bpo branch May 29, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement EIP-7892: Blob Parameter Only Hardforks

2 participants