Skip to content

Commit

Permalink
Bump account compression version (#104)
Browse files Browse the repository at this point in the history
* 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
danenbm and ngundotra authored Sep 3, 2024
1 parent 0fd56db commit e020dea
Show file tree
Hide file tree
Showing 25 changed files with 9,921 additions and 7,499 deletions.
8 changes: 4 additions & 4 deletions .github/.env
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
4 changes: 2 additions & 2 deletions .github/workflows/build-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:
inputs:
rust:
description: Rust version
default: 1.68.0
default: 1.75.0
required: true
type: string
solana:
description: Solana version
default: 1.16.8
default: 1.18.15
required: true
type: string

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-rust-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:
inputs:
rust:
description: Rust version
default: 1.68.0
default: 1.75.0
required: true
type: string
solana:
description: Solana version
default: 1.16.8
default: 1.18.15
required: true
type: string

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-js-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["16.x", "18.x"]
node: ["18.x", "20.x"]
steps:
- name: Git checkout
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit e020dea

Please sign in to comment.