Skip to content

Commit

Permalink
chore:import solana-helper from crate.io registry
Browse files Browse the repository at this point in the history
  • Loading branch information
KenYuan1987 authored and zouguangxian committed Jun 16, 2024
1 parent 417cbb9 commit 0e24165
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 2,696 deletions.
722 changes: 0 additions & 722 deletions .yarn/plugins/@yarnpkg/plugin-symlink.js

This file was deleted.

3 changes: 0 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@ packageExtensions:
dependencies:
hardhat: ^2.9.0

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-symlink.js

yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 2 additions & 0 deletions packages/layerzero-v2/solana/programs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ default = []

[dependencies]
anchor-lang = "0.29.0"
solana-helper = { path = "../../solana-helper" }
solana-helper = "0.1.0"
messagelib-helper = { path = "../../libs/messagelib-helper" }
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pricefeed = { path = "../pricefeed", features = ["cpi"] }
utils = { path = "../../libs/utils" }
messagelib-helper = { path = "../../libs/messagelib-helper" }
uln = { path = "../uln", features = ["no-entrypoint"] }
solana-helper = { path = "../../solana-helper" }
solana-helper = "0.1.0"

[dev-dependencies]
secp256k1 = { version = "0.29.0", features = ["rand", "recovery"] }
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ idl-build = ["anchor-lang/idl-build", "messagelib-interface/idl-build"]
[dependencies]
anchor-lang = { version = "0.29.0", features = ["event-cpi"] }
solana-program = "=1.17.31"
solana-helper = { path = "../../solana-helper" }
solana-helper = "0.1.0"
cpi-helper = { path = "../../libs/cpi-helper" }
messagelib-interface = { path = "../messagelib-interface", features = ["cpi"] }
utils = { path = "../../libs/utils" }
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ idl-build = ["anchor-lang/idl-build", "worker-interface/idl-build", "pricefeed/i

[dependencies]
anchor-lang = { version = "0.29.0", features = ["event-cpi"] }
solana-helper = { path = "../../solana-helper" }
solana-helper = "0.1.0"
worker-interface = { path = "../worker-interface", features = ["no-entrypoint"] }
pricefeed = { path = "../pricefeed", features = ["cpi"] }
utils = { path = "../../libs/utils" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ anchor-lang = { version = "0.29.0", features = ["init-if-needed"] }
anchor-spl = "0.29.0"
oapp = { path = "../../libs/oapp" }
utils = { path = "../../libs/utils" }
solana-helper = { path = "../../solana-helper" }
solana-helper = "0.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ idl-build = ["anchor-lang/idl-build"]

[dependencies]
anchor-lang = "0.29.0"
solana-helper = { path = "../../solana-helper" }
solana-helper = "0.1.0"
utils = { path = "../../libs/utils" }
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build", "messagelib-helper
[dependencies]
anchor-lang = "0.29.0"
anchor-spl = "0.29.0"
solana-helper = { path = "../../solana-helper" }
solana-helper = "0.1.0"
messagelib-helper = { path = "../../libs/messagelib-helper" }
utils = { path = "../../libs/utils" }
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ idl-build = ["anchor-spl/idl-build", "messagelib-helper/idl-build", "worker-inte
anchor-lang = "0.29.0"
anchor-spl = "0.29.0"
primitive-types = { version = "0.12.1", default-features = false }
solana-helper = { path = "../../solana-helper" }
solana-helper = "0.1.0"
messagelib-helper = { path = "../../libs/messagelib-helper" }
worker-interface = { path = "../worker-interface", features = ["cpi"] }
utils = { path = "../../libs/utils" }
3 changes: 0 additions & 3 deletions packages/layerzero-v2/solana/programs/symlinks.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/rust-crates/solana-helper/.gitignore

This file was deleted.

Loading

0 comments on commit 0e24165

Please sign in to comment.