You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
This PR reduces contract-package footprint and increases release-build memory headroom.
Replaces Venus contract dependencies with slim package variants.
Sources BSC contract addresses from package deployment manifests instead of hardcoded constants.
Raises the Node.js heap limit, pins the release runner to Ubuntu 22.04, and adjusts npm setup.
Regenerates the dependency lockfile for the slim packages.
Confidence Score: 5/5
The PR appears safe to merge, with no concrete changed-code failure identified.
The package-derived contract addresses preserve the previous BSC targets, and the release and dependency changes align with the intended lower-memory build and trusted-publishing paths.
Important Files Changed
Filename
Overview
.github/workflows/cd.yaml
Adds a 4 GB Node.js heap limit, pins Ubuntu 22.04, and removes setup-node registry configuration while retaining the npm trusted-publishing setup.
apps/evm/package.json
Moves Venus contract dependencies to pinned slim releases to reduce installation and build memory usage.
apps/evm/src/libs/contracts/config/index.ts
Replaces hardcoded BSC addresses with equivalent values from Venus protocol and periphery deployment manifests.
packages/chains/package.json
Pins chain-generation dependencies to slim Venus contract packages.
yarn.lock
Updates dependency resolution to the selected slim contract packages and removes their unused transitive dependency trees.
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
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.
Changes