rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 34e8212594
Replace &self with self: &Self
`foo(&self)` is syntax sugar for `foo(self: &Self)`.

The `define_extension_trait` is currently large, ugly, and not that
expressive. If we use `self: &Self` then the macro is greatly
simplified.

De-sugar only, no logic changes.
2024-08-08 09:17:47 +10:00
..
address Replace &self with self: &Self 2024-08-08 09:17:47 +10:00
blockdata Merge rust-bitcoin/rust-bitcoin#3126: Remove catch all pattern 2024-08-06 13:06:20 +00:00
consensus Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
crypto Merge rust-bitcoin/rust-bitcoin#3100: Bump MSRV to 1.63 2024-07-28 21:11:28 +00:00
merkle_tree Use lower case error messages 2024-07-15 09:25:08 +01:00
network Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
p2p Merge rust-bitcoin/rust-bitcoin#3067: Move `params` to the `network` module 2024-07-19 14:10:26 +00:00
psbt Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
taproot Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#2889: Move `serde_round_trip` macro to internals 2024-07-08 20:50:23 +00:00
bip152.rs Use lower case error messages 2024-07-15 09:25:08 +01:00
bip158.rs Cast after calling min 2024-08-05 07:59:35 +10:00
consensus_validation.rs Replace &self with self: &Self 2024-08-08 09:17:47 +10:00
hash_types.rs bitcoin: remove all direct use of hashing/engines in unit tests 2024-06-24 13:58:03 +00:00
internal_macros.rs Replace &self with self: &Self 2024-08-08 09:17:47 +10:00
lib.rs Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
serde_utils.rs Bump MSRV to 1.63 2024-07-27 07:24:32 +02:00
sign_message.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00