oo-propose
Calls oo_resolution::propose<T> against an OO MarketLink with a DUSDC bond.
Returns the new
Proposal id. Finalizable after the 30-min challenge window.
oo-finalize
Calls oo_resolution::finalize_auto<T> (no dispute) or finalize_vote<T> (post-DAO-vote). Pre-flight reads the Proposal and prints time-remaining instead of letting the Move call abort early.
Errors:
EChallengeWindowOpen. Challenge deadline not reached. Script prints time-remaining instead.EVoteWindowOpen. Vote deadline not reached.EWrongState. Tryingfinalize_autoon aDISPUTEDproposal, orfinalize_voteon anOPENone.

