@@ -65,7 +65,7 @@ serde = { version = "1.0.210", default-features = false, features = ["std", "der
6565serde_json = { version = " 1.0.128" , default-features = false , features = [" std" ] }
6666log = { version = " 0.4.22" , default-features = false , features = [" std" ]}
6767
68- vss-client = " 0.3 "
68+ vss-client = { package = " vss-client-ng " , version = " 0.4 " }
6969prost = { version = " 0.11.6" , default-features = false }
7070
7171[target .'cfg(windows)' .dependencies ]
@@ -91,6 +91,9 @@ clightningrpc = { version = "0.3.0-beta.8", default-features = false }
9191lnd_grpc_rust = { version = " 2.10.0" , default-features = false }
9292tokio = { version = " 1.37" , features = [" fs" ] }
9393
94+ [target .'cfg(vss_test)' .dev-dependencies ]
95+ ldk-node-062 = { package = " ldk-node" , version = " =0.6.2" }
96+
9497[build-dependencies ]
9598uniffi = { version = " 0.28.3" , features = [" build" ], optional = true }
9699
@@ -151,3 +154,6 @@ harness = false
151154# lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
152155# lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
153156# lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "21e9a9c0ef80021d0669f2a366f55d08ba8d9b03" }
157+
158+ # vss-client-ng = { path = "../vss-client" }
159+ # vss-client-ng = { git = "https://github.com/lightningdevkit/vss-client", branch = "main" }
0 commit comments