devnet block time is slow
tuxcanfly opened this issue · 0 comments
tuxcanfly commented
Version of Git SHA
System OS
MacOS
Installed tools
No response
Others
No response
Steps to reproduce it
docker run ghcr.io/rollkit/local-celestia-devnet:latest
Expected result
block time should be ~2s.
Actual result
block time is ~10s.
Relevant log output
No response
Notes
It seems that celestia-app
config changed over time which invalidated our sed/replace in config.toml
, in particular timeout_propose
and timeout_commit
.