Skip to content

Commit

Permalink
hot: add hot wallet basics
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jun 30, 2024
1 parent 3e84bab commit 3f1eae6
Show file tree
Hide file tree
Showing 10 changed files with 1,329 additions and 119 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# NOTE: Dont use nix here everything should be based on the ubuntu-latest
# NOTE: Don't use nix here everything should be based on the ubuntu-latest
- name: Install rust stable
uses: actions-rs/toolchain@v1
with:
Expand All @@ -31,6 +31,7 @@ jobs:
fail-fast: false
matrix:
feature:
- hot
- serde
- esplora
- electrum
Expand All @@ -39,7 +40,7 @@ jobs:
- serde,esplora
steps:
- uses: actions/checkout@v4
uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@v26
- name: Check feature ${{ matrix.feature }} only
run: nix develop .#stable -c cargo check --no-default-features --features=${{ matrix.feature }}
- name: Check feature ${{ matrix.feature }} with defaults
Expand All @@ -52,7 +53,7 @@ jobs:
os: [ ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, windows-2019, windows-2022 ]
steps:
- uses: actions/checkout@v4
# NOTE: Dont use nix in platform checks everything should based on the host system
# NOTE: Don't use nix in platform checks everything should be based on the host system
- name: Install rust stable
uses: actions-rs/toolchain@v1
with:
Expand Down
Loading

0 comments on commit 3f1eae6

Please sign in to comment.