Skip to content

Commit 65bce97

Browse files
committed
Update anchor
Allow custom amounts sent via fund-sender (to help with DCA strategies) Fix bug where store_certificates will try to send 0 tokens
1 parent 3ebed68 commit 65bce97

39 files changed

+7624
-1754
lines changed

Anchor.toml

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[workspace]
22
types = "packages/types"
33

4+
exclude = [
5+
# temporarily exclude the switchboard program due to build issues with switchboard-solana
6+
"programs/buy-burn-switchboard"
7+
]
8+
49
[features]
510
seeds = false
611
skip-lint = false
@@ -32,3 +37,6 @@ filename = "packages/tests/fixtures/switchboard_nct_usd.json"
3237
[[test.validator.account]]
3338
address = "GvDMxPzN1sCj7L26YDK2HnMRXEQmQ2aemov8YBtPS7vR"
3439
filename = "packages/tests/fixtures/switchboard_sol_usd.json"
40+
41+
#[test]
42+
#startup_wait =

0 commit comments

Comments
 (0)