rust-bitcoin-unsafe-fast/bitcoin/src/blockdata
merge-script 03715872cd
Merge rust-bitcoin/rust-bitcoin#3432: fmt: Use style_edition = 2021
323e706113 Add rustfmt config option style_edition (Tobin C. Harding)
2e4179ed0f Run the formatter (Tobin C. Harding)
2c40b4f4ec Configure formmater to skip read_compact_size (Tobin C. Harding)

Pull request description:

  `rustfmt` is emitting:

   Warning: the `version` option is deprecated. Use `style_edition` instead.

  As suggested add a config option and set it to 2021.

  - Patch 1: Manually configure rustfmt to skip some code
  - Patch 2: Run the formmater with current configuration
  - Patch 3: Add the new config option (remove old one), introduces no new formatting requirements

ACKs for top commit:
  apoelstra:
    ACK 323e706113 successfully ran local tests

Tree-SHA512: 7f80cc89f86d2d50936e51704344955fa00532424c29c0ee3fae1a6836e24030f909b770d28da13e1c5efde3d49ad7d52c6d909d120fb09c33abf1755f62cd38
2024-10-11 12:48:50 +00:00
..
script feat: rust-bitcoin supports testnet4 2024-10-05 23:47:21 +08:00
block.rs Merge rust-bitcoin/rust-bitcoin#3437: Move `block::Version` to primitives 2024-10-10 21:28:44 +00:00
constants.rs feat: rust-bitcoin supports testnet4 2024-10-05 23:47:21 +08:00
mod.rs Introduce ToU64 conversion trait 2024-08-08 15:32:40 +10:00
transaction.rs Run the formatter 2024-10-10 10:39:53 +11:00
witness.rs Run the formatter 2024-10-10 10:39:53 +11:00