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(deps): bump @coral-xyz/anchor from 0.29.0 to 0.30.1 #205

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 20, 2024

Bumps @coral-xyz/anchor from 0.29.0 to 0.30.1.

Release notes

Sourced from @​coral-xyz/anchor's releases.

v0.30.1

This patch release includes various improvements and bug fixes.

Check out the release notes from Anchor website or GitHub.

For a list of notable changes with their associated PRs, see the CHANGELOG.

v0.30.0

The long-awaited v0.30.0 release is finally here!

Check out the release notes from Anchor website or GitHub.

For a list of notable changes with their associated PRs, see the CHANGELOG.

Changelog

Sourced from @​coral-xyz/anchor's changelog.

[0.30.1] - 2024-06-20

Features

  • idl: Allow overriding the idl build toolchain with the RUSTUP_TOOLCHAIN environment variable (#2941).
  • avm: Support customizing the installation location using AVM_HOME environment variable (#2917).
  • avm: Optimize avm list when GitHub API rate limits are reached (#2962)
  • idl, ts: Add accounts resolution for associated token accounts (#2927).
  • cli: Add --no-install option to the init command (#2945).
  • lang: Implement TryFromIntError for Error to be able to propagate integer conversion errors (#2950).
  • idl: Add ability to convert legacy IDLs (#2986).
  • ts: Extract Anchor error codes into their own package (#2983).
  • cli: Add additional solana arguments to the upgrade command (#2998).
  • spl: Export spl-associated-token-account crate (#2999).
  • lang: Support legacy IDLs with declare_program! (#2997).
  • cli: Add idl convert command (#3009).
  • cli: Add idl type command (#3017).
  • lang: Add anchor_lang::pubkey macro for declaring Pubkey const values (#3021).
  • cli: Sync program ids on the initial build (#3023).
  • idl: Remove anchor-syn dependency (#3030).
  • lang: Add const of program ID to declare_id! and declare_program! (#3019).
  • idl: Add separate spec crate (#3036).

Fixes

  • lang: Eliminate variable allocations that build up stack space for token extension code generation (#2913).
  • ts: Fix incorrect maxSupportedTransactionVersion in AnchorProvider.send*() methods (#2922).
  • cli: Use npm's configured default license for new projects made with anchor init (#2929).
  • cli: add filename to 'Unable to read keypair file' errors (#2932).
  • idl: Fix path resolution of the Cargo.lock of the project when generating idls for external types (#2946).
  • idl: Fix potential panic on external type resolution (#2954).
  • lang: Fix using defined types in instruction parameters with declare_program! (#2959).
  • lang: Fix using const generics with declare_program! (#2965).
  • lang: Fix using Vec<u8> type with declare_program! (#2966).
  • lang: Fix ProgramError::ArithmeticOverflow not found error (#2975).
  • lang: Fix using optional accounts with declare_program! (#2967).
  • lang: Fix instruction return type generation with declare_program! (#2977).
  • cli: Fix IDL write getting corrupted from retries (#2964).
  • idl: Fix unexpected_cfgs build warning (#2992).
  • lang: Make tuple struct fields public in declare_program! (#2994).
  • Remove rust-version from crate manifests (#3000).
  • cli: Fix upgradeable program clones (#3010).
  • ts: Fix using IDLs that have defined types as generic arguments (#3016).
  • idl: Fix generation with unsupported expressions (#3033).
  • idl: Fix using address constraint with field expressions (#3034).
  • lang: Fix using bytemuckunsafe account serialization with declare_program! (#3037).

Breaking

[0.30.0] - 2024-04-15

... (truncated)

Commits
  • e6d7daf v0.30.1 (#3040)
  • cf7abd4 Upgrade Solana to 1.18.17 (#3039)
  • cc43e67 idl: Add separate spec crate (#3036)
  • 9c17d65 lang: Fix using bytemuckunsafe account serialization with `declare_program!...
  • f326b89 idl: Fix using address constraint with field expressions (#3034)
  • 3c5483f lang: Add const of program ID to declare_id! and declare_program! (#3019)
  • 64c52c6 idl: Fix generation with unsupported expressions (#3033)
  • d4318cc idl: Remove anchor-syn dependency (#3030)
  • 1c2aabe lang: Include pubkey! macro in prelude (#3026)
  • 81c2519 lang: Add pubkey macro for declaring Pubkey const values (#3021)
  • Additional commits viewable in compare view

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 [@coral-xyz/anchor](https://github.com/coral-xyz/anchor) from 0.29.0 to 0.30.1.
- [Release notes](https://github.com/coral-xyz/anchor/releases)
- [Changelog](https://github.com/coral-xyz/anchor/blob/master/CHANGELOG.md)
- [Commits](coral-xyz/anchor@v0.29.0...v0.30.1)

---
updated-dependencies:
- dependency-name: "@coral-xyz/anchor"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependency Dependent on resolving another issue (include #) or blocker (business administration, etc) javascript Pull requests that update Javascript code labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Dependent on resolving another issue (include #) or blocker (business administration, etc) javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants