rust-bitcoin-unsafe-fast/src/util
Andrew Poelstra 83514c87a7
Merge rust-bitcoin/rust-bitcoin#902: util::amount: Make from_sat constructor constant
31571cafbd util::amount: Make from_sat constructor constant (Steven Roose)

Pull request description:

  Currently unmergable because of MSRV but I heard talk about bumping it, so once it's bumped, this is a very much needed change :)

ACKs for top commit:
  tcharding:
    ACK 31571cafbd
  apoelstra:
    ACK 31571cafbd

Tree-SHA512: f254eb10a4349d890e29ea5fae77536429c7e731362cf2edcf2fe98ec9cbf2d8bbf65f98dfc8f0b80bac89960de688005d066a116d6cb62cca1efa9c1151f2ae
2022-04-22 23:43:52 +00:00
..
psbt Merge rust-bitcoin/rust-bitcoin#951: Add PSBT alias 2022-04-20 14:32:34 -07:00
address.rs Merge rust-bitcoin/rust-bitcoin#839: feat: Add Address.is_related_to_*_key() 2022-03-28 17:29:48 +00:00
amount.rs util::amount: Make from_sat constructor constant 2022-03-23 15:15:08 +00:00
base58.rs Use conventional spacing for default type parameters 2022-03-18 10:40:51 +11:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#805: Remove impl_index_newtype macro 2022-03-23 19:01:56 -07:00
bip143.rs Rename SigHash -> Sighash 2022-03-31 09:42:52 +11:00
bip158.rs Remove unnecessary 'as' statement 2022-04-21 12:50:22 +10:00
ecdsa.rs Rename NonStandardSigHashType -> NonStandardSighashType 2022-03-31 09:42:18 +11:00
endian.rs std -> core 2021-06-11 17:28:04 +02:00
hash.rs Use conventional spacing for default type parameters 2022-03-18 10:40:51 +11:00
key.rs Remove unused Write as _fmtWrite 2022-04-21 12:37:56 +10:00
merkleblock.rs Use less vertical lines 2022-03-14 13:52:13 +11:00
misc.rs Refactor whitespace 2022-03-14 13:51:50 +11:00
mod.rs Delete contract hash module 2022-03-10 08:58:25 +11:00
schnorr.rs Use secp256k1 qualified path instead of underscore 2022-04-21 12:50:22 +10:00
sighash.rs Fix code comments referring to sighash 2022-03-31 09:44:22 +11:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#936: Make TaprooBuilder::finalize able to return keyspend only 2022-04-20 09:39:20 -07:00
uint.rs Use brace not parenth fo macro arm 2022-03-14 13:52:13 +11:00