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

shinghim / rust-bitcoin / 9908889081
84%

Build:
DEFAULT BRANCH: master
Ran 12 Jul 2024 01:44PM UTC
Jobs 1
Files 93
Run time 1min
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

11 Jul 2024 10:31PM UTC coverage: 83.094% (+0.02%) from 83.073%
9908889081

push

github

apoelstra
Merge rust-bitcoin/rust-bitcoin#2996: Add alloc feature to `base58`, `addresses`, and `primitives`

<a class=hub.com/shinghim/rust-bitcoin/commit/<a class="double-link" href="https://git"><a class=hub.com/shinghim/rust-bitcoin/commit/dc96475f58d4593a5fc29cfb858e0311ded69b87">dc96475f5 Add/fix alloc features (Tobin C. Harding)

Pull request description:

  Eventually we would like all our crates other than `bitcoin` to be able to be used without an allocator. Currently, and during crate smashing, this is not that useful because so much of the code comes from `bitcoin` and relies on the availability of an allocator.

  As an initial step, add the `alloc` feature to `addresses` , `base58`, and `primitives`.

  In order to to keep `--no-default-features` builds working make the crates empty if the `alloc` feature is not enabled. This is a suboptimal solution because the error messages users will get when they forget to enable `alloc` will be confusing (eg something like primitives does not contain Transaction). However our CI script (`run_task.sh`) expects `--no-default-features` to build cleanly (as do I).

ACKs for top commit:
  apoelstra:
    ACK dc96475f58d4593a5fc29cfb858e0311ded69b87
  Kixunil:
    ACK dc96475f58d4593a5fc29cfb858e0311ded69b87

Tree-SHA512: 28006ad637e7ad0d082c5ac9e2b957ae3a2

19587 of 23572 relevant lines covered (83.09%)

15711.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9908889081.1 12 Jul 2024 01:44PM UTC 0
83.09
GitHub Action Run
Source Files on build 9908889081
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #9908889081
  • 6c8f7596 on github
  • Prev Build on master (#9876673810)
  • Next Build on master (#9914633355)
  • Delete
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