Skip to content

Commit

Permalink
feat: update dependency from local to git
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuanhust committed Oct 31, 2023
1 parent 11b4dc5 commit 8179429
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
6 changes: 6 additions & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/relayer-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ rocksdb = { package = "ckb-rocksdb", version ="=0.19.0", default-features = fals
eth2_types = { git = "https://github.com/synapseweb3/lighthouse", rev = "2c246d6", package = "types" }
# eth_light_client_in_ckb-verification = { version = "0.2.1", git = "https://github.com/synapseweb3/eth-light-client-in-ckb", tag = "v0.2.1" }
# eth_light_client_in_ckb-verification = { version = "0.3.0-alpha", git = "https://github.com/synapseweb3/eth-light-client-in-ckb" }
eth_light_client_in_ckb-verification = { path = "/root/git/eth-light-client-in-ckb/verification", version = "0.2.1" }
# eth_light_client_in_ckb-verification = { path = "/root/git/eth-light-client-in-ckb/verification", version = "0.2.1" }
eth_light_client_in_ckb-verification = { git = "https://github.com/wenyuanhust/eth-light-client-in-ckb.git", version = "0.2.1", branch = "v0.2.1" }
4 changes: 2 additions & 2 deletions crates/relayer-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ thiserror = "1.0"
ethereum-types = "0.14.1"
hex = "0.4"
# axon-tools = { path = "/root/git/axon-tools/axon-tools", version = "0.1.1", features = ["impl-serde", "proof"] }
# axon-tools = { git = "https://github.com/wenyuanhust/axon.git", branch = "forcerelay-test", version = "0.1.1", features = ["impl-serde", "proof"] }
axon-tools = { path = "/root/git/axon/devtools/axon-tools", version = "0.1.1", features = ["impl-serde", "proof", "hex-deserialize"] }
axon-tools = { git = "https://github.com/wenyuanhust/axon.git", branch = "forcerelay0", package = "axon-tools", version = "0.1.1", features = ["impl-serde", "proof", "hex-deserialize"] }
# axon-tools = { path = "/root/git/axon/devtools/axon-tools", version = "0.1.1", features = ["impl-serde", "proof", "hex-deserialize"] }
strum = { version = "0.24.1", features = ["derive"] }

[dependencies.tendermint]
Expand Down
7 changes: 4 additions & 3 deletions crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ tree_hash = { git = "https://github.com/synapseweb3/lighthouse", rev = "2c246d6"

# eth_light_client_in_ckb-verification = { version = "0.2.1", git = "https://github.com/synapseweb3/eth-light-client-in-ckb", tag = "v0.2.1" }
# eth_light_client_in_ckb-prover = { version = "0.2.1", git = "https://github.com/synapseweb3/eth-light-client-in-ckb", tag = "v0.2.1" }
eth_light_client_in_ckb-verification = { path = "/root/git/eth-light-client-in-ckb/verification", version = "0.2.1" }
# eth_light_client_in_ckb-verification = { path = "/root/git/eth-light-client-in-ckb/verification", version = "0.2.1" }
eth_light_client_in_ckb-verification = { git = "https://github.com/wenyuanhust/eth-light-client-in-ckb.git", version = "0.2.1", branch = "v0.2.1" }
eth_light_client_in_ckb-prover = { version = "0.3.0-alpha", git = "https://github.com/synapseweb3/eth-light-client-in-ckb" }
# axon-tools = { path = "/root/git/axon-tools/axon-tools", version = "0.1.1", features = ["impl-serde", "proof"] }
# axon-tools = { git = "https://github.com/wenyuanhust/axon.git", branch = "forcerelay-test", version = "0.1.1", features = ["impl-serde", "proof", "hex-deserialize"] }
axon-tools = { path = "/root/git/axon/devtools/axon-tools", version = "0.1.1", features = ["impl-serde", "proof"] }
axon-tools = { git = "https://github.com/wenyuanhust/axon.git", branch = "forcerelay0", package = "axon-tools", version = "0.1.1", features = ["impl-serde", "proof"] }
# axon-tools = { path = "/root/git/axon/devtools/axon-tools", version = "0.1.1", features = ["impl-serde", "proof"] }

subtle-encoding = "0.5"
humantime-serde = "1.1.1"
Expand Down
3 changes: 2 additions & 1 deletion tools/forcerelay-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ hex = "0.4"

# eth_light_client_in_ckb-verification = { version = "0.3.0-alpha", git = "https://github.com/synapseweb3/eth-light-client-in-ckb" }
# eth_light_client_in_ckb-verification = { version = "0.2.1", git = "https://github.com/synapseweb3/eth-light-client-in-ckb", tag = "v0.2.1" }
eth_light_client_in_ckb-verification = { path = "/root/git/eth-light-client-in-ckb/verification", version = "0.2.1" }
# eth_light_client_in_ckb-verification = { path = "/root/git/eth-light-client-in-ckb/verification", version = "0.2.1" }
eth_light_client_in_ckb-verification = { git = "https://github.com/wenyuanhust/eth-light-client-in-ckb.git", version = "0.2.1", branch = "v0.2.1" }
relayer = { version = "*", package = "ibc-relayer", path = "../../crates/relayer" }
3 changes: 2 additions & 1 deletion tools/ibc-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ lazy_static = "1.4.0"
ethers = { version = "2.0.2", features = ["rustls", "ws"] }

# forcerelay-ckb-sdk = { git = "https://github.com/synapseweb3/forcerelay-ckb-sdk", rev = "cd82be97" }
forcerelay-ckb-sdk = { path = "/root/git/forcerelay-ckb-sdk", version = "0.1.0" }
# forcerelay-ckb-sdk = { path = "/root/git/forcerelay-ckb-sdk", version = "0.1.0" }
forcerelay-ckb-sdk = { git = "https://github.com/synapseweb3/forcerelay-ckb-sdk", branch = "ckb-0.111" }

[dependencies]
bytes = "1.5.0"
Expand Down

0 comments on commit 8179429

Please sign in to comment.