Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 14:35
4497c4d

0.11.0 (2026-08-29)

⚠ BREAKING CHANGES

  • WALLET_MODE now defaults to paybox instead of evm.
  • cpu_return_lot takes a new required input, maxTransitFeeWei. cpu_quote_lot_return's transitPaid is renamed to maxTransitFee and joined by maxTransitFeeWei — a quote debits nothing, it names a ceiling.

Features

  • default to Paybox and remove AGW wallet mode (#22) (b681747)
  • evict foreign lots and return their remainders home (0c47ba2)
  • plugin: add operator-cpu game harness (#26) (ce0270c)

Bug Fixes

  • account for land metadata publication charge (#18) (6a5093a)
  • align mcp with current contract behavior (#25) (4c4d071)
  • guide reveal CPU shortfalls (#21) (8b1b293)
  • stop double-counting reserved warehouse space (#23) (69c204a)