rust-bitcoin-unsafe-fast/src/util/psbt
sanket1729 e47d89c537
Merge rust-bitcoin/rust-bitcoin#952: Remove MSRV todo comments
831b0267de Use contains() instead of manual range (Tobin C. Harding)
6410095687 Use chunks_exact (Tobin C. Harding)
3a0097ba49 Use trim_start_matches (Tobin C. Harding)
0a19710906 Use vec! macro instead of new followed by push (Tobin C. Harding)

Pull request description:

  Now that 0.28 is out we do not need to support Rust 1.29 on `master`.

  Remove trivial MSRV `TODO`s from the code. (All these changes only rely on MSRV bumping to 1.31 so are easily within bounds.)

ACKs for top commit:
  Kixunil:
    ACK 831b0267de
  sanket1729:
    ACK 831b0267de

Tree-SHA512: f1ea594216ba7dfa24696b964ce296a8aea72dd2e16e11d3a43fe8b90c851abf59b1612b2b1311146e8070112f3834762584e4f0515b8f546f72af169eb4bda9
2022-04-27 15:52:16 -07:00
..
map Use trim_start_matches 2022-04-26 11:34:30 +10:00
error.rs Merge rust-bitcoin/rust-bitcoin#853: API to find funding utxos in psbt 2022-04-27 15:40:10 -07:00
macros.rs Separate merge logic out of Map trait 2022-02-23 09:03:16 +00:00
mod.rs Merge rust-bitcoin/rust-bitcoin#853: API to find funding utxos in psbt 2022-04-27 15:40:10 -07:00
raw.rs Use conventional spacing for default type parameters 2022-03-18 10:40:51 +11:00
serialize.rs Merge rust-bitcoin/rust-bitcoin#950: Fix TapTree derserialization 2022-04-20 20:47:30 +00:00