riesenacht / biotopium

distributed, platform-independent multiplayer game
GNU General Public License v3.0
1 stars 0 forks source link

Start Core: Implement Action Pooling #23

Closed mriesen closed 2 years ago

mriesen commented 2 years ago

In order to avoid the frequent creation of new blocks, actions should be collected into action pools. After reaching a certain number of actions, the pool's content is added to a new block. This improves the flexibility of the blockchain, as the number of actions added to a block can be set dynamically.