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

spesmilo / electrum / 6535496685322240 / 1
62%
master: 66%

Build:
Build:
LAST BUILD BRANCH: 202605_lnpeer_ping_flood
DEFAULT BRANCH: master
Ran 11 Dec 2025 04:55PM UTC
Files 88
Run time 4s
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 Dec 2025 04:48PM UTC coverage: 62.395% (+0.03%) from 62.37%
6535496685322240.1

Pull #10356

CirrusCI

SomberNight
transaction: tx_from_any: rm all whitespaces from str, none from bytes

- whitespaces are safe to remove from strings, and is convenient if we do this for users
- bytes-like inputs should be left alone: individual bytes that look like whitespaces can appear in them anywhere
  - even stripping the leading/trailing whitespaces is not safe to do: the first byte of the nVersion or the last byte of the nLocktime might look like whitespace too!
- instead, leading/trailing whitespaces can be stripped closer to where they are input, e.g. in the GUI
  - e.g. ".txn" files that we ourselves create contain a complete tx as a hex string, with a trailing final newline in the file
    - instead of reading that as bytes, we can read it as text
  - ".psbt" files OTOH are binary
Pull Request #10356: tx: replace all whitespace chars in raw tx (convert_raw_tx_to_hex)

23729 of 38030 relevant lines covered (62.4%)

0.62 hits per line

Source Files on job 6535496685322240.1
  • Tree
  • List 88
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 6535496685322240
  • 37db6ea7 on github
  • Prev Job for on remove_newline_rawtx (#6378870871425024.1)
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