aldabra/crates
Kayos 1bc4e949ab fix(dao): use PermitVote (not DepositWithdraw) for stake spend on proposal_create
Stake validator's DepositWithdraw branch requires locked_by to stay
EMPTY. proposal_create wants to ADD a Created lock for the new
proposal — that's PermitVote's job, not DepositWithdraw's.

Caught by base64-decoding the CekError's failing-script header on
preprod_test today: 0x59 0x14 0x37 = bytes(5175) ⇒ 5178-byte script
= stake validator (57d6b17f), not the governor we'd been suspecting.

This is the audit C-2b fix that landed late.
2026-05-07 18:09:20 -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): use PermitVote (not DepositWithdraw) for stake spend on proposal_create 2026-05-07 18:09:20 -07:00
aldabra-mcp fix(dao): anchor proposal-create validity range on starting_time_slot 2026-05-07 17:31:45 -07:00