rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 50ada8298f
Move EncodeSigningDataResult to sighash module
This type was defined in the `transaction` module because it was
originally used in a function that had been deprecated in favour of
moving the logic to the `sighash` module.

We just removed the deprecated code so we can now move this type to the
`sighash` module where it is used.
2023-07-27 09:21:34 +10:00
..
blockdata Move EncodeSigningDataResult to sighash module 2023-07-27 09:21:34 +10:00
consensus Separate out bitcoinconsensus validation code 2023-07-18 10:29:51 +10:00
crypto Move EncodeSigningDataResult to sighash module 2023-07-27 09:21:34 +10:00
merkle_tree Merge rust-bitcoin/rust-bitcoin#1825: Simplify per-file license comments 2023-05-01 20:11:53 +00:00
network network: Implement Default on ServiceFlags 2023-06-06 00:06:28 +01:00
psbt Rename HashParse error variant to InvalidHash 2023-07-24 15:08:07 +10:00
address.rs Remove deprecated code 2023-07-27 09:20:19 +10:00
amount.rs Use from_int_btc function for const context 2023-06-13 11:32:58 +02:00
base58.rs Remove deprecated code 2023-07-27 09:20:19 +10:00
bip32.rs bitcoin/bip32: add DerivationPath::to_u32_vec 2023-07-18 14:33:29 +02:00
bip152.rs Use Amount type for TxOut value field 2023-05-04 17:09:08 +02:00
bip158.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
error.rs Move `impl_std_error` to `bitcoin-internals` 2023-05-30 18:04:54 +02:00
hash_types.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
internal_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
lib.rs Remove deprecated code 2023-07-27 09:20:19 +10:00
parse.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Merge rust-bitcoin/rust-bitcoin#1739: Mutate mul_u64 with mutagen 2023-06-14 17:53:39 -07:00
serde_utils.rs Use package in manifest and shorten import 2023-03-28 12:20:04 +11:00
sign_message.rs Remove doc(hidden) from error conversion functions 2023-05-30 15:54:40 +10:00
string.rs Merge rust-bitcoin/rust-bitcoin#1742: Use package in manifest and shorten import 2023-04-05 14:20:06 +00:00
taproot.rs Remove deprecated code 2023-07-27 09:20:19 +10:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00