LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 457 forks source link

Creation of single commit should after minCertifyHeight #9057

Closed shuse2 closed 9 months ago

shuse2 commented 9 months ago

Expected behavior

Node should not create unnecessary single commits

Actual behavior

Even though the created single commits will not be aggregated until minCertifyHeight, they are created and broadcasted to the network. Especially, in the init phase, the BLS key will not registered on test/mainnet it will show Validator does not have registered BLS key.

Steps to reproduce

Run testnet node before the init phase as a validator

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

6.0.0-rc.2