Skip to content

Commit

Permalink
pyth lazer integration (#1361)
Browse files Browse the repository at this point in the history
* refactor dlob

* everything needed so far for new filler

* initialize new oracle account passes

* all bankrun tests pass

* prettify

* tests working: next up fill order

* pyth lazer bankrun tests working

* all tests pass

* use remote pyth-crosschain version

* cleanup

* remove legacy dlob code

* address comments and build

* remove mut of pyth storage

* change pyth oracle comment

* changelog
  • Loading branch information
NourAlharithi authored Dec 11, 2024
1 parent a727f52 commit 5bde3b6
Show file tree
Hide file tree
Showing 53 changed files with 1,839 additions and 763 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 5bde3b6

Please sign in to comment.