rust-bitcoin-unsafe-fast/units/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
..
locktime Throw error instead of panic when from_second_ceil input is too large 2024-07-15 07:55:41 -05:00
amount.rs Use lower case error messages 2024-07-15 09:25:08 +01:00
block.rs Add missing links 2024-07-08 08:53:13 +01:00
fee_rate.rs Add missing links 2024-07-08 08:53:13 +01:00
lib.rs Merge rust-bitcoin/rust-bitcoin#2994: Remove private prelude module from `units` crate 2024-07-10 21:56:03 +00:00
parse.rs Fix rustdoc grammar 2024-07-08 08:52:15 +01:00
weight.rs Merge rust-bitcoin/rust-bitcoin#3030: Rename variable assignment 2024-07-15 22:40:37 +00:00