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

bitpay / bitcore-lib / 142
98%
master: 98%

Build:
Build:
LAST BUILD BRANCH: v8.0.0
DEFAULT BRANCH: master
Ran 30 Sep 2016 08:33PM UTC
Jobs 1
Files 47
Run time 6s
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

pending completion
142

Pull #50

travis-ci

web-flow
<a href="https://github.com/bitpay/bitcore-lib/commit/<a class=hub.com/bitpay/bitcore-lib/commit/3bf6ed5e6b714fb55834a8131bbdc9fedbc1e27c">3bf6ed5e6<a href="https://github.com/bitpay/bitcore-lib/commit/3bf6ed5e6b714fb55834a8131bbdc9fedbc1e27c">&quot;&gt;Add test for &amp;quot;Witness pay-to-compressed-pubkey (v0)&amp;quot;

Using this code in the test to get test data:
```
string TxHexStr(CTransaction tx)
{
    CDataStream ssTx(SER_NETWORK, PROTOCOL_VERSION);
    ssTx &amp;lt;&amp;lt; tx;
    std::string ssTxStr = ssTx.str();
    return HexStr(ssTxStr);
}

std::cout &amp;lt;&amp;lt; &amp;quot;scriptPubkey1: &amp;quot; + HexStr(scriptPubkey1) + &amp;quot;\n&amp;quot;;
std::cout &amp;lt;&amp;lt; &amp;quot;output1: &amp;quot; + TxHexStr(output1) + &quot;\n&quot;;
```

From commit bitcoin core 0.13.0 commit: </a><a class="double-link" href="https://github.com/bitpay/bitcore-lib/commit/<a class="double-link" href="https://github.com/bitpay/bitcore-lib/commit/a402396dce64c42ea73535b7dde4a9164d430438">a402396dc</a>">a402396dc</a><a href="https://github.com/bitpay/bitcore-lib/commit/3bf6ed5e6b714fb55834a8131bbdc9fedbc1e27c">
In the file: src/test/transaction_tests.cpp#L493
Pull Request #50: WIP: Segwit nested p2sh signing

306 of 306 new or added lines in 8 files covered. (100.0%)

4984 of 5128 relevant lines covered (97.19%)

943.68 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
lib/transaction/transaction.js
2
100.0
lib/transaction/input/multisigscripthash.js
3
100.0
lib/transaction/sighashwitness.js
5
100.0
lib/script/script.js
24
100.0
lib/script/interpreter.js

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
lib/transaction/transaction.js
7
100.0
lib/script/script.js
16
100.0
lib/script/interpreter.js
Jobs
ID Job ID Ran Files Coverage
1 142.1 30 Sep 2016 08:33PM UTC 0
97.19
Travis Job 142.1
Source Files on build 142
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #142
  • Pull Request #50
  • PR Base - 1.0.0 (#127)
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