casper-network / casper-db-utils

Utilities to perform operations on the lmdb databases for a casper-node.
Apache License 2.0
1 stars 7 forks source link

Extend casper-db-utils - add ability to remove finality signatures from blocks #33

Closed RitaMAllenCA closed 1 year ago

RitaMAllenCA commented 1 year ago

This is needed in order to allow faster testing of historical sync to genesis in networks that have no strict finality. Currently, the alternative is to use either testnet or mainnet snapshot, but then the test takes weeks to execute. The new functionality should allow modification of the snapshot and removal of some or all finality signatures in order to simulate "weak" or "no" finality on a given block.

RitaMAllenCA commented 1 year ago

@Fraser999 @cspramit