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.24.2 to 0.27.0 #39

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2023

Bumps anchor-lang from 0.24.2 to 0.27.0.

Release notes

Sourced from anchor-lang's releases.

v0.27.0

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

v0.26.0

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

v0.25.0

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

Changelog

Sourced from anchor-lang's changelog.

[0.27.0] - 2023-03-08

Features

  • spl: Add MasterEditionAccount account deserialization to spl metadata (#2393).
  • lang: Add the InitSpace derive macro to automatically calculate the space at the initialization of an account (#2346).
  • cli: Add env option to verifiable builds (#2325).
  • cli: Add idl close command to close a program's IDL account (#2329).
  • cli: idl init now supports very large IDL files (#2329).
  • spl: Add transfer_checked function (#2353).
  • spl: Add approve_checked function (#2401).
  • cli: Add --skip-build option to the verify command (#2387).
  • client: Add support for multithreading to the rust client: use flag --multithreaded (#2321).
  • client: Add async_rpc a method which returns a nonblocking solana rpc client (#2322).
  • avm, cli: Use the rustls-tls feature of reqwest so that users don't need OpenSSL installed (#2385).
  • ts: Add VersionedTransaction support. Methods in the Provider class and Wallet interface now use the argument tx: Transaction | VersionedTransaction (#2427).
  • cli: Add --arch sbf option to compile programs using cargo build-sbf (#2398).

Fixes

  • ts: Make the return type of AccountClient.fetchMultiple match the account type being fetched (#2390)
  • cli: Don't regenerate idl in read_all_programs(). (#2332).
  • ts: provider.simulate will send the transaction with sigVerify: false if no signers are present (#2331).
  • cli: Failing commands will return the correct exit status. (#2370).
  • idl: Update the IDL program to use non-deprecated account types (#2365).
  • ts: Enum fields weren't being converted from snake_case to camelCase (#2378).
  • lang/cli: Update to solana-program version 1.14.16 and rust version 1.60, appears to still be incompatible with 1.15 CLI (#2420).

Breaking

  • lang: Remove deprecated account types: CpiAccount, Loader and ProgramAccount (#2375).
  • lang: Remove state and interface attributes (#2285).
  • lang: Remove deprecated literal constraint which has been replaced by #[account(constraint = {})] (#2379).
  • lang: account(zero_copy) and zero_copy attributes now derive the bytemuck::Pod and bytemuck::Zeroable traits instead of using unsafe impl (#2330). This imposes useful restrictions on the type, like not having padding bytes and all fields being Pod themselves. See bytemuck::Pod for details. This change requires adding bytemuck = { version = "1.4.0", features = ["derive", "min_const_generics"]} to your cargo.toml. Legacy applications can still use #[account(zero_copy(unsafe))] and #[zero_copy(unsafe)] for the old behavior.
  • ts: Remove createProgramAddressSync, findProgramAddressSync (now available in @solana/web3.js) and update associatedAddress to be synchronous (#2357).

[0.26.0] - 2022-12-15

Features

  • cli: Add --run to anchor test for running a subset of test suites (#1828).
  • client: Add transaction functions to RequestBuilder (#1958).
  • spl: Add create_metadata_accounts_v3 and set_collection_size wrappers (#2119).
  • spl: Add MetadataAccount account deserialization. (#2014).
  • spl: Add update_primary_sale_happened_via_token wrapper (#2173).
  • spl: Add sign_metadata and remove_creator_verification wrappers (#2175).
  • spl: Add initialize_account3 and initialize_mint2 (#2265).
  • spl: Change serum-dex to openbook-dex (#2308).
  • lang: Add parsing for consts from impl blocks for IDL PDA seeds generation (#2128).
  • lang: Account closing reassigns to system program and reallocates (#2169).

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [anchor-lang](https://github.com/coral-xyz/anchor) from 0.24.2 to 0.27.0.
- [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.24.2...v0.27.0)

---
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 Mar 8, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 18, 2023

Superseded by #46.

@dependabot dependabot bot closed this Aug 18, 2023
@dependabot dependabot bot deleted the dependabot/cargo/anchor-lang-0.27.0 branch August 18, 2023 13:10
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.

None yet

0 participants