[go: up one dir, main page]

Skip to content

Handle the possibility of a saved block getting settled out in favor of a competing block by the network consenus algorithm

This happens when a node that Agora have processed ends up being orphaned. This means that all the changes made to the db from the transactions from the orphaned block needs to be undone, and the block procesing needs to be rewound to a point just before the fork happend, and proceed from there.

Edited by Sandeep.C.R