This repository was archived by the owner on Jun 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 64
64
runs-on : ubuntu-latest
65
65
steps :
66
66
- uses : actions/checkout@v4
67
+ - name : Install Foundry
68
+ uses : foundry-rs/foundry-toolchain@v1
69
+ with :
70
+ version : nightly
67
71
- uses : metadaoproject/setup-anchor@v2
68
72
with :
69
73
node-version : " 20.11.0"
80
84
runs-on : ubuntu-latest
81
85
steps :
82
86
- uses : actions/checkout@v4
87
+ - name : Install Foundry
88
+ uses : foundry-rs/foundry-toolchain@v1
89
+ with :
90
+ version : nightly
83
91
- uses : metadaoproject/setup-anchor@v2
84
92
with :
85
93
node-version : " 20.11.0"
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ solana program deploy -u d --program-id ucdP9ktgrXgEUnn6roqD2SfdGMR2JSiWHUKv23oX
50
50
51
51
## Managing Upgrades
52
52
53
- TODO
53
+ TODO: Discuss Upgrade Manager.
54
54
55
55
## Testnet Example Solver
56
56
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ wormhole-raw-vaas = "0.3.0-alpha.0"
18
18
hex-literal = " 0.4.1"
19
19
20
20
[workspace .lints .clippy ]
21
- correctness = { level = " warn" }
21
+ correctness = { level = " warn" , priority = -1 }
22
22
23
23
arithmetic_side_effects = " deny"
24
24
as_conversions = " deny"
You can’t perform that action at this time.
0 commit comments