Skip to content

Commit

Permalink
Update anchor
Browse files Browse the repository at this point in the history
Allow custom amounts sent via fund-sender (to help with DCA strategies)
Fix bug where store_certificates will try to send 0 tokens
  • Loading branch information
dankelleher committed Jul 6, 2024
1 parent 3ebed68 commit 65bce97
Show file tree
Hide file tree
Showing 39 changed files with 7,624 additions and 1,754 deletions.
8 changes: 8 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[workspace]
types = "packages/types"

exclude = [
# temporarily exclude the switchboard program due to build issues with switchboard-solana
"programs/buy-burn-switchboard"
]

[features]
seeds = false
skip-lint = false
Expand Down Expand Up @@ -32,3 +37,6 @@ filename = "packages/tests/fixtures/switchboard_nct_usd.json"
[[test.validator.account]]
address = "GvDMxPzN1sCj7L26YDK2HnMRXEQmQ2aemov8YBtPS7vR"
filename = "packages/tests/fixtures/switchboard_sol_usd.json"

#[test]
#startup_wait =
Loading

0 comments on commit 65bce97

Please sign in to comment.