Skip to content

Make consensus validation optional for immutable #298

@sandtreader

Description

@sandtreader

The consensus validation check (once enabled) will reduce the pipelining of blocks and is likely to slow bootstrapping from genesis down. We only need to validate BlockInfo::Immutable blocks (from Mithril) if we're really paranoid. Add a config option to Consensus to validate immutable blocks, default false.

[module.consensus]
validate-immutable = false

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions