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

chore: bump @solana/spl-token from 0.3.8 to 0.4.0 #2078

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2024

Bumps @solana/spl-token from 0.3.8 to 0.4.0.

Release notes

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

SPL Token JS - v0.4.0

This change repairs two notable bugs in the Token JS client:

  • Removes and replaces the broken addExtraAccountsToInstruction with the new offchain helper addExtraAccountMetasForExecute. Fixes #6064.
  • Adds serialization support to various instructions to properly serialize a COption::None. Fixes #6113.

What's Changed

Shout out to @​qiweiii for the contributions!!

SPL Token JS - v0.3.10

Summary

SPL Token JS now leverages the new SPL Token Metadata JS library to manage token metadata alongside Token2022 mints. All instructions from the SPL Token Metadata interface (implemented by Token2022) are now supported in @solana/[email protected]. Developers can also deserialize token metadata from a mint as well.

Shout out to @​mistersimon for the token metadata support (#5667)!

What's Changed

SPL Transfer Hook Example v0.4.0

The example program has been updated to implement the new UpdateExtraAccountMetaList instruction from the SPL Transfer Hook interface!

Shout out to @​tonton-sol for the PR! #5894

SPL Token JS - v0.3.9

Introduces support for new Token2022 extension functionality:

  • TransferHook extension:
    • Account data seed configurations for account resolution (#5815)
    • Account meta de-escalation checks when adding extra metas to instructions (#5816)
    • Accounts list ordering ensured to match Rust offchain implementation (#5817)
  • MetadataPointer extension:
    • Adds the MetadataPointer extension to the library's extension support (#5805)

Thanks for the contributions, @​mistersimon !

SPL TLV Account Resolution - v0.4.0

What's new

Miscellaneous Tasks

  • Bump token-2022 and all dependencies (#5189)
  • Bump bytemuck from 1.13.1 to 1.14.0 (#5210)

Other

... (truncated)

Commits
  • 97beb54 token js: bump to 0.4.0 (#6188)
  • 260f809 build(deps): bump strum from 0.25.0 to 0.26.1 (#6196)
  • afd6031 build(deps): bump serde_json from 1.0.111 to 1.0.113 (#6195)
  • ac0ea80 build(deps): bump strum_macros from 0.25.3 to 0.26.1 (#6197)
  • 6e364b8 build(deps): bump serde_yaml from 0.9.30 to 0.9.31 (#6194)
  • b1eca6c build(deps): bump serde from 1.0.195 to 1.0.196 (#6193)
  • 5e4badf reduce cluttering by removing debug print command (#6191)
  • efc68c3 token-2022: Bump to v2 (#6187)
  • 8938033 Update solana dependency version to allow 2.0.0 (#6182)
  • d74ba01 build(deps-dev): bump @​types/node from 20.11.6 to 20.11.7 (#6186)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by buffalojoec, 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 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 [@solana/spl-token](https://github.com/solana-labs/solana-program-library) from 0.3.8 to 0.4.0.
- [Release notes](https://github.com/solana-labs/solana-program-library/releases)
- [Commits](solana-labs/solana-program-library@token-js-v.0.3.8...token-js-v0.4.0)

---
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 dependabot bot added the automerge Merge this Pull Request automatically once CI passes label Jan 31, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@solana/[email protected] Transitive: environment, filesystem, network, shell +55 28.6 MB

🚮 Removed packages: npm/@solana/[email protected]

View full report↗︎

@steveluscher steveluscher merged commit 1e328b9 into master Feb 5, 2024
6 checks passed
@steveluscher steveluscher deleted the dependabot/npm_and_yarn/solana/spl-token-0.4.0 branch February 5, 2024 03:56
Copy link
Contributor

github-actions bot commented Feb 7, 2024

🎉 This PR is included in version 1.90.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
automerge Merge this Pull Request automatically once CI passes released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant