Conversation
|
@codex klanker bro, what do you say? |
|
To use Codex here, create an environment for this repo. |
|
@codex review deez |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6c7935ad2b
ℹ️ 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".
|
@codex how is this? |
|
I’d call this “close, but not ready to merge yet”. Quick verdictThe two P2 comments look valid to me, and both can cause real regressions:
Recommendation
Commands I used to verify
|
R8 and stabilize runtime tests
|
https://github.com/codex how is this? |
Summary
Build tooling: Forced Gradle to pick the published com.android.tools:r8:8.8.34 instead of the missing 8.8.24 artifact (gradle/libs.versions.toml:72, build.gradle:25-36) to keep Kotlin 2.1 metadata compatible. Release notes were expanded with explicit validation and rollout steps so 4.2.0 packaging expectations stay in sync (docs/ releases/4.2.0.md:1-80).
Lint/perf fixes: Suppressed the safe vibrator call and removed the incompatible setHasFixedSize usage so lint stops blocking (common/src/main/java/jp/co/soramitsu/common/vibration/DeviceVibrator.kt:1-17, common/src/main/java/jp/co/soramitsu/common/view/bottomSheet/list/dynamic/DynamicListBottomSheet.kt:45-48). Escaped the literal percent signs for APY across the base strings and all translated locales to satisfy StringFormatInvalid (common/src/main/res/values/strings.xml:918-919, along with the corresponding values-pt, values-ru, values-tr, values-vi, values- zh, values-ja, values-in files at their staking string entries).
Runtime tests: Updated the ChainAssetRemote fixture to pass coinbaseUrl = null and made the Mockito eq(emptyList()) calls type-safe so Kotlin 2.1 unit tests compile again (runtime/src/test/java/jp/co/soramitsu/runtime/multiNetwork/chain/ChainSyncServiceTest.kt:40-154).
Signing workflow: Added keystore resolution helpers that read the release keystore path/password/alias from environment variables or local.properties, then fall back to the repo-local fearless-upload.jks (app/build.gradle:1- 59). Added the new keystore file to .gitignore so it remains untracked (.gitignore:18-20).
Related Issue
Closes # (or) Relates to #
Type of Change
Screenshots / Videos
If UI changes, include before/after.
Test Plan
Commands run locally:
Additional checks and scenarios covered:
Risks & Rollout
Potential impact, migrations, or config/secrets required.
Checklist