rust-bitcoin-unsafe-fast/bitcoin/src/blockdata
Andrew Poelstra 48b42c10fb
Merge rust-bitcoin/rust-bitcoin#2395: Do minor error fixes
fb81bff61f Add a from impl for ParseIntError (Tobin C. Harding)
2130150df6 absolute: Use Self in error type (Tobin C. Harding)

Pull request description:

  While reviewing #2335 I noticed a few places that error code needed some love.

ACKs for top commit:
  Kixunil:
    ACK fb81bff61f
  Harshit933:
    ACK [`fb81bff`](fb81bff61f)
  apoelstra:
    ACK fb81bff61f

Tree-SHA512: 17f4e448862be47534d4c1c2962d5db8f90a471e53226022d7c2e153fc501705cd65b070eb17f3239fb8ad242223340f78fe828ea7df3d43707d3e42fcbef557
2024-01-24 22:17:46 +00:00
..
locktime absolute: Use Self in error type 2024-01-24 13:29:20 +11:00
script Add a from impl for ParseIntError 2024-01-24 13:31:57 +11:00
block.rs Rename wtxid to compute_wtxid 2024-01-23 15:57:50 +01:00
constants.rs Rename wtxid to compute_wtxid 2024-01-23 15:57:50 +01:00
fee_rate.rs add second test case 2023-11-10 17:19:33 +00:00
mod.rs Improve public re-exports 2023-10-31 15:16:47 +11:00
opcodes.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
transaction.rs Merge rust-bitcoin/rust-bitcoin#2366: Rename `txid` to `compute_txid` 2024-01-24 14:07:03 +00:00
weight.rs Add allow for out of bounds indexing 2024-01-01 10:35:52 +01:00
witness.rs Merge rust-bitcoin/rust-bitcoin#2240: Require `BufRead` instead of `Read` 2024-01-16 15:16:54 +00:00