aldabra/crates
Kayos 66eacf5749 fix(dao): clamp proposal-create validity range to per-DAO max_width
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.
2026-05-07 17:12:10 -07:00
..
aldabra-chain v0.2: 8 chain_* read-only Koios passthrough MCP tools 2026-05-05 07:01:32 -07:00
aldabra-core plutus_mint: thread additional_signers into tx body's required_signers 2026-05-07 10:33:55 -07:00
aldabra-dao fix(dao): clamp proposal-create validity range to per-DAO max_width 2026-05-07 17:12:10 -07:00
aldabra-mcp mcp: add reference_script_path arg to bypass MCP large-string transport bug 2026-05-07 16:45:53 -07:00