diff options
author | brunoerg <brunoely.gc@gmail.com> | 2023-09-26 17:13:14 -0300 |
---|---|---|
committer | brunoerg <brunoely.gc@gmail.com> | 2023-10-13 08:55:12 -0300 |
commit | c5f2a757d736f14d27ac5256a9df887cd2f174f1 (patch) | |
tree | b8a26918c8fba5f549dc4bbd08bcdc9c9bed0e3d /doc | |
parent | de54882348502d860cf1e504100aa8fb1e52aa88 (diff) |
docs: add release notes for #28539
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-123.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes-123.md b/doc/release-notes-123.md new file mode 100644 index 0000000000..fffd211f37 --- /dev/null +++ b/doc/release-notes-123.md @@ -0,0 +1,5 @@ +Tools and Utilities +--- + +- A new `bitcoinconsensus_verify_script_with_spent_outputs` function is available in libconsensus which optionally accepts the spent outputs of the transaction being verified. +- A new `bitcoinconsensus_SCRIPT_FLAGS_VERIFY_TAPROOT` flag is available in libconsensus that will verify scripts with the Taproot spending rules.
\ No newline at end of file |