pocketnetteam / pocketnet.core

Decentralized social network based on the blockchain
https://pocketnet.app
Apache License 2.0
109 stars 26 forks source link

Staking optimizations #685

Closed HiHat closed 1 month ago

HiHat commented 3 months ago

Invoke BlockAssembler() and CreateNewBlock() only once per stake by Staker::worker. Currently they invoked 32 times per stake in 16 sec.

Standards checklist: