Skip to content

Commit

Permalink
Merge branch 'master' into crispheaney/sdk-strict-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Dec 11, 2024
2 parents ea9b452 + 213a1dd commit 176565d
Show file tree
Hide file tree
Showing 53 changed files with 1,843 additions and 719 deletions.
6 changes: 5 additions & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ token_faucet = "V4v1mQiAdLz4qwckEb45WqHYceYizoib39cDBHSWfaB"

[[test.validator.account]]
address = "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
filename = "./deps/configs/usdc.json"
filename = "./deps/configs/usdc.json"

[[test.validator.account]]
address = "3rdJbqfnagQ4yx9HXJViD4zc4xpiSqmFsKpPuSCQVyQL"
filename = "./deps/configs/pyth_lazer_storage.json"
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Features

- programL add ix to log user balances ([#1366](https://github.com/drift-labs/protocol-v2/pull/1366))
- program: pyth lazer integration ([#1361](https://github.com/drift-labs/protocol-v2/pull/1361))
- program: add ix to log user balances ([#1366](https://github.com/drift-labs/protocol-v2/pull/1366))

### Fixes

program: fix force delete user for token 2022 ([#1358](https://github.com/drift-labs/protocol-v2/pull/1358))

### Breaking
Expand Down
Loading

0 comments on commit 176565d

Please sign in to comment.