Skip to content

Commit

Permalink
signer: Upgrade the signer to VLS 0.11.1
Browse files Browse the repository at this point in the history
This pulls in a number of regression fixes including the root cause
for the VLS <> CLN desync.
  • Loading branch information
cdecker committed Jul 25, 2024
1 parent fe469a3 commit 86d0d67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ cln-grpc = "=0.1.8"
cln-rpc = "0.1.8"
cln-plugin = "0.1.8"

vls-core = "^0.11.0"
vls-persist = "^0.11.0"
vls-protocol-signer = "^0.11.0"
vls-protocol = "^0.11.0"
vls-core = "^0.11.1"
vls-persist = "^0.11.1"
vls-protocol-signer = "^0.11.1"
vls-protocol = "^0.11.1"


# Config for 'cargo dist'
Expand Down

0 comments on commit 86d0d67

Please sign in to comment.