Skip to content

Commit 5ce7ec8

Browse files
authored
Merge pull request #2094 from get10101/feat/two-bdks
Update `bdk` to version `1.0.0-alpha.6`
2 parents 1dc4147 + 286271c commit 5ce7ec8

File tree

160 files changed

+3009
-9808
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+3009
-9808
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -260,20 +260,20 @@ jobs:
260260
set -euxo pipefail
261261
262262
just wait-for-electrs-to-be-ready
263-
263+
264264
settings_target_path="data/coordinator/regtest/coordinator-settings.toml"
265-
265+
266266
cp coordinator/example-settings/test-coordinator-settings.toml "$settings_target_path"
267267
echo "Copied test settings to $settings_target_path"
268268
269269
echo "Starting coordinator"
270-
ls -lah ./target/debug/
270+
ls -lah ./target/debug/
271271
./target/debug/coordinator &> ./data/coordinator/regtest.log &
272272
just wait-for-coordinator-to-be-ready
273273
echo "Coordinator successfully started."
274274
- name: Run maker
275275
run: |
276-
docker run --pull always -d --name maker ghcr.io/get10101/aristides/aristides:main regtest --orderbook http://172.17.0.1:8000
276+
just run-maker-detached
277277
echo "Maker successfully started."
278278
- name: Run e2e tests
279279
run: RUST_BACKTRACE=1 ${{ matrix.tests }} --nocapture --ignored

Diff for: CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Fix(wallet): Gracefully handle an error during the wallet sync. Fixes an issue where the app was not able to start because of an inconsistent state.´
10+
- Fix(wallet): Gracefully handle an error during the wallet sync. Fixes an issue where the app was not able to start because of an inconsistent state.
1111
- Feat: Show closing txid on closing and closed channels.
12+
- Feat(wallet): Upgrade `bdk` to version `1.0.0-alpha.6`, solving a lot of problems with the app's on-chain sync.
13+
- Fix(dlc): Mark channel-opening transaction as confirmed after 1 confirmation.
14+
- Fix(wallet): Prevent some app crashes and freezes when sending on-chain or opening a DLC channel.
15+
- Chore(wallet): Remove Lightning payments from transaction history.
1216

1317
## [1.9.0] - 2024-02-26
1418

0 commit comments

Comments
 (0)