Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

v5.2.6

What's Changed

Full Changelog: scallop-io/sui-scallop-sdk@v5.2.5...v5.2.6

v5.2.4

What's Changed

Full Changelog: scallop-io/sui-scallop-sdk@v5.2.3...v5.2.4

v5.2.3

What's Changed

Full Changelog: scallop-io/sui-scallop-sdk@v5.2.2...v5.2.3

v5.2.2

What's Changed

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

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

... (truncated)

Changelog

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

5.2.6 (2026-08-03)

Changed

  • Breaking (types only): ScallopQuery, ScallopBuilder, ScallopClient, and Scallop are now generic over the read transport and default to 'grpc', so coreClient resolves to the concrete SuiGrpcClient or SuiGraphQLClient for the configured readTransport instead of the union of both. This makes generic-signature Core methods such as simulateTransaction callable without narrowing. Runtime behavior is unchanged; code that annotates a GraphQL instance with a bare ScallopQuery / ScallopBuilder / ScallopClient must now write ScallopQuery<'graphql'> or the transport-agnostic ScallopQuery<ReadTransport> (ReadTransport is exported from the package root) (4e83cee)

  • getTvl now prices the TVL calculation from Pyth (with the built-in per-coin on-chain fallback, then the indexer for anything still missing) instead of always reading indexer prices — reported TVL values may differ from previous releases. Passing indexer: true (or source: 'indexer' / 'indexer-first') still reads indexer prices only (403eb5d)

  • getAllCoinPrices, getLendings, and getSCoinSwapRate now resolve coin prices through one shared chain — Pyth API, then the on-chain feed, then the indexer — and honor the legacy source: 'indexer' | 'indexer-first' option, which previously left price reads on Pyth while routing market data to the indexer (403eb5d)

Fixed

  • getLendings had no price fallback: any coin Pyth returned as missing or 0 stayed 0, zeroing that pool's supplied and borrowed values. Missing prices are now backfilled from the indexer (403eb5d)
  • Indexer price-fallback failures in getSCoinSwapRate were swallowed silently; they now surface through the SDK logger as a warning (403eb5d)

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

... (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.6.
- [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.6)

---
updated-dependencies:
- dependency-name: "@scallop-io/sui-scallop-sdk"
  dependency-version: 5.2.6
  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 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #39.

@dependabot dependabot Bot closed this Aug 24, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/scallop-io/sui-scallop-sdk-5.2.6 branch August 24, 2026 04:58
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