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 anchor-lang from 0.19.0 to 0.24.2 #244

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 Apr 14, 2022

Bumps anchor-lang from 0.19.0 to 0.24.2.

Release notes

Sourced from anchor-lang's releases.

v0.24.2

For a list of changes in this release, see the Change Log.

v0.24.1

For a list of changes in this release, see the Change Log.

v0.24.0

For a list of changes in this release, see the Change Log.

v0.23.0

For a list of changes in this release, see the Change Log.

v0.22.1

For a list of changes in this release, see the Change Log.

v0.22.0

For a list of changes in this release, see the Change Log.

v0.21.0

For a list of changes in this release, see the Change Log.

v0.20.1

For a list of changes in this release, see the Change Log.

v0.20.0

For a list of changes in this release, see the Change Log.

Changelog

Sourced from anchor-lang's changelog.

[0.24.2] - 2022-04-13

Fixes

  • lang: Fix returns being serialized as null instead of undefined in IDL (#1782).

[0.24.1] - 2022-04-12

Fixes

  • lang: Fix anchor build failing if Test.toml included a relative path that didn't exist yet because it's created by anchor build (#1772).
  • cli: Update js/ts template to use new AnchorProvider class (#1770).

[0.24.0] - 2022-04-12

Features

  • lang: Add support for multiple test suites with separate local validators (#1681).
  • lang: Add return values to CPI client (#1598).
  • ts: Add view functions (#1695).
  • avm: New avm update command to update the Anchor CLI to the latest version (#1670).
  • cli: Update js/ts templates to use new program.methods syntax (#1732).
  • cli: Workspaces created with anchor init now come with the prettier formatter and scripts included (#1741).
  • ts: Add pubkeys function to methods builder to get all instruction account addresses (#1733).
  • ts: Export LangErrorCode and LangErrorMessage from error.ts (#1756).

Fixes

  • avm: avm install no longer downloads the version if already installed in the machine (#1670).
  • cli: make anchor test fail when used with --skip-deploy option and without --skip-local-validator option but there already is a running validator (#1675).
  • lang: Return proper error instead of panicking if account length is smaller than discriminator in functions of (Account)Loader (#1678).
  • cli: Add @types/bn.js to devDependencies in cli template (#1712).
  • ts: Event listener no longer crashes on Program Upgrade or any other unexpected log (#1757).

Breaking

  • avm: avm install switches to the newly installed version after installation finishes (#1670).
  • spl: Re-export the spl_token crate (#1665).
  • lang, cli, spl: Update solana toolchain to v1.9.13 (#1653 and #1751).
  • lang: Program type now deserializes programdata_address only on demand (#1723).
  • ts: Make Provider an interface and adjust its signatures and add AnchorProvider implementor class (#1707).
  • spl: Change "to" to "from" in token::burn (#1080).

[0.23.0] - 2022-03-20

Features

  • cli: Add anchor clean command that's the same as cargo clean but preserves keypairs inside target/deploy (#1470).
  • cli: Running anchor init now initializes a new git repository for the workspace. This can be disabled with the --no-git flag (#1605).
  • cli: Add support for anchor idl fetch to work outside anchor workspace (#1509).

... (truncated)

Commits

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 [anchor-lang](https://github.com/project-serum/anchor) from 0.19.0 to 0.24.2.
- [Release notes](https://github.com/project-serum/anchor/releases)
- [Changelog](https://github.com/project-serum/anchor/blob/master/CHANGELOG.md)
- [Commits](coral-xyz/anchor@v0.19.0...v0.24.2)

---
updated-dependencies:
- dependency-name: anchor-lang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 14, 2022
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants