Skip to content

Releases: get10101/10101

1.9.0

26 Feb 09:10
f817629
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.11...1.9.0

1.8.11

20 Feb 06:35
6d622ee
Compare
Choose a tag to compare
Merge pull request #2067 from get10101/release/1.8.11

Release version 1.8.11

1.8.10

19 Feb 20:33
1909c44
Compare
Choose a tag to compare
  • Fix(mobile): Fixed a bug where the app didn't load. This was because of some inconsistency in the db where a failed order didn't have a failure reason.

1.8.9

19 Feb 08:17
face604
Compare
Choose a tag to compare
  • Fix(validation): Show correct max counterparty collateral in validation message.
  • Fix(mobile): Calculate counterparty balance correctly when checking the validity of trade parameters.
  • Fix(trade): Spawn dedicated tokio task when executing trade.
  • Chore(wallet): Unreserve locked utxos if offer get rejected.
  • Fix(order): Insert channel-opening parameters before posting order to the coordinator. This prevents the app from running into a race condition between the completion of the HTTP request and the app being notified about the order being matched.

1.8.8

14 Feb 16:35
b2f3be8
Compare
Choose a tag to compare
  • Feat(mobile): Let user add a name to their profile for the leaderboard
  • Feat(coordinator): Allow to specify time range for leadership board
  • Fix: Prevent trade failures by ensuring that the funding transaction is not overpaying fees unexpectedly.

1.8.7

10 Feb 18:40
e79554a
Compare
Choose a tag to compare
  • Fix(mobile): Make disclaimer screen usable on smaller devices.
  • Feat(mobile): Allow to manually increase for how many derived addresses to sync for. This might be needed if you recovered a wallet and do not see any on-chain funds.
  • Feat(mobile): Allow users to register with Email, Nostr and Telegram handle and let them change these details later on.

1.8.6

08 Feb 13:45
eb499bb
Compare
Choose a tag to compare
  • Feat(mobile): Add in-app survey feature. The coordinator can trigger surveys which will be shown in the app.
  • Feat(webapp): show tradingview chart
  • Refactor(webapp): Replace axum-server with low lever rust-tls implementation
  • Feat(coordinator): Add endpoint to get a leadership board
  • Feat(settings): Show all dlc channels in settings
  • Feat(settings): Add emergency kit to delete dlc channel
  • Feat(webapp): Show version on login screen

1.8.5

05 Feb 10:41
8ac0015
Compare
Choose a tag to compare
  • Feat(webapp): Show order history
  • Fix: Add reject dlc channel, settle and renew offer
  • Chore: Change pending offer policy to reject on reconnect
  • Fix: Prevent proposing another dlc channel offer if there is already a pending one
  • Feat: upload APKs as artifact to GitHub
  • Feat(settings): Add emergency kit screen to set orders in filling to failed

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