rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding eda61ddfef
Deprecate to_vec in favour of to_bytes
Currently we have to method names for the same thing "copy this object
into a vector". The library is easier to use if we are uniform and just
use one.

Elect to use `to_bytes`, for context see discussion in PR #2585.
2024-05-14 10:47:02 +10:00
..
contrib CI: Re-write run_task.sh 2024-04-26 09:41:51 +10:00
embedded base58: Re-name crate to base58ck 2024-03-19 09:00:46 +11:00
examples fix(typo): examples/ecdsa-psbt.rs 2024-05-01 17:56:11 -03:00
src Deprecate to_vec in favour of to_bytes 2024-05-14 10:47:02 +10:00
tests chore: format and standardize all markdowns files 2024-04-27 06:29:23 -03:00
CHANGELOG.md bitcoin: Bump version to 0.32.0-rc1 2024-04-05 08:10:08 +11:00
Cargo.toml bitcoin: Upgrade base64 dependency 2024-04-26 09:31:33 +10:00
build.rs Bump MSRV to Rust version 1.56.1 2023-11-23 06:20:02 +11:00