Skip to content

Commit

Permalink
Bump solana-program v1.8.0 (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante authored Oct 25, 2021
1 parent eb65787 commit 6ab714a
Show file tree
Hide file tree
Showing 12 changed files with 201 additions and 68 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ rust:
cache: cargo
env:
global:
- NODE_VERSION="17.0.1"
- SOLANA_CLI_VERSION="1.8.0"
- NODE_VERSION="17.0.1"
- SOLANA_CLI_VERSION="1.7.11"
git:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ incremented for features.
* lang: Add `mint::freeze_authority` keyword for mint initialization within `#[derive(Accounts)]` ([#835](https://github.com/project-serum/anchor/pull/835)).
* lang: Add `AccountLoader` type for `zero_copy` accounts with support for CPI ([#792](https://github.com/project-serum/anchor/pull/792)).
* lang: Add `#[account(init_if_needed)]` keyword for allowing one to invoke the same instruction even if the account was created already ([#906](https://github.com/project-serum/anchor/pull/906)).
* lang: Add custom errors support for raw constraints ([#905](https://github.com/project-serum/anchor/pull/905)).
* lang, cli, spl: Update solana toolchain to v1.8.0 ([#886](https://github.com/project-serum/anchor/pull/886)).
* lang: Add custom errors support for `signer`, `mut`, `has_one`, `owner`, raw constraints and `address` ([#905](https://github.com/project-serum/anchor/pull/905), [#913](https://github.com/project-serum/anchor/pull/913)).

### Breaking
Expand Down
Loading

0 comments on commit 6ab714a

Please sign in to comment.