CP-14901: Bump avalanchejs to 5.1.1-alpha.2, core SDKs to alpha.94, vm-modules to 4.0.1 for final ACP-236 wire format - #4014
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo to use @avalabs/avalanchejs@5.1.1-alpha.2 so Core Mobile picks up the final ACP-236 wire-format encoding/decoding behavior (via both the direct dependency and the root-level Yarn resolution), aligning mobile with Fuji’s Helicon-era node behavior.
Changes:
- Bump
@avalabs/avalanchejsfrom5.1.0-alpha.5→5.1.1-alpha.2inpackages/core-mobile. - Update the root Yarn resolution for
@avalabs/avalanchejsto force the whole workspace dependency tree onto5.1.1-alpha.2. - Refresh
yarn.lockto reflect the single resolved@avalabs/avalanchejs@5.1.1-alpha.2entry and updated checksums.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
package.json |
Updates the root resolution to force @avalabs/avalanchejs@5.1.1-alpha.2 across the workspace dependency graph. |
packages/core-mobile/package.json |
Bumps Core Mobile’s direct dependency on @avalabs/avalanchejs to 5.1.1-alpha.2. |
yarn.lock |
Records the new resolved @avalabs/avalanchejs@5.1.1-alpha.2 and related lockfile checksum updates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Coverage report ✅2/2 packages passed thresholds 🟢 @avalabs/core-mobile
🟢 @avalabs/k2-alpine
Artifacts and threshold sources
Source run: Mobile PR |
B0Y3R-AVA
force-pushed
the
boyer/cp-14767
branch
from
July 29, 2026 13:54
21c5f61 to
edc42d2
Compare
B0Y3R-AVA
force-pushed
the
boyer/cp-14767
branch
from
July 29, 2026 15:07
edc42d2 to
1dfbf4b
Compare
….94, vm-modules to 4.0.1 (mirror extension #1000)
B0Y3R-AVA
force-pushed
the
boyer/cp-14767
branch
from
July 29, 2026 17:32
1dfbf4b to
4dacca1
Compare
bohdan-struk-avalabs
approved these changes
Jul 29, 2026
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.
Description
Ticket: CP-14901 (upstream SDK alignment: CP-14767)
Moves mobile to the final ACP-236 wire format, now that Helicon is live on Fuji — mirroring the extension's core-extension#1000:
@avalabs/avalanchejs5.1.0-alpha.5→5.1.1-alpha.2(direct dep + root resolution).5.1.0-alpha.xships the draft ACP-236 codec; against a Fuji 1.15.0 node it misreads the new length-prefixed NodeID inAddAutoRenewedValidatorTxand fails withcouldn't unmarshal interface: unknown type ID(see Slack thread and core-vm-modules#462). The codec fix isfix: align acp-236 transactions encoding(avalanchejs#1000).3.1.0-canary.672f5c3.0→3.1.0-alpha.94. The canary (cut foradditionalOutputson delegator txs) is fully contained inalpha.94(avalanche-sdks#785), which additionally includesfix: align acp-236 transaction types(avalanche-sdks#792) — i.e.core-wallets-sdkis now compiled against the final codec, closing the "wallets-sdk rebuild" follow-up from the earlier revision of this PR (parseAddAutoRenewedValidatorTxnow matches the final format).4.0.0→4.0.1. The only change between the tags ischore: update sdks(core-vm-modules#463), aligning the modules' own avalanchejs/SDK pins to5.1.1-alpha.2/alpha.94.yarn.lockconfirms a single@avalabs/avalanchejs@5.1.1-alpha.2, singlecore-wallets-sdk@3.1.0-alpha.94, and singlevm-module-types@4.0.1after the bump — no duplicate copies that could breakinstanceofchecks in signing code.Screenshots/Videos
N/A — dependency bump, no UI change.
Testing
Dev Testing (if applicable)
tsc -p .clean (fresh build, no incremental cache).AddAutoRenewedValidatorTxshould unmarshal and parse end to end — pending re-verification on a Fuji build of this revision.QA Testing (if applicable)
Checklist
Please check all that apply (if applicable)