All notable changes to this Soroban workspace are documented here.
- Workspace crate versions aligned to 0.1.1.
soroban-sdkworkspace dependency updated to 21.7.7 (from 21.7.0), withCargo.lockkept in sync.
- myfans-token: Temporary allowance TTL is extended so entries remain readable through
expiration_ledger + 1, allowingtransfer_fromto returnAllowanceExpiredinstead ofNoAllowanceafter Soroban 21.7 TTL behavior; TTL is refreshed after partialtransfer_fromandclear_allowance. - Tests: Adjusted for SDK/host semantics (contract-scoped event emission, ledger jumps vs instance TTL,
WithdrawEventdecoding, empty auths viamock_auths(&[])/set_auths, and related integration cases).
scripts/release-check.shasserts the workspacesoroban-sdkpin inCargo.toml(update the script when bumping the SDK).