|
1 | 1 |
|
2 | 2 | # 0.25.2 - 2025-04-18
|
3 | 3 |
|
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 |
12 | 12 |
|
13 | 13 | # 0.25.1 - 2024-10-24
|
14 | 14 |
|
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 |
16 | 16 |
|
17 | 17 | # 0.25.0 - 2024-09-23
|
18 | 18 |
|
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 |
32 | 32 |
|
33 | 33 | # 0.24.1 - 2024-01-30
|
34 | 34 |
|
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` |
36 | 36 |
|
37 | 37 | # 0.24.0 - 2024-01-12
|
38 | 38 |
|
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 |
50 | 50 |
|
51 | 51 | # 0.23.0 - 2023-06-18
|
52 | 52 |
|
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 |
56 | 56 |
|
57 | 57 | # 0.22.0 - 2023-06-08
|
58 | 58 |
|
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** |
64 | 64 |
|
65 | 65 | # 0.21.1 - 2022-10-21
|
66 | 66 |
|
|
0 commit comments