Skip to content

Commit

Permalink
Merge pull request #1592 from get10101/release/1.5.1
Browse files Browse the repository at this point in the history
Release version 1.5.1
  • Loading branch information
holzeis authored Nov 16, 2023
2 parents d955e9f + f801d06 commit f516868
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.1] - 2023-11-16

- Add on-boarding wizard
- Add backup and restore for lightning, dlc and 10101 data
- Add support for resizing positions
- Add beta disclaimer
- Ensure that payout curve cannot be negative
- Consider fee in payout curve
- Ensure that inverse payout curve does not go over oracle's maximum BTC price
- Add multiple oracle support on coordinator

## [1.5.0] - 2023-11-06

Expand Down Expand Up @@ -160,7 +168,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Self-Custodial CFD Trading based on DLC and lightning

[Unreleased]: https://github.com/get10101/10101/compare/1.5.0...HEAD
[Unreleased]: https://github.com/get10101/10101/compare/1.5.1...HEAD
[1.5.1]: https://github.com/get10101/10101/compare/1.5.0...1.5.1
[1.5.0]: https://github.com/get10101/10101/compare/1.4.4...1.5.0
[1.4.4]: https://github.com/get10101/10101/compare/1.4.3...1.4.4
[1.4.3]: https://github.com/get10101/10101/compare/1.4.2...1.4.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions coordinator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coordinator"
version = "1.5.0"
version = "1.5.1"
edition = "2021"

[dependencies]
Expand All @@ -16,7 +16,6 @@ futures = "0.3"
hex = "0.4"
lazy_static = "1.4.0"
lightning-persister = "0.0.116"
ln-dlc-storage = { path = "../crates/ln-dlc-storage" }
local-ip-address = "0.5.1"
opentelemetry = "0.19.0"
opentelemetry-prometheus = "0.12.0"
Expand All @@ -27,11 +26,17 @@ serde_json = "1"
sled = "0.34"
thiserror = "1.0"
tokio-metrics = "0.2.2"
tokio-util = { version = "0.7", features = ["io"] }
toml = "0.7.3"
tracing = "0.1.37"
url = "2.3.1"

[dependencies.ln-dlc-storage]
path = "../crates/ln-dlc-storage"

[dependencies.tokio-util]
version = "0.7"
features = ["io"]

[dependencies.tokio-cron-scheduler]
version = "0.9.4"

Expand Down
2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: get_10101
description: 10101 combines the power of a self-custodial on-chain and off-chain wallet with the vast world of trading.
publish_to: none
version: 1.5.0
version: 1.5.1
environment:
sdk: '>=3.1.2 <4.0.0'
dependencies:
Expand Down

0 comments on commit f516868

Please sign in to comment.