Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 2.19 KB

File metadata and controls

13 lines (11 loc) · 2.19 KB

Fearless iOS Milestones

Status Milestone Notes Owner / Next Steps
TON balance infrastructure landed Toggle-driven TON env switch, TonAPI assembly boot, jetton injector, TonRemoteBalanceFetching, and assemblies wiring (commit 7c3eda9) TON flows now display balances; continue with TonConnect work once Polkadot work stabilises.
Shared-features-spm pin hardened Repo, docs, and tooling now enforce b820bfd to stay aligned with polkadot-stable2503; SPM mirrors + manifest patches keep resolution deterministic Monitor upstream for the next blessed revision; rerun scripts/dev-setup.sh after bumps.
Chain registry URL bumped to v13 App now fetches chains/v13 (dev + prod) so registry/types match polkadot-stable2503 without manual overrides Keep an eye on shared-features-utils for future registry revs and update config promptly.
Polkadot SDK polkadot-stable2503 alignment Dependencies bumped; registry snapshots revalidated on 2026-03-19. Storage request regressions now have dedicated unit coverage, but runtime/type bundles and live staking flows still need validation against the new release Run simulator-backed tests plus Polkadot/Kusama smoke checks against current metadata; fix any SCALE/runtime drift before marking complete.
Relay-chain staking regression suite Low-level staking storage request coverage is now in StorageRequestTests, but dedicated verification for validators, bonding, and payouts on Polkadot/Kusama is still outstanding under the new runtime metadata Run scripts/test-matrix.sh in a CoreSimulator-capable environment, then complete manual staking flows and capture any remaining fixes.
🔜 TonConnect v2 integration No client/session plumbing yet; UX should reuse WalletConnect patterns while modernising that stack Pick TonConnect SDK, design approval UI, wire signing adapters and session persistence.
🔜 Repo & utilities cleanup Goal: trim duplication, enforce mirrors, document setup, and reduce flaky tooling Audit scripts, remove unused deps, add CI checks for mirrors, and capture follow-up issues.

Legend: ✅ Completed · ⏳ In progress · 🔜 Planned