-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, works well
Does it make Versi's sessions 1h as well? We probably want to keep 10mins, but not building yet another runtime. |
This doesn't change any other chain spec. However, rococo supports to change the session length dynamically. As rococo local also still runs with 1 minute session length. |
I think it does as Versi is configured to use the Rococo chainspec definition. New configuration code might have to be written specifically for Versi chainspec. |
Exported chain specs are different. However, we would need to set some value on Versi before a runtime upgrade is done. |
* master: make check-dependent-* only be executed in PRs (#4588) session_info: add dispute_period and random_seed (#4547) session-info: add new fields + migration (#4545) Bump zstd from 0.9.0+zstd.1.5.0 to 0.9.1+zstd.1.5.1 (#4597) Relaunch Rococo (#4577) Companion for substrate#9732 (#4104) Better logs and metrics on PoV fetching. (#4593)
* changed Rococos epoch to 1h * Changed assigned_slots parameters to match ecosystem needs * Update rococo chain spec Co-authored-by: Santi Balaguer <[email protected]>
* changed Rococos epoch to 1h * Changed assigned_slots parameters to match ecosystem needs * Update rococo chain spec Co-authored-by: Santi Balaguer <[email protected]>
Session length: 1h
Thanks for @SBalaguer for the initial commits.