Skip to content

[codex] Add Android universal wallet readiness gates#1257

Merged
takemiyamakoto merged 18 commits into
developfrom
codex/android-universal-wallet-readiness
Jun 30, 2026
Merged

[codex] Add Android universal wallet readiness gates#1257
takemiyamakoto merged 18 commits into
developfrom
codex/android-universal-wallet-readiness

Conversation

@takemiyamakoto

Copy link
Copy Markdown
Contributor

Summary

  • adds Android Universal Wallet V2 contracts, shared registry/default derivations, and migration/export-only guardrails
  • adds Bitcoin, Solana, TON, and Iroha/Taira client, balance/history, routing, and fail-closed transfer surfaces
  • adds public shared modules, open-source boundary audits, branch-flow gates, XCM executable route evidence gates, and release docs
  • removes tracked private/binary artifacts from the public repo and replaces the PushPayment jar path with source coverage

Validation

  • bash scripts/test-branch-flow-audit.sh && bash scripts/audit-branch-flow.sh
  • bash scripts/test-todo-debt-audit.sh && bash scripts/audit-todo-debt.sh
  • bash scripts/test-private-overlay-boundary.sh && bash scripts/audit-public-artifacts.sh
  • bash scripts/test-xcm-registry-metadata-audit.sh && bash scripts/audit-xcm-registry-metadata.sh --require-executable --write-gap-report build/reports/xcm-registry-gap-report.json --require-route-file scripts/xcm-required-routes.tsv --require-gap-file scripts/xcm-discovery-only-routes.tsv
  • bash scripts/test-xcm-production-evidence-audit.sh && bash scripts/audit-xcm-production-evidence.sh
  • bash scripts/check-iroha-mobile-sdk-release-assets.sh --self-test
  • ./gradlew :public-shared-features-xcm:testDebugUnitTest --tests jp.co.soramitsu.xcm.XcmServiceTest --tests jp.co.soramitsu.xcm.domain.XcmEntitiesFetcherTest --tests jp.co.soramitsu.xcm.SubstrateXcmTransferEngineTest :feature-wallet-impl:compileDebugKotlin --no-daemon --console=plain --stacktrace
  • ./gradlew detektAll --no-daemon --console=plain --stacktrace
  • ./gradlew runTest :app:lint :app:assembleDebug --no-daemon --console=plain --stacktrace

Release notes

  • XCM production evidence remains blocked until operator-run route evidence is recorded in scripts/xcm-production-evidence.json.
  • Private release overlays remain CI/local-only and are checked by the public artifact/private-overlay gates.

@takemiyamakoto
takemiyamakoto force-pushed the codex/android-universal-wallet-readiness branch 5 times, most recently from 3119e5f to b70b939 Compare June 26, 2026 00:25
@takemiyamakoto
takemiyamakoto force-pushed the codex/android-universal-wallet-readiness branch from b70b939 to 329ff9e Compare June 26, 2026 00:41
@takemiyamakoto
takemiyamakoto marked this pull request as ready for review June 26, 2026 01:33

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 329ff9e30e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread runtime/src/main/java/jp/co/soramitsu/runtime/multiNetwork/chain/model/Chain.kt Outdated
@takemiyamakoto
takemiyamakoto merged commit d275a99 into develop Jun 30, 2026
2 checks passed
@takemiyamakoto
takemiyamakoto deleted the codex/android-universal-wallet-readiness branch June 30, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant