You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(withdraw-cli): use canonical cost-model order for script-integrity hash
The Conway-safe protocol-params patch sorted Blockfrost's named
`cost_models` parameters alphabetically — not the canonical Plutus order —
so the script-integrity hash mismatched the ledger's and every real
withdraw was rejected with PPViewHashesDontMatch. Build and evaluation
pass, so the fault only surfaced on submit.
Use `cost_models_raw` (Blockfrost's positional, already-canonical array);
the named-object fallback now preserves insertion order.
Verified on Preprod: a Withdraw now submits and confirms on-chain.
0 commit comments