Skip to content

Fix genesis bug [#3367]

Ethan Reesor requested to merge 3367-fix-genesis into main

Closes #3367 (closed). Fixes a bug in genesis caused by unpackSnapshots not disabling BPT verification when unpacking messages. Separates faucet management from the CLI.

Genesis ingests inputs (accounts that should exist at block 0) in the form of snapshots. However, genesis for a particular partition will only restore the records that are relevant to that partition. As a result, BPT verification is not practical and must be disabled.

Changelog: fix

Merge request reports