Skip to content

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

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

chore(deps): bump @scallop-io/sui-scallop-sdk from 4.4.0 to 5.3.0#39
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/scallop-io/sui-scallop-sdk-5.3.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Release notes

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

v5.3.0

What's Changed

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

v5.2.6

What's Changed

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

v5.2.5

What's Changed

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

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

... (truncated)

Changelog

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

5.3.0 (2026-08-18)

Added

  • New custom xOracle provider. SupportedOracleType now includes 'custom', and updateOracles routes such coins through CustomOracleRule, which reads a single authorized on-chain price registry (core.oracles.custom.registry) via core.packages.customOracle.id rather than per-coin feed metadata. When those addresses are unconfigured the rule throws a typed ScallopTransactionBuildError naming the missing path instead of building an invalid Move call. AddressesInterface gains core.oracles.custom (registry, registryCap) (ae9b25a)
  • xOracle price-feed entries for wal, haedal, hawal, wwal, xbtc, zwbtc, suiusde, usdsui, xaum, and scasui, all resolving through Pyth (ae9b25a)
  • On-chain asset-oracle reads now recognize custom rules: getAssetOraclesFromOnChain maps the custom rule type so coins priced by it report their real primary/secondary providers instead of silently omitting them. Requires core.packages.customOracle.object from the address API (47ce731)

Changed

  • sca now resolves its primary price through the custom oracle instead of Pyth. SCA price updates require core.packages.customOracle.id and core.oracles.custom.registry to be populated by the address API; until then updateOracles for SCA throws ScallopTransactionBuildError (ae9b25a)

Deprecated

  • The exported type SupportOracleType is renamed to SupportedOracleType. The old name remains as a deprecated alias and will be removed in the next major — update imports from @scallop-io/sui-scallop-sdk/types at your convenience (47ce731)

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

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

---
updated-dependencies:
- dependency-name: "@scallop-io/sui-scallop-sdk"
  dependency-version: 5.3.0
  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 24, 2026
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