AntelopeIO / leap

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

IF: Ensure confirmed count in block header is zero after HotStuff transition #1580

Closed arhag closed 9 months ago

arhag commented 1 year ago

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

After HotStuff is enabled and the network has transition to it, proposers should create blocks with a confirmed value of zero, and validators should check that the value is zero.

heifner commented 9 months ago

Resolved by #2122