rust-bitcoin-unsafe-fast/bitcoin/src
merge-script 48b2975870
Merge rust-bitcoin/rust-bitcoin#3456: feat: add sign fn for sign_message
c41a6e9b1b feat: add sign fn for sign_message (ChrisCho-H)

Pull request description:

  While it's not hard to create the signature using `secp256k1` modules with `signed_msg_hash`, it's much more convenient and safe to provide one-way function to generate signed signature(even without the understanding about the semantics of bitcoin message signing).

ACKs for top commit:
  apoelstra:
    ACK c41a6e9b1b successfully ran local tests
  tcharding:
    ACK c41a6e9b1b

Tree-SHA512: 84caea275059381040c71100badb54556dd105722f79ac43d2df7eb0e5428cf8e7acc2d7f262625dd008837099a928c3c8be858f9ab11838c2eec1786e9f1844
2024-10-13 21:13:39 +00:00
..
address feat: rust-bitcoin supports testnet4 2024-10-05 23:47:21 +08:00
blockdata Merge rust-bitcoin/rust-bitcoin#3462: Automated nightly rustfmt (2024-10-13) 2024-10-13 16:40:17 +00:00
consensus Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021 2024-10-11 12:48:50 +00:00
crypto 2024-09-29 automated rustfmt nightly 2024-09-29 01:21:14 +00:00
merkle_tree Run the formatter 2024-10-10 10:39:53 +11:00
network feat: rust-bitcoin supports testnet4 2024-10-05 23:47:21 +08:00
p2p Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021 2024-10-11 12:48:50 +00:00
psbt Merge rust-bitcoin/rust-bitcoin#2931: Remove `VarInt` and use `ReadExt` and `WriteExt` trait methods instead 2024-09-30 17:31:00 +00:00
taproot Replace VarInt type with ReadExt and WriteExt functions 2024-09-25 06:56:09 +10:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021 2024-10-11 12:48:50 +00:00
bip152.rs Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021 2024-10-11 12:48:50 +00:00
bip158.rs Replace VarInt type with ReadExt and WriteExt functions 2024-09-25 06:56:09 +10:00
consensus_validation.rs Generalize fn params in `define_extension_trait` 2024-08-13 13:13:10 +02:00
hash_types.rs Use TBD in deprecated attribute 2024-08-23 14:49:57 +10:00
internal_macros.rs Use UFCS in macros 2024-09-14 09:46:57 +02:00
lib.rs Introduce TestnetVersion enum with only TestnetV3 2024-10-03 18:40:06 +08:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs Remove BlockHash::all_zeros 2024-09-25 06:58:14 +10:00
serde_utils.rs clippy: remove some newly-detected unnecessary returns 2024-09-30 12:31:17 +00:00
sign_message.rs feat: add sign fn for sign_message 2024-10-12 12:37:04 +09:00