Skip to content

Conversation

@cjjdespres
Copy link
Member

@cjjdespres cjjdespres commented Nov 4, 2025

This is the implementation of the changes proposed in the MIP https://github.com/MinaProtocol/MIPs/blob/main/MIPS/mip-0006-slot-reduction-90s.md. Specifically, it implements those changes that require a hard fork (slot time and coinbase reduction) or that we want to apply only after the hard fork (removing the soft zkapp limit). It sets the daemon's default slot time to 90s (90000 ms) instead of the current 180s, for both the mainnet and devnet build profiles. It also sets the coinbase to 360 instead of the current 720 on the mainnet, devnet, and lightnet build profiles. Finally, it sets the default zkapp_cmd_limit (the soft limit) to None in all build profiles by removing that config entry from the mainnet and devnet profiles (the only ones that have that limit).

Closes: #18048

@cjjdespres cjjdespres changed the title Reduce compiled-config slot time to 90s for Mesa MIP 6 (slot reduction to 90s) implementation Nov 4, 2025
@cjjdespres cjjdespres mentioned this pull request Nov 4, 2025
14 tasks
@glyh
Copy link
Member

glyh commented Nov 5, 2025

sure, but let's wait until OCV, I'll merge them into mesa-testing for now.

@glyh glyh mentioned this pull request Nov 6, 2025
8 tasks
@glyh
Copy link
Member

glyh commented Nov 6, 2025

There's 2 other changes in that MIP

  • update vesting logic
  • remove zkapp soft limit

Are they already implemented & merged somewhere else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants