bsc/consensus/parlia
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
..
abi.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
api.go upgrade to 1.10.2 2021-04-16 12:45:26 +08:00
parlia_test.go enforce backoff time for out-turn validator (#23) 2020-08-07 17:06:29 +08:00
parlia.go parlia: Delay() with DelayLeftOver 2022-11-16 10:47:58 +08:00
ramanujanfork.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00
snapshot_test.go add consensus engine Parlia implement 2020-05-20 12:19:24 +08:00
snapshot.go fix: code compatibility fixes 2022-07-05 11:14:21 +08:00