Bump stellar-sdk from 0.9.2 to 8.2.3
Bumps stellar-sdk from 0.9.2 to 8.2.3.
Release notes
Sourced from stellar-sdk's releases.
v8.2.3
Fix
- Fix server signature verification in
Utils.readChallengeTx. The function was not verifying the server account had signed the challenge transaction. Refer to the advisory for more details.v8.2.2
Fix
- Fixes a breaking bug introduced in v8.2.0 in which
AccountResponseno longer conformed to theStellarBase.Accountinterface, which was updated in [email protected] [(#655)](stellar/js-stellar-sdk#655).v8.2.1
Fix
- A defunct query paramater (
?c=[...]) has been removed now that Horizon properly sends Cache-Control headers [(#652)](stellar/js-stellar-sdk#652).v8.2.0
Add
Added support for querying the relevant transactions and operations for a claimable balance [(#628)](stellar/js-stellar-sdk#628):
TransactionCallBuilder.forClaimableBalance(): builds a query to/claimable_balances/:id/transactions/OperationCallBuilder.forClaimableBalance(): builds a query to/claimable_balances/:id/operations/Added support for new stat fields on the
/assetsendpoint [(#628)](stellar/js-stellar-sdk#628):
accounts- a breakdown of accounts using this asset by authorization typebalances- a breakdown of balances by account authorization typenum_claimable_balances- the number of pending claimable balancesclaimable_balances_amount- the total balance of pending claimable balancesAdded types for all Effects supported as an enum, and moved
Trade,Asset,Offer, andAccounttypes to separate files [(#635)](stellar/js-stellar-sdk#635).Update
Upgraded
js-stellar-basepackage to version^5.2.1from^5.1.0, refer to its release notes for more [(#639)](stellar/js-stellar-sdk#639):
- opt-in support for muxed accounts (SEP-23)
- exposing the
AuthClawbackEnabledflag to Typescript to complete Protocol 17 support- fixing a public key parsing regression
Exposed more Protocol 17 (CAP-35) operations [(#633)](stellar/js-stellar-sdk#633):
- The
/accountsendpoint now resolves theflags.auth_clawback_enabledfield.- The operation responses for
clawback,clawbackClaimableBalance, andsetTrustLineFlagsare now defined.- The operation response for
setOptionshas been updated to showauth_clawback_enabled.v8.1.1
Fix
- PROTOCOL 17 SUPPORT: Upgraded
js-stellar-basepackage to version^5.1.0from^5.0.0to expose the Typescript hints for CAP-35 operations [(#629)](stellar/js-stellar-sdk#629).A summary of the changes introduced by Protocol 17 (to the base library and the SDK) is as follows:
- New operations:
ClawbackOp,ClawbackClaimableBalanceOp, andSetTrustLineFlagsOp- Deprecations:
SetTrustLineFlagsOpnow supercedes the oldAllowTrustOp- New effects:
trustline_flags_updatedandclaimable_balance_clawed_back- Deprecations:
trustline_flags_updatedsupercedes the oldtrustline_authorized,trustline_authorized_to_maintain_liabilities, andtrustline_deauthorizedeffects
... (truncated)
Changelog
Sourced from stellar-sdk's changelog.
v8.2.3
Fix
- Fix server signature verification in
Utils.readChallengeTx. The function was not verifying the server account had signed the challenge transaction.v8.2.2
Fix
- Fixes a breaking bug introduced in v8.2.0 in which
AccountResponseno longer conformed to theStellarBase.Accountinterface, which was updated in [email protected] [(#655)](stellar/js-stellar-sdk#655).v8.2.1
Fix
- A defunct query paramater (
?c=[...]) has been removed now that Horizon properly sends Cache-Control headers [(#652)](stellar/js-stellar-sdk#652).v8.2.0
Add
Added support for querying the relevant transactions and operations for a claimable balance [(#628)](stellar/js-stellar-sdk#628):
TransactionCallBuilder.forClaimableBalance(): builds a query to/claimable_balances/:id/transactions/OperationCallBuilder.forClaimableBalance(): builds a query to/claimable_balances/:id/operations/Added support for new stat fields on the
/assetsendpoint [(#628)](stellar/js-stellar-sdk#628):
accounts- a breakdown of accounts using this asset by authorization typebalances- a breakdown of balances by account authorization typenum_claimable_balances- the number of pending claimable balancesclaimable_balances_amount- the total balance of pending claimable balancesAdded types for all Effects supported as an enum, and moved
Trade,Asset,Offer, andAccounttypes to separate files [(#635)](stellar/js-stellar-sdk#635).Update
Upgraded
js-stellar-basepackage to version^5.2.1from^5.1.0, refer to its release notes for more [(#639)](stellar/js-stellar-sdk#639):
- opt-in support for muxed accounts (SEP-23)
- exposing the
AuthClawbackEnabledflag to Typescript to complete Protocol 17 support- fixing a public key parsing regression
Exposed more Protocol 17 (CAP-35) operations [(#633)](stellar/js-stellar-sdk#633):
- The
/accountsendpoint now resolves theflags.auth_clawback_enabledfield.- The operation responses for
clawback,clawbackClaimableBalance, andsetTrustLineFlagsare now defined.- The operation response for
setOptionshas been updated to showauth_clawback_enabled.v8.1.1
Fix
- Upgraded
js-stellar-basepackage to version^5.1.0from^5.0.0to expose the Typescript hints for CAP-35 operations [(#629)](stellar/js-stellar-sdk#629).
... (truncated)
Commits
6f0bb88Merge pull request from GHSA-6cgh-hjpw-q3gqac46a8dRelease v8.2.2 (#656)428a5c5Make AccountResponse conform to the StellarBase.Account interface. (#655)fad208dBump version and CHANGELOG for v8.2.1 release. (#654)d278ea3Remove defunct c query param, now that horizon sends cache-control headers (#...eac8519Update version for v8.2.0 (#650)72634e5Bump only the js-stellar-base integrity (#648)b1e09d4Fix broken links to js-stellar-base repo in release instructions (#647)a7aed3fUpdates CHANGELOG with more details since latest release. (#639)e6c622eProvide types for effects (closes #299).- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by stellar-npm, a new releaser for stellar-sdk since your current version.
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.