Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bdk to version 1.0.0-alpha.6 #2094

Merged
merged 5 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,20 +260,20 @@ jobs:
set -euxo pipefail

just wait-for-electrs-to-be-ready

settings_target_path="data/coordinator/regtest/coordinator-settings.toml"

cp coordinator/example-settings/test-coordinator-settings.toml "$settings_target_path"
echo "Copied test settings to $settings_target_path"

echo "Starting coordinator"
ls -lah ./target/debug/
ls -lah ./target/debug/
./target/debug/coordinator &> ./data/coordinator/regtest.log &
just wait-for-coordinator-to-be-ready
echo "Coordinator successfully started."
- name: Run maker
run: |
docker run --pull always -d --name maker ghcr.io/get10101/aristides/aristides:main regtest --orderbook http://172.17.0.1:8000
just run-maker-detached
echo "Maker successfully started."
- name: Run e2e tests
run: RUST_BACKTRACE=1 ${{ matrix.tests }} --nocapture --ignored
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- 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.´
- 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.
- Feat: Show closing txid on closing and closed channels.
- Feat(wallet): Upgrade `bdk` to version `1.0.0-alpha.6`, solving a lot of problems with the app's on-chain sync.
- Fix(dlc): Mark channel-opening transaction as confirmed after 1 confirmation.
- Fix(wallet): Prevent some app crashes and freezes when sending on-chain or opening a DLC channel.
- Chore(wallet): Remove Lightning payments from transaction history.

## [1.9.0] - 2024-02-26

Expand Down
Loading
Loading