Skip to content

Tags: sanket1729/rust-miniscript

Tags

9.0.0

Toggle 9.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
apoelstra Andrew Poelstra
rust-miniscript 9.0.0

0.28.0-rc.2

Toggle 0.28.0-rc.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sanket1729 Sanket Kanjalkar
Merge rust-bitcoin#324: Bitcoin 0.28.0-rc.2

08ed922 Use refs instead of clone in PSBT finalizer prevouts fn (Dr Maxim Orlovsky)
b291d27 Update to bitcoin 0.27.0-rc.2 (Dr Maxim Orlovsky)

Pull request description:

  This is a draft API adopting new version of rust-bitcoin 0.28.0-rc.2

ACKs for top commit:
  sanket1729:
    tACK 08ed922. The commit message still says 0.27, but I can live with it

Tree-SHA512: 04e6fb56236add48ec6f0352485b97b00f0fc12f35979f04212362f4468087f84b7e83fbdb759973cd86257655e66e85696e0289ea6121552c71442658bea793

0.5.3

Toggle 0.5.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix some constants in witness size estimation (and actually version 0…

….5.3)

0.5.2

Toggle 0.5.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add `address` function to `Descriptor`; version 0.5.1

0.5.1

Toggle 0.5.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
abstractpolicy: add functionality to list timelocks

0.5.0

Toggle 0.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix compilation for 1.22.0 (again)

0.4.8

Toggle 0.4.8's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix translate function

0.4.7

Toggle 0.4.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix serde compilation

0.4.6

Toggle 0.4.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add `fmt::Debug` restriction to `FromStr` for descriptors; make error…

… message more useful

0.4.5

Toggle 0.4.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
more Fn → FnMut changes in API