Skip to content

Commit

Permalink
Merge branch 'main' into vbrunet/2024_06_17-dev-process-nits
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-vincent authored Jul 5, 2024
2 parents d235d1f + 4f24a44 commit 51bf3ca
Show file tree
Hide file tree
Showing 24 changed files with 756 additions and 467 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/publish-bolt-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
solana_version: v1.18.8
solana_version: v1.18.15

jobs:
install:
Expand Down Expand Up @@ -166,6 +166,12 @@ jobs:
cargo install --path cli --force --locked
bolt build
- name: Generate lib
run: |
cd clients/bolt-sdk
yarn install && yarn build
cd ../..
- name: run tests
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/publish-bolt-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
solana_version: v1.18.8
solana_version: v1.18.15

jobs:
install:
Expand Down Expand Up @@ -166,6 +166,12 @@ jobs:
cargo install --path cli --force --locked
bolt build
- name: Generate lib
run: |
cd clients/bolt-sdk
yarn install && yarn build
cd ../..
- name: run tests
run: |
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

env:
solana_version: v1.18.9
solana_version: v1.18.15

jobs:
install:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Generate lib
run: |
cd clients/bolt-sdk
yarn build
yarn install && yarn build
cd ../..
- name: run tests
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

## [0.1.8] - 2024-06-27
- Add allow undelegation ix (#68)

## [0.1.7] - 2024-06-21

### ✨️ Features
- Add manual commit to the typescript sdk (#59)
- Upgrade to Anchor 0.30.1 (#62)

### 👷 CI/CD

## [0.1.5] - 2024-04-23

### 📚 Documentation
Expand Down
Loading

0 comments on commit 51bf3ca

Please sign in to comment.