Releases: get10101/10101
Releases · get10101/10101
1.8.4
- Chore: Add funding txid to list dlc channels api
- Fix(app): Panic during startup: in a situation where we fell behind in the protocol rust-lightning paniced to protect us from publishing an outdated commitment transaction. This was not an issue for us in most cases because the commitment transaction was not publishable anyways due to our dlc-ln channels.
1.8.3
1.8.2
1.8.1
1.8.0
- Chore: move telegram link into toplevel of settings so that it can be found easier
- Feat: update coordinator API to show more details on pending channel balance
- Feat: show dlc-channel balance instead of ln-balance in app and in coordinator's API
- Feat: allow collaboratively close a channel from coordinator and the app
- Chore: don't allow multiple dlc-channels per user
- Feat: show dlc-channel opening transaction in transaction history
- Feat: allow force-close a DLC channel
- Feat: made sure that rollover works with dlc-channels
- Fix: correctly remember reserved utxos and don't accidentally double spend
- Feat: Allow recovering from a stuck protocol state by resending last outbound dlc message on connect
- Feat: update api to collaboratively revert a dlc-channel
- Feat: Allow continuing from an offered dlc channel state (offered, settle offered and collab close offered)
- Feat: add a new project
webapp
. Eventually this will have the same functionality as our app (and more) and can be run on a self-hosted server - Chore (webapp): Add API allow requests from any origin (CORS)
- Feat (webapp): Allow creating new orders through
webapp
- Feat (webapp): Show open position in trade screen
1.7.4
1.7.3
- Fix: a bug which may lead to a stuck position due to some async tasks. Instead of having an async task closing positions we are explicitly closing positions now according to the protocol.
- Feat: Add delete network graph in settings
- Fix: Make switch buttons in receive screen not jumpy
1.7.2
1.7.1
- Feat: Pay lightning invoice with USD-P balance.
- Feat: Open scanner on send button.
- Feat: Add bidirectional swap drawer.
- Fix: Add route prober api.
- Feat: Do not arbitrarily cap routing fee, to increase likelihood of payment success.
- Fix: Only display active liquidity options.
- Chore: Reduce log output related to syncing the Lighting wallet.
- Fix: Revert dropping io-util in ldk 117 fork.