aldabra/crates
Kayos 5235a5d4c3 fix(dao): center starting_time in proposal_create validity window
For tiny-window test DAOs (preprod_test: 30s), the prior anchor
(valid_from = starting_time, invalid_from = starting_time + 30)
gave zero past-side slack. With koios block_time vs real chain
clock skewing ±60s on the public endpoint, hitting that window
is essentially a coin flip — the tx submits but never confirms
because the next block lands after invalid_from.

Centering keeps the validator-required width unchanged but moves
valid_from to starting_time - 15, so the chain now has 15s of
past-side slack to land the tx in a block. Same width, same
in-script time check (starting_time still ∈ [valid_from, invalid_from)),
better landing odds.

Sulkta-shape DAOs (1800s windows) are unaffected: 900s of slack
each side is plenty either way.
2026-05-07 20:19:27 -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): center starting_time in proposal_create validity window 2026-05-07 20:19:27 -07:00
aldabra-mcp fix(dao): anchor proposal-create validity range on starting_time_slot 2026-05-07 17:31:45 -07:00