AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
116 stars 70 forks source link

IF: Update fork-choice rule to consider irreversible block num as soon as possible #2101

Closed arhag closed 7 months ago

arhag commented 8 months ago

Depends on https://github.com/AntelopeIO/leap/issues/2125.

Right now we consider the last_final_block_num. But that does not get updated in block_state as soon as a QC is received. It must wait until a new block_state acknowledging the LIB is created.

arhag commented 7 months ago

We do not need this since it was captured into #2125.