• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Recached

bitcoindevkit / rust-esplora-client
89%

Build:
DEFAULT BRANCH: master
Repo Added 15 Sep 2022 01:44PM UTC
Token IBUNjm6ZR7s6tsXsXsfQLk2BEDdzdiX0U regen
Build 579 Last
Files 4
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 02-07-upgrade-bitcoin-0.31
  • 06-10-upgrade-bitcoin
  • 06-13-dev-dependencies
  • 10-16-upgrade-bitcoin
  • 2022-09-add-feature-parity-tests
  • 2022-10-add-get-header-by-hash
  • 2022-10-fix-deprecation-version
  • 2022-10-get-merkle-block
  • 2023-03-expose-tls-backend-choice
  • 2024-01-switch-to-minreq
  • add-clippy-on-CI
  • adding_documentation
  • async-client-derive-clone-and-getters
  • blocks
  • bump-to-0.2.0
  • bump-to-v0.6.0
  • bump_electrsd
  • bump_to_v0.4.0
  • bump_to_v0.5.0
  • bump_version_010
  • bump_version_0100
  • chore/0.12.x-fix-msrv-pins
  • chore/add-codeowners-file
  • chore/alloc-serde-json
  • chore/api-fixups
  • chore/bump-msrv-to-1.75.0
  • chore/bump-package-to-0.12.3
  • chore/bump-webpki-roots-1.0.4
  • chore/deprecate-get-blocks
  • chore/document-missing
  • chore/update-pins-12.x
  • chore/upgrade-and-bump-ci
  • ci-with-rust-stable-msrv
  • ci/add-nightly-audit-job
  • ci/codecov
  • ci/fix_cache
  • ci/msrv_163
  • ci/pin-deps
  • ci/pin-native-tls-to-0.2.13
  • ci/pin-socket2-dep
  • ci/pin_url_dep
  • ci/test-msrv
  • ci/test_single_thread
  • ci/update-pinned-webpki-roots
  • code-cleanup
  • deps/bump-electrsd
  • deps/upgrade-rust-bitcoin-to-0.32.0
  • disable-default-features-bitcoin
  • einherjar/test-wasm
  • err-12-3
  • expose_electrum_errors
  • feat/add-new-minireq-client
  • feat/add-tor-with-async-arti-hyper-feature
  • feat/address-addr-utxo-endpoint
  • feat/custom-testenv
  • feat/impl-missing-methods
  • feat/justfile
  • feat/pin-msrv-script
  • feat/retryable
  • feat/run-ci-on-all
  • feat/serde-json-err-variant
  • feature/async_minreq_migration
  • feature/get_block_status
  • feature/query-block-hash-by-height
  • feature/rm-block-summary
  • fix-confirmation-target-type
  • fix-socks-feature
  • fix-update
  • fix/blocking-retry
  • fix/ci-code-coverage-upload-artifact-action
  • fix/ci-msrv-pin-tokio-to-1.38.1
  • fix/convert-fee-rate
  • fix/hex_dependency
  • fix/remove-lazy-static
  • fix_readme
  • get-address-info
  • get-block
  • get_recent_blocks
  • http-header-support
  • macros/api
  • make-blocking-client-transparent
  • master
  • mempool
  • mempool/recommended-fees
  • patch-1
  • phlip9/fix-doc
  • phlip9/update-reqwest-0.12
  • pin_base64
  • pull/75
  • refactor/broadcast-api-to-return-txid
  • refactor/harmonize-variable-naming
  • refactor/improve-docs-and-async-client-methods
  • refactor/improve-error-handling-and-remove-unwrap
  • refactor/make-library-generic-over-any-http-client
  • refactor/minreq
  • refactor/use-default-tokio-or-sleep-fn
  • refs/pull/56/merge
  • refs/pull/57/merge
  • refs/pull/58/merge
  • refs/tags/0.12.1
  • refs/tags/v0.1.0
  • refs/tags/v0.1.1
  • refs/tags/v0.10.0
  • refs/tags/v0.11.0
  • refs/tags/v0.12.0
  • refs/tags/v0.12.1
  • refs/tags/v0.12.2
  • refs/tags/v0.12.3
  • refs/tags/v0.2.0
  • refs/tags/v0.3.0
  • refs/tags/v0.4.0
  • refs/tags/v0.5.0
  • refs/tags/v0.6.0
  • refs/tags/v0.7.0
  • refs/tags/v0.8.0
  • refs/tags/v0.9.0
  • relax-ureq
  • release-0.3.0
  • release/0.11.0
  • release/0.12.x
  • release/bump-version-to-0.12.0
  • release/bump-version-to-0.12.1
  • release/bump-version-to-0.12.2
  • remove-async-std-dep
  • return-error-issue#47
  • rust_version_163
  • submit-tx-pkg-clients
  • test-bitcoin
  • test/114
  • tx-status-no-opt
  • update-ureq-to-2.5.0
  • update_ci
  • v0_9_0

22 Apr 2026 08:23PM UTC coverage: 88.725%. Remained the same
24800788428

push

github

luisschwab
Merge bitcoindevkit/rust-esplora-client#177: ci(audit): add new nightly `cargo audit` job

<a class=hub.com/bitcoindevkit/rust-esplora-client/commit/<a class="double-link" href="https://git"><a class=hub.com/bitcoindevkit/rust-esplora-client/commit/02dee379d63cfa424681ae8c8c65c1f73cc38ad4">02dee379d ci(audit): add new `cargo audit` job (Leonardo Lima)

Pull request description:

  ### Description

  As I was going through the recent audit issues in `bdk` and `bdk_wallet` I noticed this nightly job was missing here.

  I've added the new `audit.yml` job in CI and also added the `.cargo/audit.toml` in case we need to ignore any unapplicable advisories in the future.

  ### Changelog notice

  ```

  ### Added

  - ci(audit): add new nightly `cargo audit` job
  - chore: add new `.cargo/audit.toml`

  ```

  ### Checklists

  #### All Submissions:

  * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)

ACKs for top commit:
  luisschwab:
    ACK 02dee379d63cfa424681ae8c8c65c1f73cc38ad4
  notmandatory:
    ACK 02dee379d63cfa424681ae8c8c65c1f73cc38ad4

Tree-SHA512: d68f3fbdde323b9d6ead0e01a028e05f46a

1503 of 1694 relevant lines covered (88.72%)

11.61 hits per line

Relevant lines Covered
Build:
Build:
1694 RELEVANT LINES 1503 COVERED LINES
11.61 HITS PER LINE
Source Files on master
  • Tree
  • List 4
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24800788428 master Merge bitcoindevkit/rust-esplora-client#177: ci(audit): add new nightly `cargo audit` job 02dee379d ci(audit): add new `cargo audit` job (Leonardo Lima) Pull request description: ### Description As I was goin... push 22 Apr 2026 08:28PM UTC luisschwab github
88.72
24613150414 chore/api-fixups Merge 39bf961ea into f115da2b7 Pull #157 18 Apr 2026 08:26PM UTC web-flow github
88.74
24571881561 chore/api-fixups Merge 9a97e86b8 into f115da2b7 Pull #157 17 Apr 2026 03:04PM UTC web-flow github
88.76
24571352308 chore/api-fixups Merge 754558c8f into f115da2b7 Pull #157 17 Apr 2026 02:52PM UTC web-flow github
88.76
24251869325 chore/api-fixups Merge df3b30629 into f115da2b7 Pull #157 10 Apr 2026 04:01PM UTC web-flow github
88.76
24250229809 chore/api-fixups Merge f6a114b72 into f115da2b7 Pull #157 10 Apr 2026 03:22PM UTC web-flow github
88.74
24249247182 chore/api-fixups Merge fe686f0b3 into f115da2b7 Pull #157 10 Apr 2026 03:01PM UTC web-flow github
88.55
24249177637 chore/api-fixups Merge ab5ea70c6 into f115da2b7 Pull #157 10 Apr 2026 03:00PM UTC web-flow github
88.55
23875331373 chore/api-fixups Merge 8337a89fb into f115da2b7 Pull #157 01 Apr 2026 11:13PM UTC web-flow github
88.55
23875254134 chore/api-fixups Merge f2a2a16d6 into f115da2b7 Pull #157 01 Apr 2026 11:11PM UTC web-flow github
88.55
See All Builds (493)

Badge your Repo: rust-esplora-client

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc