Skip to content

Commit

Permalink
Merge pull request #77 from Impa10r/v1.6.4
Browse files Browse the repository at this point in the history
v1.6.4
  • Loading branch information
Impa10r authored Jul 10, 2024
2 parents 9073ac7 + dcb4851 commit aee3698
Show file tree
Hide file tree
Showing 13 changed files with 436 additions and 234 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"program": "${workspaceFolder}/cmd/psweb/",
"showLog": false,
"envFile": "${workspaceFolder}/.env",
//"args": ["-datadir", "/home/vlad/.peerswap2"]
"args": ["-datadir", "/home/vlad/.peerswap2"]
}
]
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Versions

## 1.6.4

- Implement advertizing L-BTC balance: LND send and receive, CLN send
- Pre-fill swap amount to return the channel closer to 50/50 if viable
- Persist NodeId per ChannelId map to avoid *closed channel*
- Apply AutoFees even while HTLC is pending

## 1.6.3

- Fix bug in accounting for non-peerswap related invoices
Expand Down
127 changes: 0 additions & 127 deletions CODE_OF_CONDUCT.md

This file was deleted.

Loading

0 comments on commit aee3698

Please sign in to comment.