bsc/consensus
setunapo fe1c8622f6 parlia: Delay() with DelayLeftOver
Right now, DelayLeftOver is used to reserve time for block finalize, not block
broadcast. And the code does not work as expected.

The general block generation could be described as:
|- fillTransactions -|- finalize a block -|- wait until the period(3s) reached -|- broadcast -|
2022-11-16 10:47:58 +08:00
..
beacon parlia: Delay() with DelayLeftOver 2022-11-16 10:47:58 +08:00
clique parlia: Delay() with DelayLeftOver 2022-11-16 10:47:58 +08:00
ethash parlia: Delay() with DelayLeftOver 2022-11-16 10:47:58 +08:00
misc consensus: fix the GasLimitBoundDivisor (#1060) 2022-08-22 11:24:50 +08:00
parlia parlia: Delay() with DelayLeftOver 2022-11-16 10:47:58 +08:00
consensus.go parlia: Delay() with DelayLeftOver 2022-11-16 10:47:58 +08:00
errors.go consensus: fix possessives in comments. (#20209) 2019-10-28 09:57:34 +02:00
merger.go all: core rework for the merge transition (#23761) 2021-11-26 13:23:02 +02:00