ElementsProject / peerswap

MIT License
110 stars 40 forks source link

bump nixpkgs and go version #291

Closed grubles closed 7 months ago

grubles commented 7 months ago

This bumps go to 1.22 since 1.19 is EOL now.

This also updates the test daemons to:

cln v24.02.1 lnd v0.17.4-beta bitcoin v26.0

grubles commented 7 months ago
setup.go:113: lightingds[0].OpenChannel() FundChannel() 313:We would not have enough left for min-emergency-msat 25000sat

Anchor channels are now the default in >24.02. Looks like we need to account for the extra 25000 sat requirement now when opening a channel? @YusukeShimizu

YusukeShimizu commented 7 months ago

Yes, we need to account for the min-emergency-msat now when opening a channel. I created another PR to ensure all tests are passed. https://github.com/ElementsProject/peerswap/pull/292