rust-bitcoin-unsafe-fast/bitcoin/src/blockdata
merge-script 8804fa63b4
Merge rust-bitcoin/rust-bitcoin#3064: Remove public error re-export
beea3c1e5d Remove public error re-export (Tobin C. Harding)

Pull request description:

  We do not have a policy to re-export things from other modules just because they are in the public API - I don't see any other reason to re-export this error, users should go to the `validation` module directly to get the error type.

  Raising this trivial change as a separate PR so that we can really pin down our re-export policy. Please review the policy implications as well as the code change.

  Note please that this change was introduced in 7d695f6b4 by me, and buried in a PR that did not mention the change. This was wrong, as in the code change was wrong and also the patching method was wrong.

ACKs for top commit:
  Kixunil:
    ACK beea3c1e5d

Tree-SHA512: 5fc072f3fb8a727f30751211c6bc85dc268d413ee62937c714bdf9f47405dfdbc93cfff3df76c201493c39f49d5d315907fc9e7e4fa0d927652c01038815fdc5
2024-07-18 15:48:47 +00:00
..
script Move locktimes and Sequence to primitives 2024-07-15 08:53:51 +10:00
block.rs Use lower case error messages 2024-07-15 09:25:08 +01:00
constants.rs Merge rust-bitcoin/rust-bitcoin#3019: Fix error messages 2024-07-16 15:30:26 +00:00
mod.rs Move locktimes and Sequence to primitives 2024-07-15 08:53:51 +10:00
transaction.rs Merge rust-bitcoin/rust-bitcoin#3064: Remove public error re-export 2024-07-18 15:48:47 +00:00
witness.rs Use lower case error messages 2024-07-15 09:25:08 +01:00