Skip to content

Commit

Permalink
program: add support for switchboard (#878)
Browse files Browse the repository at this point in the history
* program: add support for switchboard

* add twap support

* fix dependencies for Cargo.lock so pre-commit still works

* sdk code

* sdk: release v2.66.0-beta.0

* fix sdk tests

* sdk: release v2.66.0-beta.1

* sdk: fix sdk Corner Case Spreads test

* sdk: release v2.66.0-beta.2

* Merge/didobagi/user map sync (#921)

* implement parallel processing in sync() method

* prettify

* remove concurrency guard on usermap sync

* refactor

* usermap: fix polling based update not updating the map

* fix types

---------

Co-authored-by: didobagi <carlo.maria.marchetti@gmail.com>

* sdk: release v2.66.0-beta.3

* sdk: perp-market-index-26 (#922)

* market-index-26

* update config

* sdk: release v2.66.0-beta.4

* bigz/improve-oracle-validity-check-for-order-price (#919)

* bigz/improve-oracle-validity-check-for-order-price

* simplify

* cargo fmt --

* update changelog

* v2.66.0

* sdk: release v2.67.0-beta.0

* CHANGELOG

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: wphan <william@drift.trade>
Co-authored-by: 0xbigz <83473873+0xbigz@users.noreply.github.com>
Co-authored-by: didobagi <carlo.maria.marchetti@gmail.com>
  • Loading branch information
5 people committed Feb 28, 2024
1 parent 42d6e95 commit 6fd8756
Show file tree
Hide file tree
Showing 13 changed files with 11,740 additions and 581 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixes

- program: add switchboard ([#878](https://github.com/drift-labs/protocol-v2/pull/878))
- sdk: handle oracle failover when oracle is changed ([#875](https://github.com/drift-labs/protocol-v2/pull/875))

### Breaking
Expand Down
Loading

0 comments on commit 6fd8756

Please sign in to comment.