ltonetwork / lto-public-chain

Public blockchain designed for notary type transactions
Apache License 2.0
26 stars 4 forks source link

Checkpoints configuration #148

Closed jasny closed 2 years ago

jasny commented 2 years ago

Partially solves #141

It allows halting on a specific block, which is useful for debugging. Broadcasting a checkpoint is still available, but ignored by default because no public key is set.

Checkpoints still only work for blocks that are being added and don't force a rollback.