Skip to content

chore(deps): bump @scallop-io/sui-scallop-sdk from 4.4.0 to 5.2.1 - #31

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/scallop-io/sui-scallop-sdk-5.2.1
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/scallop-io/sui-scallop-sdk-5.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps @scallop-io/sui-scallop-sdk from 4.4.0 to 5.2.1.

Release notes

Sourced from @​scallop-io/sui-scallop-sdk's releases.

v5.2.1

What's Changed

Full Changelog: scallop-io/sui-scallop-sdk@v5.2.0...v5.2.1

v5.2.1-alpha.2

Full Changelog: scallop-io/sui-scallop-sdk@v5.2.1-alpha.1...v5.2.1-alpha.2

v5.2.1-alpha.1

Full Changelog: scallop-io/sui-scallop-sdk@v5.1.1-alpha.1...v5.2.1-alpha.1

v5.2.0

What's Changed

Full Changelog: scallop-io/sui-scallop-sdk@v5.1.1...v5.2.0

v5.1.1

Full Changelog: scallop-io/sui-scallop-sdk@v5.1.0...v5.1.1

v5.1.1-alpha.1

Full Changelog: scallop-io/sui-scallop-sdk@v5.1.0...v5.1.1-alpha.1

v5.1.0

Full Changelog: scallop-io/sui-scallop-sdk@v5.0.0...v5.1.0

v4.5.0-alpha.3

Full Changelog: scallop-io/sui-scallop-sdk@v4.5.0-alpha.2...v4.5.0-alpha.3

v4.5.0-alpha.2

What's Changed

Full Changelog: scallop-io/sui-scallop-sdk@v4.5.0-alpha.1...v4.5.0-alpha.2

v4.5.0-alpha.1

Full Changelog: scallop-io/sui-scallop-sdk@v4.4.0-alpha.3...v4.5.0-alpha.1

Changelog

Sourced from @​scallop-io/sui-scallop-sdk's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.2.5 (2026-08-01)

Fixed

  • The borrow-incentive pool query used the raw on-chain pool_type field (which can be an object) instead of the parsed pool type, and silently dropped point updates once a reward campaign was exhausted instead of still emitting the accrued points with a zeroed APR (c5d68c0)

5.2.3 (2026-07-31)

Fixed

  • The legacy price-update path (legacyUpdateAssetPricesQuick / legacyUpdateOracles) did not override core.packages.pyth, so it called the current Pyth adapter package against the legacy Pyth state objects — the legacy address map now patches the adapter package too (bb96368)

5.2.2 (2026-07-31)

Added

  • legacyUpdateAssetPricesQuick (tx builder) and legacyUpdateOracles (oracle context) — a temporary price-update path against the legacy xOracle + Pyth deployment, for price feeds the new Pyth Core does not yet support. Will be removed once those feeds are supported (6730c78)

Changed

  • Pyth price-feed update failures now log at error instead of warn (4c692c2, 23f86d9)
  • xOracle price-update move calls now resolve the xOracle package and object from the address registry, and reference the clock via the transaction block's own clock helper instead of a hand-built shared-object ref (6730c78)

Fixed

  • Fetching Pyth price-feed update data through the Scallop indexer threw TypeError: data.data.replace is not a function — the indexer returns data.data as an array of hex strings, not a single string (4c692c2, 23f86d9)
  • The poolAddresses market-object schema expected a flat size field, but the on-chain AcTable nests it under bag — causing a parse failure on the market object (6730c78)

5.2.0 (2026-07-29)

Added

  • Export ScallopPythClient from the package root (bdb6b5e)

Changed

  • Pinned the @scallop-io/sui-kit peer dependency to ~2.2.0 (previously >=2.2.0) (ee16c44)

Fixed

  • Coin selection (selectCoin/selectMarketCoin/selectSCoin, used by supply/borrow/repay/liquidate/collateral/veSCA/spool/sCoin quick methods) now uses coinWithBalance instead of manually splitting take/left coins from pinned coin objects — avoids version-mismatch errors when the coin index lags the object store (ee16c44)

5.1.0 (2026-07-26)

Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@scallop-io/sui-scallop-sdk](https://github.com/scallop-io/sui-scallop-sdk) from 4.4.0 to 5.2.1.
- [Release notes](https://github.com/scallop-io/sui-scallop-sdk/releases)
- [Changelog](https://github.com/scallop-io/sui-scallop-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/scallop-io/sui-scallop-sdk/commits/v5.2.1)

---
updated-dependencies:
- dependency-name: "@scallop-io/sui-scallop-sdk"
  dependency-version: 5.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #34.

@dependabot dependabot Bot closed this Aug 10, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/scallop-io/sui-scallop-sdk-5.2.1 branch August 10, 2026 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants