mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
fix: Mandatory upgrade for bark SDK (#2502)
chore: update bark bindings to v0.15.0 Moves from bark 0.4.0 to 0.6.0. The Ark server now requires protocol version 5 (hashlock clauses) to start a lightning receive, which only bark 0.6.0 sends, so older clients are refused outright and cannot generate invoices. No client changes needed: v0.15.0 only adds to the surface we use.
This commit is contained in:
parent
806dfd4e1b
commit
355454a4cc
2 changed files with 3 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -19,7 +19,7 @@ require (
|
|||
github.com/stretchr/testify v1.11.1
|
||||
github.com/tyler-smith/go-bip39 v1.1.0
|
||||
github.com/wailsapp/wails/v2 v2.12.0
|
||||
gitlab.com/ark-bitcoin/bark-ffi-bindings/golang v0.12.1
|
||||
gitlab.com/ark-bitcoin/bark-ffi-bindings/golang v0.15.0
|
||||
golang.org/x/crypto v0.54.0
|
||||
golang.org/x/oauth2 v0.36.0
|
||||
google.golang.org/grpc v1.79.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue