generated from metaplex-foundation/solana-project-template
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump account compression version (#104)
* Update SPL AC to v0.3.1 support new tree depth/buffer size pairs for tree init * Update Solana, Anchor, etc. versions * Update to new Anchor typesafe context bumps * Add print delegate to test util * Update CI versions * update node version * Update lockfiles and generated IDL * Add spl token program to digital asset * Update package manager version * Update auth rules * Update Rust client dependencies * Update node versions for CI from 16/18 to 18/20 * Use resolver 2 * Update cargo lockfiles * Regenerate Rust client lockfile from scratch to pull in 1.18 --------- Co-authored-by: Noah Gundotra <[email protected]>
- Loading branch information
Showing
25 changed files
with
9,921 additions
and
7,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
CARGO_TERM_COLOR=always | ||
NODE_VERSION=16.x | ||
NODE_VERSION=18.x | ||
PROGRAMS=["bubblegum"] | ||
RUST_VERSION=1.75.0 | ||
SOLANA_VERSION=1.16.8 | ||
ANCHOR_VERSION=0.27.0 | ||
SOLANA_VERSION=1.18.15 | ||
ANCHOR_VERSION=0.29.0 | ||
COMMIT_USER_NAME="github-actions" | ||
COMMIT_USER_EMAIL="[email protected]" | ||
DEPLOY_SOLANA_VERSION=1.18.14 | ||
DEPLOY_SOLANA_VERSION=1.18.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.