Skip to content

Commit

Permalink
radar: week 1 sprint (#210)
Browse files Browse the repository at this point in the history
Big sprint! 🎉

Co-authored-by: Yuru Shao <shaoyuru@gmail.com>
Co-authored-by: Fabio Federici <f@federici.xyz>
  • Loading branch information
3 people authored Sep 8, 2024
1 parent f86b1d9 commit a327290
Show file tree
Hide file tree
Showing 85 changed files with 11,753 additions and 10,012 deletions.
10 changes: 6 additions & 4 deletions anchor/Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
anchor_version = "0.29.0"
anchor_version = "0.30.1"

[features]
seeds = false
Expand Down Expand Up @@ -35,6 +35,7 @@ test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --test
#test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_api_tx"
#test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern devnet"
#test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_sol_msol"
#test = "../node_modules/.bin/nx run --skip-nx-cache anchor:jest --verbose --testPathPattern tests/ --testNamePattern glam_policy_hook"

[test]
startup_wait = 50000
Expand Down Expand Up @@ -221,9 +222,10 @@ filename = "./fixtures/accounts/3R3nGZpQs2aZo5FDQvd2MUQ6R7KhAPainds6uT6uE2mn.jso
address = "HUQEx8TDgEnhtuq6iXj9Rg3yVyX4tF85kS1k7jTnAaqR"
filename = "./fixtures/accounts/HUQEx8TDgEnhtuq6iXj9Rg3yVyX4tF85kS1k7jTnAaqR.json"

[[test.validator.account]] # vote account
address = "StepeLdhJ2znRjHcZdjwMWsC4nTRURNKQY8Nca82LJp"
filename = "./fixtures/accounts/StepeLdhJ2znRjHcZdjwMWsC4nTRURNKQY8Nca82LJp.json"
# uncomment for stake-pool test
#[[test.validator.account]] # vote account
#address = "StepeLdhJ2znRjHcZdjwMWsC4nTRURNKQY8Nca82LJp"
#filename = "./fixtures/accounts/StepeLdhJ2znRjHcZdjwMWsC4nTRURNKQY8Nca82LJp.json"

#
# Stake pool - SanctumSpl
Expand Down
Loading

0 comments on commit a327290

Please sign in to comment.