Skip to content

Releases: get10101/10101

2.1.1

05 Apr 20:57
86e9219
Compare
Choose a tag to compare

What's Changed

  • chore(api)!: Refactor limit and market order models by @bonomat in #2316
  • fix: Do not load inactive polls by @holzeis in #2331
  • chore: Add ios compatibility to starting from 12.0 by @holzeis in #2334
  • fix: Do not publish recover dlc background task if settled closing by @holzeis in #2340
  • feat(app): show latest price in trading overview by @bonomat in #2333
  • feat: Add order matching fee to trades by @holzeis in #2336
  • chore: Remove unused dlc expiry timestamp from trades by @holzeis in #2337
  • feat: Add trader realized pnl to trades by @holzeis in #2338
  • Release version 2.1.0 by @1010Tom in #2343
  • chore: Move trading pair to app bar title by @holzeis in #2344
  • feat: Add max quantity button by @holzeis in #2332
  • chore: Add dlc channel event to flutter by @holzeis in #2345
  • feat(webapp): Create DLC Channel Dialog by @bonomat in #2342
  • Do not mark bug and technical-debt issues as stale by @luckysori in #2348
  • chore: Prevent order submission in intermediate dlc channel state by @holzeis in #2339
  • Remove unneeded Flutter dependency override by @luckysori in #2357
  • Fix: Close open position if dlc channel got force closed by @holzeis in #2356
  • fix: Subscribe to the websocket after the node has started by @holzeis in #2362
  • Release version 2.1.1 by @1010Tom in #2365

Full Changelog: 2.0.7...2.1.1

2.1.0

29 Mar 17:04
9000bc4
Compare
Choose a tag to compare
2.1.0 Pre-release
Pre-release

What's Changed

  • chore(api)!: Refactor limit and market order models by @bonomat in #2316
  • fix: Do not load inactive polls by @holzeis in #2331
  • chore: Add ios compatibility to starting from 12.0 by @holzeis in #2334
  • fix: Do not publish recover dlc background task if settled closing by @holzeis in #2340
  • feat(app): show latest price in trading overview by @bonomat in #2333
  • feat: Add order matching fee to trades by @holzeis in #2336
  • chore: Remove unused dlc expiry timestamp from trades by @holzeis in #2337
  • feat: Add trader realized pnl to trades by @holzeis in #2338
  • Release version 2.1.0 by @1010Tom in #2343

Full Changelog: 2.0.7...2.1.0

2.0.7

26 Mar 05:24
d188ab4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.6...2.0.7

2.0.6

22 Mar 23:23
5a4a74f
Compare
Choose a tag to compare

What's Changed

  • fix: a warning we received from apple by @bonomat in #2257
  • chore: introduce fvm (flutter version manager) by @bonomat in #2236
  • Keep context for TradingError::Other by @luckysori in #2264
  • chore: Do not spawn on trade execution by @holzeis in #2266
  • chore: Wait for current context to get available when showing recover dlc dialog by @holzeis in #2265
  • fix: Refresh dlc channels when opening force close channel screen by @holzeis in #2267
  • chore: Show settle transaction txid on dlc channels api by @holzeis in #2271
  • feat: introduce dev-maker by @bonomat in #2283
  • dev/app: A few fixes and clean-ups by @bonomat in #2295
  • chore: Add admin api to resend renew revoke message by @holzeis in #2293
  • feat(emergency kit): Add possibility to recreate position from failed order and signed channel by @holzeis in #2296
  • feat: Shadow dlc channels by @holzeis in #2287
  • fix: Only send dlc messages if processing was successful by @holzeis in #2294
  • feat(mobile): Select max channel size by @bonomat in #2259
  • feat: Add coordinator and trader funding collateral to dlc channels by @holzeis in #2299
  • chore(ci): Remove unused cache step by @holzeis in #2303
  • chore(ci): Check if *-fastlane file has changed by @holzeis in #2304
  • chore(ci): Add missing android app output by @holzeis in #2305
  • fix: allow to overwrite flutter version by @bonomat in #2306
  • Release version 2.0.6 by @1010Tom in #2308

Full Changelog: 2.0.5...2.0.6

2.0.5

15 Mar 17:16
df62127
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

2.0.4

11 Mar 19:37
83413d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4

2.0.3

11 Mar 12:41
c33b6be
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2

11 Mar 11:47
151396c
Compare
Choose a tag to compare
2.0.2 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

11 Mar 11:21
7c2b471
Compare
Choose a tag to compare
2.0.1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

08 Mar 14:40
94a85cd
Compare
Choose a tag to compare

What's Changed

  • chore: Set expired async orders to expired by @holzeis in #2100
  • fix: remove line that runs clippy on maker/ by @Restioson in #2102
  • fix: Handle wallet sync error during startup by @holzeis in #2090
  • Replace TCP with WebSockets (when feature gate enabled) by @Restioson in #2059
  • fix: Github link in app info by @AntonyLeons in #2101
  • chore: upgrade flutter to 3.19.1 by @bonomat in #2081
  • fix(test): Wait for a few seconds before retrying opening a dlc channel after rejection by @holzeis in #2105
  • Show log file location on desktop by @luckysori in #2111
  • chore(ci): Create manifest image for webapp by @holzeis in #2109
  • chore(ci): Bump webapp version in Cargo.toml on draft release by @holzeis in #2110
  • fix: Create trade after finished dlc protocol by @holzeis in #2084
  • fix(orderbook): Only return open orders by @holzeis in #2112
  • chore(app): Reduce position list item height by @holzeis in #2114
  • fix: Remove info icons on order modal by @holzeis in #2097
  • Feat: Add closing tx by @holzeis in #2099
  • chore(app): Reduce channel config modal height to match order modal height by @holzeis in #2113
  • chore(app): Improve formatting on confirmation modal by @holzeis in #2116
  • chore(webapp): Bump axum-login dependency to 0.13.1 by @holzeis in #2118
  • chore(app): Reduce rounding on the status dialog by @holzeis in #2115
  • Update bdk to version 1.0.0-alpha.6 by @luckysori in #2094
  • chore(app): Rework some styling changes after the flutter upgrade by @holzeis in #2122
  • chore(app): Remind about minimum channel collateral when receiving on chain funds by @holzeis in #2124
  • Minor dependency tweaks by @luckysori in #2134
  • Display more fee information when opening a DLC channel by @luckysori in #2062
  • chore(ci): Create pre-releases with generated release notes by @holzeis in #2121
  • feat: Add admin api to send targeted push notifications by @holzeis in #2135
  • fix(rollover): Remove outdated rollover recovery logic by @holzeis in #2144
  • chore(app): Change background color back to grey by @holzeis in #2145
  • chore(dlc_protocol): Track rollovers in dlc protocol table by @holzeis in #2125
  • feat(emergency kit): Add delete position and resend settle finalize message by @holzeis in #2147
  • chore(emergency kit): Add option to rollback channel to last stable state by @holzeis in #2146
  • Upgrade Rust to version 1.76 by @luckysori in #2148
  • chore(deps): bump mio from 0.8.6 to 0.8.11 by @dependabot in #2150
  • chore(app): Set background color on app bar wrapper by @holzeis in #2149
  • fix: Ensure that we do not send a negative reserve by @holzeis in #2158
  • chore(channel offer): Reject a dlc channel offer if the processing fails by @holzeis in #2157
  • Perform full sync of app on-chain wallet on startup if needed by @luckysori in #2151
  • chore(channel): Ignore invalid collab close offers by @holzeis in #2159
  • feat(webapp): 2 improvements: Show total balance and introduce order confirmation dialog by @bonomat in #2165
  • chore: Bump webapp in dedicated step by @holzeis in #2162
  • Check for old wallet data in correct location by @luckysori in #2172
  • feat(webapp): add currency toggle to navbar to display balances in Sats/Btc or USD by @bonomat in #2173
  • feat(trade): Block users from trading with an old app version by @holzeis in #2174
  • Allow coordinator to run full sync via HTTP API by @luckysori in #2175
  • fix(ci) cargo set-version needs the package not path by @bonomat in #2176
  • feat(webapp): add leverage slider by @bonomat in #2178
  • feat(web): show transaction details in a dialog by @bonomat in #2177
  • fix(balance): Add off chain balance to the total balance by @holzeis in #2180
  • chore(app): Increase shade on disabled fields by @holzeis in #2183
  • fix(balance): Check sub details received from sent by @holzeis in #2185
  • chore(ci): Remove left over references to the changelog by @holzeis in #2186
  • fix(wallet): Sync on chain wallet periodically by @holzeis in #2192
  • docs(readme): Remove lightning faucet guide by @holzeis in #2193
  • Do not error when user is typing send amount by @luckysori in #2194
  • Release version 2.0.0 by @1010Tom in #2195

New Contributors

Full Changelog: 1.9.0...2.0.0