Skip to content

Commit

Permalink
Fix issue with user 0 usdc position (#77)
Browse files Browse the repository at this point in the history
* Fix issue with user 0 usdc position
* ci: test threads = 1, fix rate limits
  • Loading branch information
jordy25519 authored Sep 23, 2024
1 parent 0c5ad06 commit 9980077
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
env:
DRIFT_GATEWAY_KEY: ${{ secrets.DRIFT_GATEWAY_KEY }}
# limit test parallelism to prevent hitting RPC rate-limits
run: cargo test --all -- --test-threads=2
run: cargo test --all -- --test-threads=1
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "drift-gateway"
version = "1.0.2"
version = "1.0.3"
edition = "2021"

[dependencies]
actix-web = "*"
# pinned to match drift program version
anchor-lang = "=0.29.0"
argh = "*"
drift-sdk = { git = "https://github.com/drift-labs/drift-rs", rev = "59e3e939" }
drift-sdk = { git = "https://github.com/drift-labs/drift-rs", rev = "ca0884b" }
env_logger = "*"
futures-util = "*"
log = "*"
Expand Down

0 comments on commit 9980077

Please sign in to comment.