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
optional fromTokenAddress on getCheckoutTransactionQuote for native tokens
getWalletOptionsCatalogue on the client
multi-network support in getBalances
WaaS Tron wallet provider extension in @dynamic-labs-sdk/tron
None of these are breaking, so no code changes are needed in the demo — only the package version bumps and the lockfile.
vite build succeeds; npm run lint reports the same 4 pre-existing custom-rules/ban-ethereum-eth-terms rule-not-found errors as on main (the rule definition isn't installed in this repo) — no new lint errors introduced.
Review & Testing Checklist for Human
npm install from a clean clone and confirm the lockfile resolves cleanly against registry.npmjs.org (no JFrog URLs, no auth needed).
Run the demo (npm run dev) and spot-check that login, wallet listing, and a couple of network operations still work after the bump.
Notes
Lockfile was regenerated with npm install --userconfig=/dev/null --registry=https://registry.npmjs.org/ to bypass the host's JFrog .npmrc; the resulting package-lock.json has zero fbinfra555artifactory references.
No package.json changes other than the version specifiers — this is purely a version bump.
You only need to look in the following repos: dynamic-labs-oss/react-via-js-example-app, dynamic-labs/documentation, dynamic-labs/dynamic-js-sdk, dynamic-labs-oss/vue-via-js-example-app
I'll be helping with this pull request! Here's what you should know:
✅ I will automatically:
Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
Look at CI failures and help fix them
Note: I can only respond to comments from users who have write access to this repository.
⚙️ Control Options:
Disable automatic comment and CI monitoring
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.
Summary
Bumps every
@dynamic-labs-sdk/*dependency from^1.2.1to^1.3.0and regeneratespackage-lock.jsonfrom the public npm registry (no JFrog URLs).v1.3.0(dynamic-js-sdk CHANGELOGv1.2.1...v1.3.0) adds:fromTokenAddressongetCheckoutTransactionQuotefor native tokensgetWalletOptionsCatalogueon the clientgetBalances@dynamic-labs-sdk/tronNone of these are breaking, so no code changes are needed in the demo — only the package version bumps and the lockfile.
vite buildsucceeds;npm run lintreports the same 4 pre-existingcustom-rules/ban-ethereum-eth-termsrule-not-found errors as onmain(the rule definition isn't installed in this repo) — no new lint errors introduced.Review & Testing Checklist for Human
npm installfrom a clean clone and confirm the lockfile resolves cleanly againstregistry.npmjs.org(no JFrog URLs, no auth needed).npm run dev) and spot-check that login, wallet listing, and a couple of network operations still work after the bump.Notes
npm install --userconfig=/dev/null --registry=https://registry.npmjs.org/to bypass the host's JFrog.npmrc; the resultingpackage-lock.jsonhas zerofbinfra555artifactoryreferences.package.jsonchanges other than the version specifiers — this is purely a version bump.Link to Devin session: https://app.devin.ai/sessions/7640dd9296364a63a42fb8d6500767a1
Requested by: @matthew1809