rust-bitcoin-unsafe-fast/bitcoin/src
merge-script 8eb5d8fad0
Merge rust-bitcoin/rust-bitcoin#3019: Fix error messages
2169b75bba Use lower case error messages (Jamil Lambert, PhD)

Pull request description:

  Error messages should be lower case, except for proper nouns and variable names.  These have all been changed.

  ~~They should also state what went wrong.  Some expect error messages were positive, giving the correct behaviour or correct input.  These have been changed so that they are now negative, i.e. saying what went wrong.~~

  EDIT: After further discussion it was decided not to change the expect messages.

ACKs for top commit:
  Kixunil:
    ACK 2169b75bba
  tcharding:
    ACK 2169b75bba

Tree-SHA512: 92442c869e0141532425f6fca5195fd319b65026f68c4230a65ad70253565d98931b2b44ee202975c307280525c505147e272297dc81207312e40c43d007021c
2024-07-16 15:30:26 +00:00
..
address Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00
blockdata Merge rust-bitcoin/rust-bitcoin#3019: Fix error messages 2024-07-16 15:30:26 +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 Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +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