Skip to content

Commit

Permalink
Add preliminary send payjoin support
Browse files Browse the repository at this point in the history
Remove Cargo.lock

fixed handlers formatting

payjoin 0.8.2

regenerated cargo.lock - pin tokio+tempfile to build with MSRV 1.57.0

Updated pin 8/28

added psbt::input crate
  • Loading branch information
willowens14 committed Sep 26, 2023
1 parent 6f61d2e commit 1f007db
Show file tree
Hide file tree
Showing 7 changed files with 264 additions and 131 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,12 @@ jobs:
cargo update -p cc --precise 1.0.81
cargo update -p tokio --precise 1.29.1
cargo update -p flate2 --precise 1.0.26
cargo update -p reqwest --precise "0.11.18"
cargo update -p h2 --precise "0.3.20"
cargo update -p rustls --precise "0.20.8"
- name: Build
run: cargo build --no-default-features --features repl,${{ matrix.features }} --locked
run: cargo build --no-default-features --features repl,${{ matrix.features }}
- name: Clippy
run: cargo clippy -- -D warnings
- name: Test
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

*.swp
.idea
Cargo.lock
Loading

0 comments on commit 1f007db

Please sign in to comment.