aldabra/crates/aldabra-dao
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
..
examples diag: also exercise aldabra-core's build_unsigned_payment_extras 2026-05-07 16:30:20 -07:00
src fix(dao): use PermitVote (not DepositWithdraw) for stake spend on proposal_create 2026-05-07 18:09:20 -07:00
Cargo.toml feat(dao): scaffold aldabra-dao crate (Phase 1 reads) 2026-05-05 13:40:12 -07:00