rust-bitcoin-unsafe-fast/api
merge-script 9a94166aee
Merge rust-bitcoin/rust-bitcoin#2870: Remove `Denomination::MilliSatoshi`
362c3b8772 api: Run just check-api (Jamil Lambert, PhD)
9ea8c58ad6 Fix case sensitivity of denomination (Jamil Lambert, PhD)
67569ca632 Remove denominations < 1 satoshi (Jamil Lambert, PhD)

Pull request description:

  The denomination `MilliSatoshi` has been removed from `Amount`.

  `NanoBitcoin` and `PicoBitcoin` have also been removed since they are also less than 1 satoshi and the same reason for removing milliSatoshi in Issue #2820 should apply to them.

  The second patch fixes the way the denominations with various combinations of upper and lower case are handled when converted from a string.

  Close: #2820

ACKs for top commit:
  Kixunil:
    ACK 362c3b8772
  tcharding:
    ACK 362c3b8772

Tree-SHA512: d2dc23366023dae66705352822fbd25b90567971cbe0139ab6937b4dc419a1fd4681af1380232f39cd7844422e069d7861274eb2fd9bfe6730798271f1b50349
2024-06-26 13:51:17 +00:00
..
base58 Add a script to check the public API 2024-05-18 09:54:52 +10:00
bitcoin Merge rust-bitcoin/rust-bitcoin#2897: psbt: implement `const` for `PsbtSighashType::ALL` 2024-06-25 17:33:06 +00:00
hashes api changes for split between Hash/GeneralHash 2024-06-24 13:51:09 +00:00
io Add a script to check the public API 2024-05-18 09:54:52 +10:00
units api: Run just check-api 2024-06-25 09:39:39 +01:00
README.md Add a script to check the public API 2024-05-18 09:54:52 +10:00

README.md

API text files

Each file here lists the public API when built with some set of features enabled. To create these files run ../contrib/check-for-api-changes.sh:

Requires cargo-public-api, install with:

cargo +stable install cargo-public-api --locked

ref: https://github.com/enselic/cargo-public-api