[codex] Add Android universal wallet readiness gates#1257
Merged
takemiyamakoto merged 18 commits intoJun 30, 2026
Conversation
takemiyamakoto
force-pushed
the
codex/android-universal-wallet-readiness
branch
5 times, most recently
from
June 26, 2026 00:25
3119e5f to
b70b939
Compare
takemiyamakoto
force-pushed
the
codex/android-universal-wallet-readiness
branch
from
June 26, 2026 00:41
b70b939 to
329ff9e
Compare
takemiyamakoto
marked this pull request as ready for review
June 26, 2026 01:33
There was a problem hiding this comment.
💡 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".
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
bash scripts/test-branch-flow-audit.sh && bash scripts/audit-branch-flow.shbash scripts/test-todo-debt-audit.sh && bash scripts/audit-todo-debt.shbash scripts/test-private-overlay-boundary.sh && bash scripts/audit-public-artifacts.shbash 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.tsvbash scripts/test-xcm-production-evidence-audit.sh && bash scripts/audit-xcm-production-evidence.shbash 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 --stacktraceRelease notes
scripts/xcm-production-evidence.json.