[Release] Candidate (beta)#82
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
4befff0 to
f3f5dcd
Compare
f3f5dcd to
515c9e1
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@polymarket/bindings@0.1.0-beta.3
Patch Changes
listComboPositionsfor fetching combo positions with typed response bindings and SDK-owned pagination.@polymarket/client@0.1.0-beta.3
Patch Changes
createSecureClientto the authenticated signer's current deterministic Deposit Wallet when no wallet is provided. The client now derives the current Deposit Wallet at runtime, deploys it when needed, and preserves explicit EOA and existing wallet behavior.setupTradingApprovalsidempotent by checking existing ERC-20 allowances and ERC-1155 operator approvals before submitting transactions. The method now waits internally and returns a deprecated compatibility handle for callers that still callwait().amount: 'max'for combo merge.UserInputError./event/{slug}market URLs when fetching markets by URL.listEventsto open events whenclosedis omitted.listComboPositionsfor fetching combo positions with typed response bindings and SDK-owned pagination.createSecureClientauthentication to accept an explicitnonce: 0, matching the documented default nonce behavior.@polymarket/types@0.1.0-beta.3
Patch Changes
Note
Medium Risk
The diff is release metadata only, but merging publishes a beta that includes authentication, deposit-wallet defaults, and on-chain approval/trading changes that can affect production integrators.
Overview
This is a Changesets beta release PR: it bumps
@polymarket/bindings,@polymarket/client, and@polymarket/typesfrom 0.1.0-beta.2 → 0.1.0-beta.3, expands.changeset/pre.jsonwith the queued changeset IDs, and adds 0.1.0-beta.3 entries to each package changelog (no application source changes in the diff).The published client release bundles wallet/auth and trading behavior updates: defaulting
createSecureClientto the signer’s Deposit Wallet, idempotentsetupTradingApprovals, explicitnonce: 0auth, combo position list/split/merge/redeem APIs, maker RFQ WebSocket (and quoter URL fix), legacy trade listing/timestamp fixes,listEventsdefaulting to open, market URL and GTD expiration fixes, and Node ≥24 plus npm provenance metadata across packages. Bindings addslistComboPositions, RFQ WS bindings, tag/series API cleanup, and related docs; types mainly reflects engines and repository metadata.Reviewed by Cursor Bugbot for commit 515c9e1. Bugbot is set up for automated code reviews on this repo. Configure here.