Skip to content

Bump anchor-lang from 0.22.1 to 0.24.2#43

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/anchor-lang-0.24.2
Open

Bump anchor-lang from 0.22.1 to 0.24.2#43
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/anchor-lang-0.24.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2022

Bumps anchor-lang from 0.22.1 to 0.24.2.

Release notes

Sourced from anchor-lang's releases.

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.

Changelog

Sourced from anchor-lang's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Note: Version 0 of Semantic Versioning is handled differently from version 1 and above. The minor version will be incremented upon a breaking change and the patch version will be incremented for features.

[Unreleased]

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

... (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.22.1 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](https://github.com/project-serum/anchor/commits)

---
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 13, 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