Releases: Impa10r/peerswap-web
Releases · Impa10r/peerswap-web
v1.7.7
- Fix Auto Fee not working for channels with no outbound forwards
- Better indication when all channels with a peer are inactive
- Catch Bitcoin Core and Elements Core RPC errors
- Fix telegram bot panic on wrong token or chat id
- Allow Bitcoin fee rates with 0.01 precision
- Reserve 1200 sats of LBTC balance to save on Elements fees
- Show confidential peg-in join time limit on peg-in form
- Allow updating txid of externally funded peg-in when not found
v1.7.6
v1.7.5
v1.7.4
- Bump Go version to v1.22.2
- Bypass BTC balance check for a pegin from an external wallet
- Assume CT discounts on mainnet for Elements v23.02.03+
- Better predict swap cost for edge cases when change is under 1000 sats
- Try to get tx fee from local Elements first
- Warn of swap amount exceeding maximum
v1.7.3
v1.7.2
v1.7.1
v1.7.0
- Enable CT discounted vsize with Elements v23.02.03+ on testnet
- Correct swap fee estimates for CT discounted vsize
- Implement confidential joint peg-in claims for CT discounts
- Add option to fund peg-ins with an external transaction
- LND: Facilitate exact (to 0.001) fee rates for peg-ins and BTC withdrawals
- Change Custom Message serialization from JSON to GOB
- Change Custom Message type from 42067 to 42065
- Improve accounting for initiated swap outs and failed swaps
- Show circular rebalancing volumes and costs on main screen
- Advertised balances: cap at remote channel balance
- Advertised balances: round down to 0 if below 100k sats (min swap amount)
- Advertised balances: enabled by default to discourage brute force discovery
- CLN: Refactor psweb as a plugin to use hooks and notifications