rust-bitcoin-unsafe-fast/bitcoin/src/util/psbt
Andrew Poelstra bbf89dd5a4
Merge rust-bitcoin/rust-bitcoin#1223: Remove the endian module
2674327c93 Remove the endian module (Tobin C. Harding)

Pull request description:

  Now we have MSRV of 1.41.1 we can use the `from_le_bytes` and `to_be_bytes` methods implemented on standard integer types, these became available in Rust 1.32.

  Remove the `endian` module replacing its logic with calls to methods on the respective stdlib integer types.

ACKs for top commit:
  Kixunil:
    ACK 2674327c93
  apoelstra:
    ACK 2674327c93

Tree-SHA512: 7cdaf278c9d162cb0080bb6b9ea80ab55f881bfcd389f8b968f8cfaeebb0d27d3b5b46e9677a376bc6b7d4068cf094f50560ed4ae7bc817c50da688f70a7af25
2022-10-28 19:04:59 +00:00
..
map Remove the endian module 2022-10-28 11:01:57 +11:00
error.rs Implement PartiallySignedTransaction::fee 2022-10-24 14:39:32 +02:00
macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
mod.rs Move test_data/* tests/data 2022-10-27 10:40:44 -04:00
raw.rs Remove code deprecated last release 2022-09-16 08:08:53 +10:00
serialize.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00