hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

Reset block timer after no transactions #5006

Open s8sato opened 2 months ago

s8sato commented 2 months ago

Since currently Sumeragi::round_start_time updates only on block commit (or view change) and the block timer keeps ringing under situation of no transactions, the next transaction arrival meets the condition and a new block can be immediately created for that single transaction, which might be a waste of resources