JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs
GNU General Public License v3.0
376 stars 186 forks source link

Reduce minimum block time to 1 ms #358

Closed JoshOrndorff closed 3 years ago

JoshOrndorff commented 3 years ago

The timestamp pallet allows specifying a minimum block time. Previously this time had been set to 1s. But the PoW-based nodes tend to author blocks faster than that once several nodes are mining. There was no fundamental reason to have that min block time, so I've lowered it to 1ms in all runtimes.