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

build(deps-dev): bump @solana/spl-token from 0.0.13 to 0.3.1 in /token-swap/js #261

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 Aug 17, 2022

Bumps @solana/spl-token from 0.0.13 to 0.3.1.

Release notes

Sourced from @​solana/spl-token's releases.

@​solana/spl-token v0.1.8

No release notes provided.

@​solana/spl-token v0.1.6

Changes

  • add allowOwnerOffCurve flag in getAssociatedTokenAddress

@​solana/spl-token v0.1.5

Changes

  • bump web3.js to 1.12.0

@​solana/spl-token v0.1.4

Changes

  • Add release docs
  • Reject off-curve owners when generating Associated Token Account addresses

@​solana/spl-token v0.1.3

Fixes

Use Connection's configured commitment value for transaction submissions, instead of hard-coded recent.

@​solana/spl-token v0.1.2

Fixes

Resolved Buffer incompatibility issues through an @solana/web3.js dependency upgrade. The following errors should now be resolved:

Unhandled Rejection (TypeError): Blob.encode[programId] requires (length 32) Buffer as src

@​solana/spl-token v0.1.1

Associated Token Program support

  • Added Token.createAssociatedTokenAccountInstruction for building an instruction to create a new associated token account
  • Added helper method getOrCreateAssociatedAccountInfo for creating associated token accounts on behalf of a wallet address if it doesn't exist yet
  • Added helper method getAssociatedTokenAddress for finding the associated token address for a wallet address, token pair.

@​solana/spl-token-swap - v0.1.0

Changes

  • Make all layouts compatible with SPL Token Swap v2.0.0
  • Specify CurveType on pool initialization: ConstantProduct, ConstantPrice, or Offset
  • New instructions
    • depositSingleTokenTypeExactAmountIn: deposit one token type in exchange for pool tokens, instead of both types
    • withdrawSingleTokenTypeExactAmountOut: withdraw one token type in exchange for pool tokens, instead of both types

@​solana/spl-token v0.1.0

  • Fix type definitions
  • Export browser-compatible modules
Commits
Maintainer changes

This version was pushed to npm by jordansexton, a new releaser for @​solana/spl-token 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)

Bumps [@solana/spl-token](https://github.com/solana-labs/solana-program-library) from 0.0.13 to 0.3.1.
- [Release notes](https://github.com/solana-labs/solana-program-library/releases)
- [Commits](https://github.com/solana-labs/solana-program-library/commits)

---
updated-dependencies:
- dependency-name: "@solana/spl-token"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 17, 2022

The following labels could not be found: automerge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants