Skip to content

Commit

Permalink
Replace support for Bitcoin with support for Litecoin
Browse files Browse the repository at this point in the history
Prunes Zcash/Meros support instead of continuing their maintenance.
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent f7623dd commit 8486929
Show file tree
Hide file tree
Showing 37 changed files with 175 additions and 2,758 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-${{ hashFiles('rust-toolchain') }}-
- name: Electrs cache
uses: actions/cache@v2
with:
path: ~/coins/bitcoin/electrs/target/debug/electrs
key: ${{ runner.os }}-electrs-v0.8.10

- name: Nano-node cache
uses: actions/cache@v2
with:
Expand All @@ -83,11 +77,14 @@ jobs:
${{ runner.os }}-pip-electrum-
${{ runner.os }}-pip-
- name: Setup Bitcoin
run: ./ci/setup-coins/bitcoin.sh
- name: Setup Litecoin
run: ./ci/setup-coins/litecoin.sh

- name: Setup Monero
run: ./ci/setup-coins/monero.sh

- name: Setup Nano
run: ./ci/setup-coins/nano.sh

- name: Run Bitcoin-Nano swap tests
run: RUST_LOG=asmr=debug cargo test --features test_bitcoin_node,test_nano_node -- btc_and_nano --nocapture
- name: Run Litecoin-Monero swap tests
run: RUST_LOG=asmr=debug cargo test --features test_litecoin_node,test_monero_node -- ltc_and_xmr --nocapture
Loading

0 comments on commit 8486929

Please sign in to comment.