LiskArchive / lisk-engine

:bullettrain_front: Lisk blockchain engine
https://lisk.com
Apache License 2.0
0 stars 0 forks source link

Update validation of incoming single commits #84

Open shuse2 opened 1 year ago

shuse2 commented 1 year ago

Expected behavior

When receiving single commits from the network, it should not accidentally ban honest peer even when the node is behind.

Actual behavior

It does work as in the current protocol, but it can be improve as described in https://github.com/LiskHQ/lips/issues/288

Which version(s) does this affect? (Environment, OS, etc...)

6.0.0-alpha.14

Additional Information

Related PR