Skip to content

Commit ffbdff2

Browse files
authored
improve svm package management (#133)
* improve svm package management * address comments
1 parent 576530e commit ffbdff2

File tree

9 files changed

+278
-3150
lines changed

9 files changed

+278
-3150
lines changed

.gitignore

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ api_keys.py
1616
*.env
1717
contracts/evm/latestEnvironment.json
1818

19-
# Ignores development broadcast logs
20-
!/broadcast
21-
/broadcast/*/31337/
22-
/broadcast/**/dry-run/
23-
2419
**/target/
20+
**/out/
21+
**/lib/
22+
**/cache/
23+
**/broadcast/
2524
node_modules
2625
.idea
2726

auction-server/Cargo.lock

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

auction-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bincode = "1.3.3"
4545
serde_with = "3.9.0"
4646
anchor-lang-idl = { version = "0.1.1", features = ["convert"] }
4747
anchor-lang = "0.30.1"
48-
express_relay = { path = "../contracts/svm/programs/express_relay" }
48+
express-relay = { path = "../contracts/svm/programs/express_relay" }
4949

5050
# The curve25519-dalek crate is a dependency of solana-sdk.
5151
# This crate relies on a specific version of zeroize that is incompatible with many other packages.

0 commit comments

Comments
 (0)