Skip to content

Commit 058ee6a

Browse files
committed
Merge #249: docs: fix changelog links
aa72cc4 docs: fix changelog links (Byron Hambly) Pull request description: fixes the markdown links in changelog.md closes #248 ACKs for top commit: RCasatta: utACK aa72cc4 Tree-SHA512: ddd86067ade093446f0942ded156d354bcbe36b35e165e41f033b6b66235693b9da64d15d51a6bbdf30a82771bc42de26501eafc86985ed82e76df010e3e29ec
2 parents 2bfba6a + aa72cc4 commit 058ee6a

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

CHANGELOG.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
11

22
# 0.25.2 - 2025-04-18
33

4-
* [https://github.com/ElementsProject/rust-elements/pull/226](elip102: rename from elip101)
5-
* [https://github.com/ElementsProject/rust-elements/pull/225](Make AssetId::from_inner a const function)
6-
* [https://github.com/ElementsProject/rust-elements/pull/224](pset: input: insert non-pset proprietary keys)
7-
* [https://github.com/ElementsProject/rust-elements/pull/223](clippy: fix for new rust stable)
8-
* [https://github.com/ElementsProject/rust-elements/pull/195](Fix WASM build and add a job in CI)
9-
* [https://github.com/ElementsProject/rust-elements/pull/222](elementsd-tests: blind asset issuance based on node version)
10-
* [https://github.com/ElementsProject/rust-elements/pull/220](tx: discountct: add missing testcase)
11-
* [https://github.com/ElementsProject/rust-elements/pull/221](ci: fixes for rust stable clippy, and rust 1.56.1 compilation)
4+
* [#226](https://github.com/ElementsProject/rust-elements/pull/226) elip102: rename from elip101
5+
* [#225](https://github.com/ElementsProject/rust-elements/pull/225) Make AssetId::from_inner a const function
6+
* [#224](https://github.com/ElementsProject/rust-elements/pull/224) pset: input: insert non-pset proprietary keys
7+
* [#223](https://github.com/ElementsProject/rust-elements/pull/223) clippy: fix for new rust stable
8+
* [#195](https://github.com/ElementsProject/rust-elements/pull/195) Fix WASM build and add a job in CI
9+
* [#222](https://github.com/ElementsProject/rust-elements/pull/222) elementsd-tests: blind asset issuance based on node version
10+
* [#220](https://github.com/ElementsProject/rust-elements/pull/220) tx: discountct: add missing testcase
11+
* [#221](https://github.com/ElementsProject/rust-elements/pull/221) ci: fixes for rust stable clippy, and rust 1.56.1 compilation
1212

1313
# 0.25.1 - 2024-10-24
1414

15-
* [https://github.com/ElementsProject/rust-elements/pull/218](discount: fix weight calculation)
15+
* [#218](https://github.com/ElementsProject/rust-elements/pull/218) discount: fix weight calculation
1616

1717
# 0.25.0 - 2024-09-23
1818

19-
* [https://github.com/ElementsProject/rust-elements/pull/216](add Address::is_liquid)
20-
* [https://github.com/ElementsProject/rust-elements/pull/215](docs: add a bunch of paragraph breaks.)
21-
* [https://github.com/ElementsProject/rust-elements/pull/213](ELIP-0101: rename from LiquiDEX )
22-
* [https://github.com/ElementsProject/rust-elements/pull/212](Stop implementing elements::Encodable with bitcoin::Encodable)
23-
* [https://github.com/ElementsProject/rust-elements/pull/210](Address err refactor)
24-
* [https://github.com/ElementsProject/rust-elements/pull/209](upgrade to bitcoin 0.32)
25-
* [https://github.com/ElementsProject/rust-elements/pull/207](Add elip_liquidex module)
26-
* [https://github.com/ElementsProject/rust-elements/pull/206](pset: elip100: add and get token metadata)
27-
* [https://github.com/ElementsProject/rust-elements/pull/204](tx: add discount_weight and discount_vsize)
28-
* [https://github.com/ElementsProject/rust-elements/pull/203](transaction: range-check pegin data when parsing)
29-
* [https://github.com/ElementsProject/rust-elements/pull/201](pset: add optional asset blinding factor to input and output)
30-
* [https://github.com/ElementsProject/rust-elements/pull/200](pset: input: add blinded issuance flag)
31-
* [https://github.com/ElementsProject/rust-elements/pull/199](pset: input: add explicit amount and asset, and their proofs)
19+
* [#216](https://github.com/ElementsProject/rust-elements/pull/216) add Address::is_liquid
20+
* [#215](https://github.com/ElementsProject/rust-elements/pull/215) docs: add a bunch of paragraph breaks.
21+
* [#213](https://github.com/ElementsProject/rust-elements/pull/213) ELIP-0101: rename from LiquiDEX
22+
* [#212](https://github.com/ElementsProject/rust-elements/pull/212) Stop implementing elements::Encodable with bitcoin::Encodable
23+
* [#210](https://github.com/ElementsProject/rust-elements/pull/210) Address err refactor
24+
* [#209](https://github.com/ElementsProject/rust-elements/pull/209) upgrade to bitcoin 0.32
25+
* [#207](https://github.com/ElementsProject/rust-elements/pull/207) Add elip_liquidex module
26+
* [#206](https://github.com/ElementsProject/rust-elements/pull/206) pset: elip100: add and get token metadata
27+
* [#204](https://github.com/ElementsProject/rust-elements/pull/204) tx: add discount_weight and discount_vsize
28+
* [#203](https://github.com/ElementsProject/rust-elements/pull/203) transaction: range-check pegin data when parsing
29+
* [#201](https://github.com/ElementsProject/rust-elements/pull/201) pset: add optional asset blinding factor to input and output
30+
* [#200](https://github.com/ElementsProject/rust-elements/pull/200) pset: input: add blinded issuance flag
31+
* [#199](https://github.com/ElementsProject/rust-elements/pull/199) pset: input: add explicit amount and asset, and their proofs
3232

3333
# 0.24.1 - 2024-01-30
3434

35-
* [https://github.com/ElementsProject/rust-elements/pull/196](Add constructor to `FullParams`)
35+
* [#196](https://github.com/ElementsProject/rust-elements/pull/196) Add constructor to `FullParams`
3636

3737
# 0.24.0 - 2024-01-12
3838

39-
* [https://github.com/ElementsProject/rust-elements/pull/188](Update rust-bitcoin to 0.31.0, and associated dependencies)
40-
* [https://github.com/ElementsProject/rust-elements/pull/186](Updated doc for impl Value blind method - returns blinded value*)
41-
* [https://github.com/ElementsProject/rust-elements/pull/185](Exposed RangeProofMessage publically)
42-
* [https://github.com/ElementsProject/rust-elements/pull/183](elip100: add missing AssetMetadata::new method)
43-
* [https://github.com/ElementsProject/rust-elements/pull/182](ELIP-0100 implementation)
44-
* [https://github.com/ElementsProject/rust-elements/pull/178](pset: fix remove_output)
45-
* [https://github.com/ElementsProject/rust-elements/pull/177](rename pset::str::Error to ParseError and expose it)
46-
* [https://github.com/ElementsProject/rust-elements/pull/176](Remove slip77)
47-
* [https://github.com/ElementsProject/rust-elements/pull/175](Add to and from base64 string to pset)
48-
* [https://github.com/ElementsProject/rust-elements/pull/173](Fix examples)
49-
* [https://github.com/ElementsProject/rust-elements/pull/171](Create explicit empty and null values for some types)
39+
* [#188](https://github.com/ElementsProject/rust-elements/pull/188) Update rust-bitcoin to 0.31.0, and associated dependencies
40+
* [#186](https://github.com/ElementsProject/rust-elements/pull/186) Updated doc for impl Value blind method - returns blinded value*
41+
* [#185](https://github.com/ElementsProject/rust-elements/pull/185) Exposed RangeProofMessage publically
42+
* [#183](https://github.com/ElementsProject/rust-elements/pull/183) elip100: add missing AssetMetadata::new method
43+
* [#182](https://github.com/ElementsProject/rust-elements/pull/182) ELIP-0100 implementation
44+
* [#178](https://github.com/ElementsProject/rust-elements/pull/178) pset: fix remove_output
45+
* [#177](https://github.com/ElementsProject/rust-elements/pull/177) rename pset::str::Error to ParseError and expose it
46+
* [#176](https://github.com/ElementsProject/rust-elements/pull/176) Remove slip77
47+
* [#175](https://github.com/ElementsProject/rust-elements/pull/175) Add to and from base64 string to pset
48+
* [#173](https://github.com/ElementsProject/rust-elements/pull/173) Fix examples
49+
* [#171](https://github.com/ElementsProject/rust-elements/pull/171) Create explicit empty and null values for some types
5050

5151
# 0.23.0 - 2023-06-18
5252

53-
* https://github.com/ElementsProject/rust-elements/pull/167 Implement Ord for Transaction
54-
* https://github.com/ElementsProject/rust-elements/pull/168 add Height::ZERO associated constant
55-
* https://github.com/ElementsProject/rust-elements/pull/169 rename all Sighash types downcasing the middle "h", for example: SigHash -> Sighash
53+
* [#167](https://github.com/ElementsProject/rust-elements/pull/167) Implement Ord for Transaction
54+
* [#168](https://github.com/ElementsProject/rust-elements/pull/168) add Height::ZERO associated constant
55+
* [#168](https://github.com/ElementsProject/rust-elements/pull/169) rename all Sighash types downcasing the middle "h", for example: SigHash -> Sighash
5656

5757
# 0.22.0 - 2023-06-08
5858

59-
* [https://github.com/ElementsProject/rust-elements/pull/159](Update `TapTweak`, and `schnorr` module generally, to match rust-bitcoin)
60-
* [https://github.com/ElementsProject/rust-elements/pull/160](Make `Prevouts` generic over type of `TxOut`)
61-
* [https://github.com/ElementsProject/rust-elements/pull/161](Add `Transaction::vsize` method)
62-
* [https://github.com/ElementsProject/rust-elements/pull/157](dynafed: extract `FullParams` from `Params`)
63-
* [https://github.com/ElementsProject/rust-elements/pull/166](**Update bitcoin dependency to 0.30.0 and secp256k1-zkp dependency to 0.9.1**)
59+
* [#159](https://github.com/ElementsProject/rust-elements/pull/159) Update `TapTweak`, and `schnorr` module generally, to match rust-bitcoin
60+
* [#160](https://github.com/ElementsProject/rust-elements/pull/160) Make `Prevouts` generic over type of `TxOut`
61+
* [#161](https://github.com/ElementsProject/rust-elements/pull/161) Add `Transaction::vsize` method
62+
* [#157](https://github.com/ElementsProject/rust-elements/pull/157) dynafed: extract `FullParams` from `Params`
63+
* [#166](https://github.com/ElementsProject/rust-elements/pull/166) **Update bitcoin dependency to 0.30.0 and secp256k1-zkp dependency to 0.9.1**
6464

6565
# 0.21.1 - 2022-10-21
6666

0 commit comments

Comments
 (0)