mirror of
https://github.com/LBRYFoundation/lbcutil.git
synced 2025-08-28 07:51:30 +00:00
This commit adds both positive and negative tests for the new Tx type to bring its coverage to 100%. This is part of the ongoing transaction hash optimization effort noted in conformal/btcd#25.
25 lines
1.6 KiB
Text
25 lines
1.6 KiB
Text
|
|
github.com/conformal/btcutil/base58.go Base58Decode 100.00% (20/20)
|
|
github.com/conformal/btcutil/base58.go Base58Encode 100.00% (15/15)
|
|
github.com/conformal/btcutil/addrconvs.go DecodeAddress 100.00% (14/14)
|
|
github.com/conformal/btcutil/addrconvs.go EncodeAddress 100.00% (14/14)
|
|
github.com/conformal/btcutil/block.go Block.TxSha 100.00% (11/11)
|
|
github.com/conformal/btcutil/block.go Block.TxShas 100.00% (10/10)
|
|
github.com/conformal/btcutil/tx.go NewTxFromBytes 100.00% (7/7)
|
|
github.com/conformal/btcutil/block.go NewBlockFromBytes 100.00% (7/7)
|
|
github.com/conformal/btcutil/block.go Block.Sha 100.00% (5/5)
|
|
github.com/conformal/btcutil/tx.go Tx.Sha 100.00% (5/5)
|
|
github.com/conformal/btcutil/block.go OutOfRangeError.Error 100.00% (1/1)
|
|
github.com/conformal/btcutil/block.go Block.SetHeight 100.00% (1/1)
|
|
github.com/conformal/btcutil/block.go NewBlock 100.00% (1/1)
|
|
github.com/conformal/btcutil/block.go Block.Height 100.00% (1/1)
|
|
github.com/conformal/btcutil/tx.go Tx.MsgTx 100.00% (1/1)
|
|
github.com/conformal/btcutil/block.go NewBlockFromBlockAndBytes 100.00% (1/1)
|
|
github.com/conformal/btcutil/block.go Block.MsgBlock 100.00% (1/1)
|
|
github.com/conformal/btcutil/tx.go Tx.SetIndex 100.00% (1/1)
|
|
github.com/conformal/btcutil/tx.go NewTx 100.00% (1/1)
|
|
github.com/conformal/btcutil/tx.go Tx.Index 100.00% (1/1)
|
|
github.com/conformal/btcutil/block.go Block.TxLoc 88.89% (8/9)
|
|
github.com/conformal/btcutil/block.go Block.Bytes 88.89% (8/9)
|
|
github.com/conformal/btcutil ------------------------- 98.53% (134/136)
|
|
|