Skip to content

Releases: get10101/10101

1.8.4

31 Jan 14:45
853c202
Compare
Choose a tag to compare
  • 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

26 Jan 18:09
60564b5
Compare
Choose a tag to compare
  • Chore: Set minimum quantity to 1 if dlc channel is open
  • Chore: Enforce minimum margin of 250k instead of min quantity

1.8.2

26 Jan 12:56
afb8a4f
Compare
Choose a tag to compare
  • Feat: Add endpoint to force close ln-dlc channels

1.8.1

26 Jan 08:25
813722e
Compare
Choose a tag to compare
  • Chore: Enforce minimum quantity to 500 on dlc channel open

1.8.0

23 Jan 16:14
0843512
Compare
Choose a tag to compare
  • 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

20 Dec 08:33
c02ca35
Compare
Choose a tag to compare
  • Fix: allow recovering from a stuck position by rejecting or accepting pending offers

1.7.3

13 Dec 21:16
be51da9
Compare
Choose a tag to compare
  • 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

13 Dec 13:34
68226d9
Compare
Choose a tag to compare
  • Feat: Receive USD-P via Lightning
  • Fix: a situation where the app gets into a stuck state because a subchannel offer has not been rejected.

1.7.1

08 Dec 20:35
eca416b
Compare
Choose a tag to compare
  • 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.

1.7.0

07 Dec 05:28
14168db
Compare
Choose a tag to compare
  • Fix: Reduce WebSocket reconnect timeout to 200ms.
  • Feat: Replace speed dial button with send, receive and swap buttons.
  • Chore: Log channel details on a failed payment attempt.
  • Feat: Redesign of the wallet balance.