Skip to content

Commit

Permalink
📌 Anchor 0.30.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikrk committed May 2, 2024
1 parent f9f2a41 commit 4873bf3
Show file tree
Hide file tree
Showing 29 changed files with 5,424 additions and 3,885 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
name: Test Escrow and Turnstile

env:
SOLANA_CLI_VERSION: 1.17.16
SOLANA_CLI_VERSION: 1.18.12
ANCHOR_VERSION: 0.29.0

jobs:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ incremented upon a breaking change and the patch version will be incremented for

## [Unreleased]
### Added
- feat/anchor 0.30.0 support ([#148](https://github.com/Ackee-Blockchain/trident/pull/148))
- fix/allow to process duplicate transactions ([#147](https://github.com/Ackee-Blockchain/trident/pull/147))
- feat/possibility to implement custom transaction error handling ([#145](https://github.com/Ackee-Blockchain/trident/pull/145))
- feat/support of automatically obtaining fully qualified paths of Data Accounts Custom types for `accounts_snapshots.rs` ([#141](https://github.com/Ackee-Blockchain/trident/pull/141))
Expand Down
Loading

0 comments on commit 4873bf3

Please sign in to comment.