rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 6f30ac9d02
Upgrade the secp dependency
Upgrade the `secp256k1` dependency to the newly released `v0.28.0`.

FTR this includes two simple changes:
- Use `Message::from_digest_slice` instead of `Message::from_slice`.
- Use `secp256k1::Keypair` instead of `secp256k1::KeyPair`.
2023-10-10 10:04:31 +11:00
..
address Update bech32 dependency 2023-10-10 06:47:58 +11:00
blockdata Merge rust-bitcoin/rust-bitcoin#1986: Remove private hex test macro 2023-10-06 22:14:12 +00:00
consensus Make error types uniform 2023-10-04 15:15:52 +11:00
crypto Upgrade the secp dependency 2023-10-10 10:04:31 +11:00
merkle_tree Merge rust-bitcoin/rust-bitcoin#1986: Remove private hex test macro 2023-10-06 22:14:12 +00:00
p2p Merge rust-bitcoin/rust-bitcoin#1986: Remove private hex test macro 2023-10-06 22:14:12 +00:00
psbt Upgrade the secp dependency 2023-10-10 10:04:31 +11:00
amount.rs Remove redundant guard 2023-10-07 11:19:47 +02:00
base58.rs Merge rust-bitcoin/rust-bitcoin#1986: Remove private hex test macro 2023-10-06 22:14:12 +00:00
bip32.rs Upgrade the secp dependency 2023-10-10 10:04:31 +11:00
bip152.rs Make error types uniform 2023-10-04 15:15:52 +11:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#1986: Remove private hex test macro 2023-10-06 22:14:12 +00:00
error.rs Remove impl_std_error macro 2023-10-04 15:15:34 +11:00
hash_types.rs Move XpubIdentifier to the bip32 module 2023-09-04 02:13:55 +10:00
internal_macros.rs Remove private hex test macro 2023-09-30 06:22:52 +10:00
lib.rs Merge rust-bitcoin/rust-bitcoin#2021: Move and rename `XpubIdentifier` 2023-09-21 17:55:31 +00:00
network.rs Make error types uniform 2023-10-04 15:15:52 +11:00
parse.rs Make error types uniform 2023-10-04 15:15:52 +11:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs Merge rust-bitcoin/rust-bitcoin#2101: Audit error types code base wide 2023-10-06 14:19:39 +00:00
serde_utils.rs Depend on hex-conservative 2023-07-21 10:59:46 +10:00
sign_message.rs Upgrade the secp dependency 2023-10-10 10:04:31 +11:00
string.rs Make error types uniform 2023-10-04 15:15:52 +11:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#1986: Remove private hex test macro 2023-10-06 22:14:12 +00:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00