Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stellar-sdk from 0.11.0 to 8.2.3 #305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2021

Bumps stellar-sdk from 0.11.0 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

v8.2.1

Fix

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 /assets endpoint [(#628)](stellar/js-stellar-sdk#628):

    • accounts - a breakdown of accounts using this asset by authorization type
    • balances - a breakdown of balances by account authorization type
    • num_claimable_balances - the number of pending claimable balances
    • claimable_balances_amount - the total balance of pending claimable balances
  • Added types for all Effects supported as an enum, and moved Trade, Asset, Offer, and Account types to separate files [(#635)](stellar/js-stellar-sdk#635).

Update

  • Upgraded js-stellar-base package to version ^5.2.1 from ^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 AuthClawbackEnabled flag 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 /accounts endpoint now resolves the flags.auth_clawback_enabled field.
    • The operation responses for clawback, clawbackClaimableBalance, and setTrustLineFlags are now defined.
    • The operation response for setOptions has been updated to show auth_clawback_enabled.

v8.1.1

Fix

  • PROTOCOL 17 SUPPORT: Upgraded js-stellar-base package to version ^5.1.0 from ^5.0.0 to 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, and SetTrustLineFlagsOp
  • Deprecations: SetTrustLineFlagsOp now supercedes the old AllowTrustOp
  • New effects: trustline_flags_updated and claimable_balance_clawed_back
  • Deprecations: trustline_flags_updated supercedes the old trustline_authorized, trustline_authorized_to_maintain_liabilities, and trustline_deauthorized effects

... (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

v8.2.1

Fix

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 /assets endpoint [(#628)](stellar/js-stellar-sdk#628):

    • accounts - a breakdown of accounts using this asset by authorization type
    • balances - a breakdown of balances by account authorization type
    • num_claimable_balances - the number of pending claimable balances
    • claimable_balances_amount - the total balance of pending claimable balances
  • Added types for all Effects supported as an enum, and moved Trade, Asset, Offer, and Account types to separate files [(#635)](stellar/js-stellar-sdk#635).

Update

  • Upgraded js-stellar-base package to version ^5.2.1 from ^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 AuthClawbackEnabled flag 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 /accounts endpoint now resolves the flags.auth_clawback_enabled field.
    • The operation responses for clawback, clawbackClaimableBalance, and setTrustLineFlags are now defined.
    • The operation response for setOptions has been updated to show auth_clawback_enabled.

v8.1.1

Fix

  • Upgraded js-stellar-base package to version ^5.1.0 from ^5.0.0 to expose the Typescript hints for CAP-35 operations [(#629)](stellar/js-stellar-sdk#629).

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by stellar-npm, a new releaser for stellar-sdk since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will 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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 2, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 2 times, most recently from 2ba8ff7 to 7edbc7f Compare July 21, 2021 07:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from 7edbc7f to 3ce7a84 Compare July 31, 2021 01:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from 3ce7a84 to 85206d0 Compare October 11, 2021 20:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 2 times, most recently from 754b8ac to 05a25ff Compare November 9, 2021 17:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from 05a25ff to 65a63b8 Compare December 21, 2021 22:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 2 times, most recently from 09f72e4 to b6bbc94 Compare January 12, 2022 02:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from b6bbc94 to 767f3c0 Compare January 20, 2022 05:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from 767f3c0 to 080541f Compare January 29, 2022 00:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from 080541f to e6d0809 Compare February 8, 2022 18:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 2 times, most recently from d5714ec to 151346d Compare February 11, 2022 00:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from 151346d to c27bcbe Compare March 4, 2022 23:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 2 times, most recently from 8a7b4b5 to 6af9a14 Compare May 12, 2022 18:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from 6af9a14 to c4788b4 Compare May 19, 2022 17:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from c4788b4 to 2d1a094 Compare July 28, 2022 03:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from 2d1a094 to 3ed4197 Compare September 19, 2022 23:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from 3ed4197 to f3d7471 Compare November 4, 2022 22:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from f3d7471 to 7d75415 Compare December 1, 2022 21:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 5 times, most recently from 4676a11 to e4bc99e Compare December 21, 2022 02:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from e4bc99e to 5fac5b2 Compare December 28, 2022 01:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 4 times, most recently from 7b7ae6e to 915835e Compare January 20, 2023 21:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 3 times, most recently from 783d174 to b6850d1 Compare January 30, 2023 18:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 4 times, most recently from c41cc47 to 2b1396a Compare February 3, 2023 00:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 4 times, most recently from f186c54 to 98f1675 Compare February 10, 2023 22:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 3 times, most recently from 4795ede to 7a58023 Compare February 18, 2023 05:50
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 2 times, most recently from 1d3bc9f to 5da2304 Compare March 3, 2023 01:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch 7 times, most recently from 46b1a1e to 3a2260b Compare March 14, 2023 05:27
Bumps [stellar-sdk](https://github.com/stellar/js-stellar-sdk) from 0.11.0 to 8.2.3.
- [Release notes](https://github.com/stellar/js-stellar-sdk/releases)
- [Changelog](https://github.com/stellar/js-stellar-sdk/blob/master/CHANGELOG.md)
- [Commits](stellar/js-stellar-sdk@v0.11.0...v8.2.3)

---
updated-dependencies:
- dependency-name: stellar-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stellar-sdk-8.2.3 branch from 3a2260b to 6c5c060 Compare March 14, 2023 23:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants