Skip to content

Current chainspec is failing to archive sync using Nethermind's client  #6

@Demuirgos

Description

@Demuirgos

Current chainspec is failing to sync using NM client, as it doesn't provide a value for 'maxCodeSizeTransition' and NM client expects one.

   "params": {
        "networkID": "0xF6",
        ...,
        "maxCodeSize": "0x6000",
+       "maxCodeSizeTransition": "0x0",
        ....
    },

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