Release/1181.0.0 - #9795
Merged
Merged
Conversation
Bigshmow
force-pushed
the
release/1181.0.0
branch
from
August 5, 2026 17:34
3c75273 to
f332173
Compare
Bigshmow
force-pushed
the
release/1181.0.0
branch
from
August 5, 2026 17:52
f332173 to
5bb98f7
Compare
Bigshmow
marked this pull request as ready for review
August 5, 2026 18:00
|
✅ No changelog changes needed. |
geositta
requested changes
Aug 5, 2026
geositta
left a comment
Contributor
There was a problem hiding this comment.
Please remove the generated tsconfig.tsbuildinfo file. Otherwise the bump correctly reflects the documented OrderType, PerpsErrorCode, and order validation breaking changes, and the consumer facing changes since 10.0.0 are represented in the changelog.
Bigshmow
enabled auto-merge
August 5, 2026 18:58
geositta
approved these changes
Aug 5, 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.
Explanation
Releases @metamask/perps-controller as version 11.0.0 (major bump). This release ships trigger placement order types (stop/take-profit market and limit), partial TP/SL support, several new PERPS_ERROR_CODES entries, and a number of fixes to order validation, position closing, and TP/SL management. The major bump is required because the release includes multiple breaking changes — notably the widened OrderType union, the expanded PerpsErrorCode union, and changes to placeOrder's handling of grouping/tpslLinkage.
References
ApiRequestError: Multi-sig required#9769 (multi-sig account handling)Checklist
Note
Low Risk
This PR is version and changelog edits only; trading risk applies to consumers upgrading to perps-controller 11.0.0, not to merging this release metadata.
Overview
This release PR only updates version metadata: the root monorepo goes to 1181.0.0 and
@metamask/perps-controlleris published at 11.0.0 (major bump). The new [11.0.0] changelog section documents what that release contains—no implementation changes appear in this diff.Consumers adopting 11.0.0 should treat it as a breaking upgrade:
OrderTypenow includes stop/take-profit market and limit placement types (withtriggerPriceand related validation), partial TP/SL sizes andPosition.takeProfitOrders/stopLossOrders, provider-agnostictpslLinkage, additionalPERPS_ERROR_CODES(e.g.EXCHANGE_ACCOUNT_NOT_FOUND), and stricterplaceOrderTP/SL grouping rules. Client code that narrowsOrderTypeto'market' | 'limit'or exhaustive-mapsPerpsErrorCodemust be updated when bumping the dependency.Reviewed by Cursor Bugbot for commit b7890d2. Bugbot is set up for automated code reviews on this repo. Configure here.