Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Blockchain Reorganization Handling

Past due by almost 6 years 0% complete

If Papi detects that a reorganization has occurred, it will utilize an internal function to undo (roll back) transactions up to the point of the chain branching, and then process new transactions on the valid chain.

This will require the following:

  • Reorganization Detection and Alert
  • Database rollback to most recent valid checkpoint
  • Process new transactions

If Papi detects that a reorganization has occurred, it will utilize an internal function to undo (roll back) transactions up to the point of the chain branching, and then process new transactions on the valid chain.

This will require the following:

  • Reorganization Detection and Alert
  • Database rollback to most recent valid checkpoint
  • Process new transactions
Loading