File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[package ]
22name = " hal-simplicity"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44edition = " 2021"
55authors = [" Steven Roose <steven@stevenroose.org>" , " Andrew Poelstra <apoelstra@blockstream.com>" ]
66license = " CC0-1.0"
You can’t perform that action at this time.
0 commit comments