rust-bitcoin-unsafe-fast/bitcoin/src
Andrew Poelstra a3c4194c3f
Merge rust-bitcoin/rust-bitcoin#2428: Remove the remaining TODOs
c69caafefc Remove attribute comments (Tobin C. Harding)
3e83ef9276 Remove consensus error wrapper TODO (Tobin C. Harding)
bfabea94e9 Remove unwrap comment (Tobin C. Harding)
8bdaf4a34d Remove carrying_mul TODO (Tobin C. Harding)

Pull request description:

  Add issues and remove the TODOs from the code.

  Resolves: #2368

ACKs for top commit:
  apoelstra:
    ACK c69caafefc
  Kixunil:
    ACK c69caafefc

Tree-SHA512: b10a3de8da7ace890735023f8441605dd11b0227c27a2357556b8aaa8276a7f34ed220e3bcbc93aad4b35357319318ff7de27210e8f60dd90f6c55af23e21470
2024-02-02 23:39:16 +00:00
..
address Use KnowHrp instead of Network 2024-01-23 16:53:05 +11:00
blockdata Remove attribute comments 2024-02-02 06:22:02 +11:00
consensus Remove consensus error wrapper TODO 2024-02-01 15:00:46 +11:00
crypto Merge rust-bitcoin/rust-bitcoin#2392: Add functionality to serialize signatures to a writer 2024-01-24 21:35:47 +00:00
merkle_tree Rename txid to compute_txid 2024-01-23 15:57:50 +01:00
p2p Merge rust-bitcoin/rust-bitcoin#2399: Use `Magic::BITCOIN` in unit tests 2024-01-25 15:38:22 +00:00
psbt psbt: Delete TODO comments 2024-01-25 16:59:55 +11:00
taproot Merge rust-bitcoin/rust-bitcoin#2392: Add functionality to serialize signatures to a writer 2024-01-24 21:35:47 +00:00
base58.rs Remove imports of TryFrom and TryInto 2023-11-24 03:52:05 +11:00
bip32.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
bip152.rs Rename wtxid to compute_wtxid 2024-01-23 15:57:50 +01:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#2240: Require `BufRead` instead of `Read` 2024-01-16 15:16:54 +00:00
error.rs Improve public re-exports 2023-10-31 15:16:47 +11:00
hash_types.rs Add deprecation comment to hash_types module 2023-12-05 15:01:18 +11:00
internal_macros.rs Use full path in all macro usage of Result 2024-01-18 13:20:19 +00:00
lib.rs Make crate level attributes uniform 2024-01-31 11:32:46 +11:00
network.rs Add NetworkKind 2023-12-15 11:40:38 +11:00
parse.rs Improve lock time errors 2024-01-31 15:13:56 +01:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Remove carrying_mul TODO 2024-02-01 12:28:43 +11:00
serde_utils.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
sign_message.rs 2023-12-17 automated rustfmt nightly 2023-12-17 00:59:05 +00:00
string.rs Make error types uniform 2023-10-04 15:15:52 +11:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00