File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## Version 1.5.0
4
+
5
+ ### Added
6
+ - psbt: add psbt_get_input_signature_type to get the type of signature required by an input.
7
+ - descriptor: Add support for Elements el-prefixed descriptor builtins as used in rust-elements.
8
+ - descriptor: Add support for parsing Elements ct descriptors with slip77(), elip150() and raw hex blinding keys.
9
+ - descriptor: Add support for generating Elements confidential addresses from ct descriptors.
10
+ - descriptor: Expose functions to perform ELIP-150 blinding key tweaking.
11
+ - crypto: Add ec_public_key_tweak to tweak standard (non-xonly) pubkeys.
12
+ - elements: Add asset_blinding_key_to_ec_public_key to compute the blinding pubkey from a blinding key.
13
+
14
+ ### Changed
15
+ - psbt: Speed up p2tr signing slightly.
16
+ - descriptor: Allow U type children for thresh() expressions.
17
+ - build: Further extend CI coverage for scan-build/valgrind/asan checks.
18
+
19
+ ### Fixed
20
+ - tx: Fix taproot cached hashing when using external sha256 implementations.
21
+ - wasm: Fixes for es6 and cjs.
22
+ - address_to_scriptpubkey: Correctly handle WALLY_NETWORK_BITCOIN_REGTEST.
23
+ - amalgamation: Support all supported standard configurations. Minor improvements to make usage easier/more robust.
24
+ - Various minor code and build fixes.
25
+
3
26
## Version 1.4.0
4
27
5
28
### Added
You can’t perform that action at this time.
0 commit comments