Skip to content

Commit

Permalink
Merge branch 'master' into wphan/fuel_distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Feb 12, 2025
2 parents 18f6412 + 5ee4a4c commit f1b20ce
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 15 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Breaking

## [0.4.0] - 2024-02-11

### Features

* update drift to v2.109.0

### Fixes

### Breaking

## [0.3.0] - 2024-01-25

* audit fixes

### Features

### Fixes

### Breaking

## [0.2.0] - 2024-12-10

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@coral-xyz/anchor": "0.29.0",
"@drift-labs/sdk": "2.110.0-beta.4",
"@drift-labs/sdk": "2.110.0-beta.7",
"@solana/web3.js": "1.73.2",
"@types/bn.js": "^5.1.0",
"@types/jest": "29.5.14",
Expand Down
2 changes: 1 addition & 1 deletion programs/drift_vaults/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drift-vaults"
version = "0.2.0"
version = "0.4.0"
description = "Created with Anchor"
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions ts/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@drift-labs/vaults-sdk",
"version": "0.3.37",
"version": "0.4.4",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"dependencies": {
"@coral-xyz/anchor": "0.28.0",
"@drift-labs/sdk": "2.110.0-beta.4",
"@drift-labs/sdk": "2.110.0-beta.7",
"@ledgerhq/hw-app-solana": "7.2.4",
"@ledgerhq/hw-transport": "6.31.4",
"@ledgerhq/hw-transport-node-hid": "6.29.5",
Expand Down
4 changes: 2 additions & 2 deletions ts/sdk/src/vaultClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2218,8 +2218,8 @@ export class VaultClient {
preFlightCommitment: 'confirmed',
forceVersionedTransaction: true,
txVersion: 0,
fetchMarketLookupTableAccount:
this.driftClient.fetchMarketLookupTableAccount.bind(this.driftClient),
fetchAllMarketLookupTableAccounts:
this.driftClient.fetchAllLookupTableAccounts.bind(this.driftClient),
})) as VersionedTransaction;
}

Expand Down
8 changes: 4 additions & 4 deletions ts/sdk/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
dependencies:
"@jridgewell/trace-mapping" "0.3.9"

"@drift-labs/sdk@2.110.0-beta.4":
version "2.110.0-beta.4"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.110.0-beta.4.tgz#a73879f21549da3a7881a8e61b77adc52ab8b55c"
integrity sha512-DjESZ1k0v6IRM/Dg0ygK3hp2b+iQECwkU675ppPzgOvAa2Kq64ThG1aLxX0WvXs7zSdZjU+RqPqdyPyDuw6Y7A==
"@drift-labs/sdk@2.110.0-beta.7":
version "2.110.0-beta.7"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.110.0-beta.7.tgz#f7529dd06565ea131f9fbd84daa757fa39edca90"
integrity sha512-LCUWwVpDn0VU4ke4FhF3vpcVZ1B4nW59N8+6s6vsAr427cYKrHeZFSzx/jEG3J7I4hK3YbDJ8FaGOZJt9L8mRg==
dependencies:
"@coral-xyz/anchor" "0.29.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/anchor@0.30.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -367,10 +367,10 @@
bn.js "^5.1.2"
buffer-layout "^1.2.0"

"@drift-labs/sdk@2.110.0-beta.4":
version "2.110.0-beta.4"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.110.0-beta.4.tgz#a73879f21549da3a7881a8e61b77adc52ab8b55c"
integrity sha512-DjESZ1k0v6IRM/Dg0ygK3hp2b+iQECwkU675ppPzgOvAa2Kq64ThG1aLxX0WvXs7zSdZjU+RqPqdyPyDuw6Y7A==
"@drift-labs/sdk@2.110.0-beta.7":
version "2.110.0-beta.7"
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.110.0-beta.7.tgz#f7529dd06565ea131f9fbd84daa757fa39edca90"
integrity sha512-LCUWwVpDn0VU4ke4FhF3vpcVZ1B4nW59N8+6s6vsAr427cYKrHeZFSzx/jEG3J7I4hK3YbDJ8FaGOZJt9L8mRg==
dependencies:
"@coral-xyz/anchor" "0.29.0"
"@coral-xyz/anchor-30" "npm:@coral-xyz/anchor@0.30.1"
Expand Down

0 comments on commit f1b20ce

Please sign in to comment.