VALIDITY_RANGE_SLOTS const was hardcoded to 1799 (Sulkta's 30min budget minus 1 slot). For tiny test DAOs (preprod_test: 30s) this overshoots the governor's create_proposal_time_range_max_width and the validator rejects with CekError on submit. Now: derive max width from GovernorDatum.create_proposal_time_range_max_width / 1000 - 1, capped at VALIDITY_RANGE_SLOTS for safety. |
||
|---|---|---|
| .. | ||
| aldabra-chain | ||
| aldabra-core | ||
| aldabra-dao | ||
| aldabra-mcp | ||