bump sphinx-rs

This commit is contained in:
Evan Feenstra
2023-07-11 10:20:39 -07:00
parent 850ca9aaaf
commit 140afe2564
4 changed files with 14 additions and 14 deletions

10
Cargo.lock generated
View File

@@ -1201,7 +1201,7 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
[[package]]
name = "lss-connector"
version = "0.1.0"
source = "git+https://github.com/stakwork/sphinx-rs.git?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f"
source = "git+https://github.com/stakwork/sphinx-rs.git?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51"
dependencies = [
"anyhow",
"log",
@@ -1781,7 +1781,7 @@ dependencies = [
[[package]]
name = "sphinx-auther"
version = "0.1.12"
source = "git+https://github.com/stakwork/sphinx-rs.git?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f"
source = "git+https://github.com/stakwork/sphinx-rs.git?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51"
dependencies = [
"anyhow",
"base64 0.21.2",
@@ -1793,7 +1793,7 @@ dependencies = [
[[package]]
name = "sphinx-crypter"
version = "0.1.0"
source = "git+https://github.com/stakwork/sphinx-rs.git?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f"
source = "git+https://github.com/stakwork/sphinx-rs.git?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51"
dependencies = [
"anyhow",
"chacha20poly1305",
@@ -1804,7 +1804,7 @@ dependencies = [
[[package]]
name = "sphinx-glyph"
version = "0.1.2"
source = "git+https://github.com/stakwork/sphinx-rs.git?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f"
source = "git+https://github.com/stakwork/sphinx-rs.git?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51"
dependencies = [
"anyhow",
"hex",
@@ -1856,7 +1856,7 @@ dependencies = [
[[package]]
name = "sphinx-signer"
version = "0.1.0"
source = "git+https://github.com/stakwork/sphinx-rs.git?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f"
source = "git+https://github.com/stakwork/sphinx-rs.git?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51"
dependencies = [
"anyhow",
"bip39",

8
broker/Cargo.lock generated
View File

@@ -1702,7 +1702,7 @@ dependencies = [
[[package]]
name = "lss-connector"
version = "0.1.0"
source = "git+https://github.com/stakwork/sphinx-rs?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f"
source = "git+https://github.com/stakwork/sphinx-rs?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51"
dependencies = [
"anyhow",
"lightning-storage-server",
@@ -3311,7 +3311,7 @@ dependencies = [
[[package]]
name = "sphinx-auther"
version = "0.1.12"
source = "git+https://github.com/stakwork/sphinx-rs?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f"
source = "git+https://github.com/stakwork/sphinx-rs?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51"
dependencies = [
"anyhow",
"base64 0.21.2",
@@ -3323,7 +3323,7 @@ dependencies = [
[[package]]
name = "sphinx-glyph"
version = "0.1.2"
source = "git+https://github.com/stakwork/sphinx-rs?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f"
source = "git+https://github.com/stakwork/sphinx-rs?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51"
dependencies = [
"anyhow",
"hex",
@@ -3369,7 +3369,7 @@ dependencies = [
[[package]]
name = "sphinx-signer"
version = "0.1.0"
source = "git+https://github.com/stakwork/sphinx-rs?rev=b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f#b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f"
source = "git+https://github.com/stakwork/sphinx-rs?rev=97edb51448fa2ea4402e6411f67d1cf63e87ea51#97edb51448fa2ea4402e6411f67d1cf63e87ea51"
dependencies = [
"anyhow",
"bip39",

View File

@@ -35,8 +35,8 @@ vls-protocol = { git = "https://gitlab.com/lightning-signer/validating-li
vls-protocol-client = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "163bade8dc4a97fdb516b68fbfdff8e43a74e795" }
vls-proxy = { git = "https://gitlab.com/lightning-signer/validating-lightning-signer.git", rev = "163bade8dc4a97fdb516b68fbfdff8e43a74e795" }
lss-connector = { git = "https://github.com/stakwork/sphinx-rs", rev = "b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" }
sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs", rev = "b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" }
lss-connector = { git = "https://github.com/stakwork/sphinx-rs", rev = "97edb51448fa2ea4402e6411f67d1cf63e87ea51" }
sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs", rev = "97edb51448fa2ea4402e6411f67d1cf63e87ea51" }
# lss-connector = { path = "../../sphinx-rs/lss-connector" }
# sphinx-signer = { path = "../../sphinx-rs/signer" }

View File

@@ -19,10 +19,10 @@ serde_json = { version = "1.0.81", default-features = false }
serde_urlencoded = "0.7.1"
url = "2"
lss-connector = { git = "https://github.com/stakwork/sphinx-rs.git", default-features = false, rev = "b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" }
lss-connector = { git = "https://github.com/stakwork/sphinx-rs.git", default-features = false, rev = "97edb51448fa2ea4402e6411f67d1cf63e87ea51" }
# lss-connector = { path = "../../sphinx-rs/lss-connector", default-features = false }
sphinx-crypter = { git = "https://github.com/stakwork/sphinx-rs.git", rev = "b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" }
sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs.git", optional = true, rev = "b08bd8d76b8f810892e409c5fa0fecbfdf2d6a8f" }
sphinx-crypter = { git = "https://github.com/stakwork/sphinx-rs.git", rev = "97edb51448fa2ea4402e6411f67d1cf63e87ea51" }
sphinx-signer = { git = "https://github.com/stakwork/sphinx-rs.git", optional = true, rev = "97edb51448fa2ea4402e6411f67d1cf63e87ea51" }
# sphinx-signer = { path = "../../sphinx-rs/signer", optional = true }
anyhow.workspace = true