aldabra/crates
Kayos 5e6cb7056b fix(dao): wire V2 cost model into advance/cosign/vote/stake_destroy
Same trap that hit proposal_create yesterday: every spending tx that
witnesses a PlutusV2 script (Agora's proposal_validator, stake_validator,
proposalSt policy on burn) needs language_view in the tx body so the
chain-side script_data_hash matches the off-chain one. Without this the
chain rejects with PPViewHashesDontMatch.

proposal_create got the fix in 044ebd23. The other four builders shipped
without it, so dao_proposal_advance_unsigned (Draft → Finished on
preprod_test #0) hit PPViewHashesDontMatch on submit. Mirror the same
language_view + ScriptKind::PlutusV2 + PLUTUS_V2_COST_MODEL_PREPROD
wiring into the remaining four staging chains.
2026-05-07 18:56:57 -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): wire V2 cost model into advance/cosign/vote/stake_destroy 2026-05-07 18:56:57 -07:00
aldabra-mcp fix(dao): anchor proposal-create validity range on starting_time_slot 2026-05-07 17:31:45 -07:00