-
Notifications
You must be signed in to change notification settings - Fork 0
Logbook July 2026
Paolo Veronelli edited this page Jul 24, 2026
·
4 revisions
Week of Jul 6 — Onchain integration deepened: the onchain pin was bumped again to adopt the previousPolicies state parameter, threaded through state-script hashing and the CLI and e2e boot configs. Alongside, a fix opened to keep the collateral input disjoint from spent inputs so cage transactions stay wallet-signable, and the /facts/boot endpoint was extended to accept multiple wallet addresses.
- Merged Bump onchain pin and apply previousPolicies state param #389
- Opened fix(cage): collateral input must be disjoint from spent inputs (wallet-signable) #387
- Opened feat(http): /facts/boot accepts multiple wallet addresses #390 —
POST /facts/bootnow takes a list of addresses and returns the mergedwallet_utxos, each with an inclusion proof against a single snapshot root; back-compat single-address form kept. Unblocks the browser register path so a wallet with coins spread across addresses is seen in full.