lbryio / lbcd

An alternative full node implementation of LBRY's blockchain written in Go (golang)
https://lbry.com/
ISC License
38 stars 25 forks source link

rpc: support hex data output for createrawtransaction #93

Closed roylee17 closed 1 year ago

roylee17 commented 1 year ago

Fix #35

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3057200470


Changes Missing Coverage Covered Lines Changed/Added Lines %
rpcclient/rawtransactions.go 0 12 0.0%
rpcserver.go 0 60 0.0%
<!-- Total: 1 73 1.37% -->
Files with Coverage Reduction New Missed Lines %
integration/rpctest/blockgen.go 2 83.78%
peer/peer.go 2 76.39%
btcec/signature.go 3 92.82%
rpcserver.go 8 0.29%
<!-- Total: 15 -->
Totals Coverage Status
Change from base Build 2975361315: -0.04%
Covered Lines: 22482
Relevant Lines: 43576

💛 - Coveralls