Skip to content

Commit 34d63b9

Browse files
committed
Release tracking PR: hal-simplicity 0.2.0
Cut a release so that users don't need to use git dependencies to get PSET support, state management, etc.
1 parent 2805f68 commit 34d63b9

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1-
# v0.1.0 - 2025-07-29
1+
# 0.2.0 - 2026-01-06
2+
3+
- Remove second `simplicity` in all commands, so e.g. `hal-simplicity simplictiy simplicity info`
4+
becomes `hal-simplicity simplicity info`.
5+
[#13](https://github.com/BlockstreamResearch/hal-simplicity/pull/13)
6+
- Change the default NUMS key to match BIP-0341.
7+
[#18](https://github.com/BlockstreamResearch/hal-simplicity/pull/18)
8+
- Refactor transaction construction to use PSET rather than raw transactions; add
9+
the ability to compute sighashes and execute programs with trace output.
10+
[#12](https://github.com/BlockstreamResearch/hal-simplicity/pull/12)
11+
[#32](https://github.com/BlockstreamResearch/hal-simplicity/pull/32)
12+
[#37](https://github.com/BlockstreamResearch/hal-simplicity/pull/37)
13+
- Extend `address inspect` to support Liquid Testnet.
14+
[#27](https://github.com/BlockstreamResearch/hal-simplicity/pull/27)
15+
- Add basic state commitment support.
16+
[#33](https://github.com/BlockstreamResearch/hal-simplicity/pull/33)
17+
- Begin refactoring process to allow use as a RPC server.
18+
[#37](https://github.com/BlockstreamResearch/hal-simplicity/pull/37)
19+
[#38](https://github.com/BlockstreamResearch/hal-simplicity/pull/38)
20+
21+
# 0.1.0 - 2025-07-29
222

323
- Initial release, including hal-elements functions and the `simplicity info` command

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hal-simplicity"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Steven Roose <[email protected]>", "Andrew Poelstra <[email protected]>"]
66
license = "CC0-1.0"

0 commit comments

Comments
 (0)