rust-bitcoin-unsafe-fast/bitcoin/src
merge-script 128684e0da
Merge rust-bitcoin/rust-bitcoin#3058: Improve `define_extension_trait`
386ad93253 Manually format function parameters (Tobin C. Harding)
871f4398b9 Add optional comma to function parameter list (Tobin C. Harding)

Pull request description:

  During #2955 I was lazy and did not think through why the macro didn't handle function parameters on individual lines, I just manually re-formatted all function calls onto a single LOC. This was a bit slack of me.

  - Patch 1: Fix the macro.
  - Patch 2: Revert the manual formatting.

ACKs for top commit:
  jamillambert:
    ACK 386ad93253
  Kixunil:
    ACK 386ad93253
  apoelstra:
    ACK 386ad93253

Tree-SHA512: 577154668a4cd0bad225a5b306193a5cd3d38d275dd5df22b4a29737e0d2c910c695da33c0ed77265f6c5d876c162316e444f8eca80f9c30788d110d989493e3
2024-07-18 21:48:19 +00:00
..
address Manually format function parameters 2024-07-17 06:15:37 +10:00
blockdata Merge rust-bitcoin/rust-bitcoin#3064: Remove public error re-export 2024-07-18 15:48:47 +00:00
consensus Use lower case error messages 2024-07-15 09:25:08 +01:00
crypto Use lower case error messages 2024-07-15 09:25:08 +01:00
merkle_tree Use lower case error messages 2024-07-15 09:25:08 +01:00
p2p Use lower case error messages 2024-07-15 09:25:08 +01:00
psbt Merge rust-bitcoin/rust-bitcoin#3019: Fix error messages 2024-07-16 15:30:26 +00:00
taproot 2024-07-07 automated rustfmt nightly 2024-07-07 01:10:59 +00:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#2889: Move `serde_round_trip` macro to internals 2024-07-08 20:50:23 +00:00
bip152.rs Use lower case error messages 2024-07-15 09:25:08 +01:00
bip158.rs 2024-07-07 automated rustfmt nightly 2024-07-07 01:10:59 +00:00
hash_types.rs bitcoin: remove all direct use of hashing/engines in unit tests 2024-06-24 13:58:03 +00:00
internal_macros.rs Add optional comma to function parameter list 2024-07-17 06:15:32 +10:00
lib.rs Move locktimes and Sequence to primitives 2024-07-15 08:53:51 +10:00
network.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs Use lower case error messages 2024-07-15 09:25:08 +01:00
serde_utils.rs Merge rust-bitcoin/rust-bitcoin#2890: Move `serde` string macros to internals 2024-07-01 01:09:00 +00:00
sign_message.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00