Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into wallet-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Apr 15, 2024
2 parents 43ddf5b + 22d489b commit 86cab4e
Show file tree
Hide file tree
Showing 239 changed files with 34,788 additions and 20,302 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,23 +116,3 @@ jobs:

- name: Test
run: cargo test --all

core:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install Rust Toolchain Components
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable

- uses: Swatinem/rust-cache@v2

- name: Install Bitcoin Core
run: ./bin/install-bitcoin-core-linux

- name: Test
run: cargo test --all -- --ignored
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/*.redb
/.idea/
/.vagrant
/.vscode
/docs/build
/env
/fuzz/artifacts
/fuzz/corpus
/fuzz/coverage
Expand Down
2,286 changes: 1,266 additions & 1,020 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 86cab4e

Please sign in to comment.