Skip to content

Commit

Permalink
update to anchor 0.26.0 (#428)
Browse files Browse the repository at this point in the history
* update to anchor 0.26.0

* add coral dependency

* update typescript package

* fix warning

* tweak to casting

* CHANGELOG

* .github action uses 0.26.0

* fix modifyOrder tests
  • Loading branch information
crispheaney committed Apr 12, 2023
1 parent b1abf5f commit 64de474
Show file tree
Hide file tree
Showing 110 changed files with 1,257 additions and 1,229 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- uses: ./.github/actions/setup-solana/

- name: install anchor cli
run: cargo install --git https://github.com/coral-xyz/anchor --tag v0.25.0 anchor-cli --locked
run: cargo install --git https://github.com/coral-xyz/anchor --tag v0.26.0 anchor-cli --locked

- name: Setup node
uses: actions/setup-node@v2
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

- program: update to anchor 0.26.0 ([#428](https://github.com/drift-labs/protocol-v2/pull/428))
- program: add modify_order ix ([#422](https://github.com/drift-labs/protocol-v2/pull/422))
- sdk: more accurate calculation of insurance stake value during unstake request ([#426](https://github.com/drift-labs/protocol-v2/pull/426))
-
### Fixes

- sdk: fix isOracleValid confidenceTooLarge calc ([#425](https://github.com/drift-labs/protocol-v2/pull/425))
Expand Down
Loading

0 comments on commit 64de474

Please sign in to comment.