spacemeshos / local-testnet

A local testnet of go-spacemesh full nodes running the Spacemesh protocol and a functional CLI wallet. 💾⏰
https://spacemesh.io
MIT License
14 stars 4 forks source link

Decrease default layer duration params and number of layers per epoch #42

Open avive opened 3 years ago

avive commented 3 years ago

It currently takes 40 minutes from net startup to get to a normal epoch (3rd one). This makes using the localnet quite slow for troubleshooting issues that only occur in normal epochs (such as rewards). Ideally, the layer duration and epoch duration can be made smaller to reduce the time until 3rd epoch in a localnet.

avive commented 3 years ago

@moshababo