Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

sc-client-db: Fix PruningMode::ArchiveCanonical #13361

Merged
merged 2 commits into from
Feb 13, 2023

Commits on Feb 10, 2023

  1. sc-client-db: Fix PruningMode::ArchiveCanonical

    When running a node with `--state-pruning archive-canonical` it was directly failing on genesis.
    There was an issue in the state-db `pin` implementation. It was not checking the state of a block
    correctly when running with archive canonical (and also not for every other block after they are canonicalized).
    bkchr committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    55fd022 View commit details
    Browse the repository at this point in the history
  2. FMT

    bkchr committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    dcd12b5 View commit details
    Browse the repository at this point in the history