rust-bitcoin-unsafe-fast/bitcoin/src
merge-script f4069fcd61
Merge rust-bitcoin/rust-bitcoin#3780: Use uniform capitalisation of SegWit in rustdocs
e56f461916 Make capitalization of SegWit uniform in strings (Jamil Lambert, PhD)
3520e832ac Make capitalization of SegWit uniform in rustdocs (Jamil Lambert, PhD)

Pull request description:

  Fixes #3770

  - Searched and replaced all occurrences of `//` * `segwit` (case insensitive) with `//` * `SegWit`
  - Searched and replaced all occurrences of `"` * `segwit` (case insensitive) with `"` * `SegWit`

ACKs for top commit:
  apoelstra:
    ACK e56f461916b85928139950074d0df52caf4f919b; successfully ran local tests

Tree-SHA512: c56704102d8e86f26378bb302d5fdc7ea21d41fd49f55606e589ec32ff896f1adfb1960d8fb29abccfbf298b90fc357ed609d80fd0163dcb4ff01573646b02c3
2024-12-17 18:10:44 +00:00
..
address Make capitalization of SegWit uniform in strings 2024-12-17 14:49:01 +00:00
blockdata Merge rust-bitcoin/rust-bitcoin#3780: Use uniform capitalisation of SegWit in rustdocs 2024-12-17 18:10:44 +00:00
consensus Make capitalization of SegWit uniform in strings 2024-12-17 14:49:01 +00:00
crypto Make capitalization of SegWit uniform in strings 2024-12-17 14:49:01 +00:00
merkle_tree Move Block to primitives 2024-11-15 07:16:21 +11:00
network Update CompactTarget::from_next_work_required to take timespan as i64 2024-11-27 11:27:22 -06:00
p2p Remove double spacing in rustdocs 2024-12-17 14:21:12 +00:00
psbt Make capitalization of SegWit uniform in strings 2024-12-17 14:49:01 +00:00
taproot Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
bip32.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
bip152.rs Move Block to primitives 2024-11-15 07:16:21 +11:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#3611: Hashes: Make `hex` dependency optional 2024-11-15 18:31:42 +00:00
consensus_validation.rs Introduce Transaction extension traits 2024-10-30 12:28:52 +11:00
hash_types.rs Unify deprecated note field format 2024-10-15 15:16:01 +01:00
internal_macros.rs Set avoid-breaking-exported-api to false 2024-12-11 10:11:50 +11:00
lib.rs Merge rust-bitcoin/rust-bitcoin#3746: bitcoin: Improve rustdocs on extern crates 2024-12-14 17:03:56 +00:00
policy.rs Make capitalization of SegWit uniform in rustdocs 2024-12-17 14:28:28 +00:00
pow.rs Fix typo in from_next_work_required documentation 2024-11-27 11:27:26 -06:00
serde_utils.rs Elide more lifetimes 2024-10-28 15:22:13 +11:00
sign_message.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00