rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 5386ef0fd2
psbt: Delete TODO comments
Development for `psbt` has move to another repo, these TODO comments are
over there alread, lets just remove them from `rust-bitcoin` as part of
an effort to remove TODOs from the codebase.
2024-01-25 16:59:55 +11:00
..
address Use KnowHrp instead of Network 2024-01-23 16:53:05 +11:00
blockdata Merge rust-bitcoin/rust-bitcoin#2395: Do minor error fixes 2024-01-24 22:17:46 +00:00
consensus Use full path in all macro usage of Result 2024-01-18 19:11:01 +01: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#2240: Require `BufRead` instead of `Read` 2024-01-16 15:16:54 +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 Merge rust-bitcoin/rust-bitcoin#2387: Use KnowHrp instead of Network 2024-01-23 15:19:26 +00:00
network.rs Add NetworkKind 2023-12-15 11:40:38 +11:00
parse.rs Use full path in all macro usage of Result 2024-01-18 19:11:01 +01:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Merge rust-bitcoin/rust-bitcoin#2388: Use hex-conservative to display pubkey 2024-01-24 17:33:12 +00: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