Skip to content

Commit 6ca68d1

Browse files
Release Notes Update: v0.159.2 (#1602)
Co-authored-by: sg-doc-holiday[bot] <219201796+sg-doc-holiday[bot]@users.noreply.github.com>
1 parent 7267538 commit 6ca68d1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

RELEASE_NOTES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Release notes
3+
---
4+
5+
# Release notes
6+
7+
## v0.159.2 - transaction validation updates
8+
9+
- **Date:** 2026-02-27
10+
- **Version:** 0.159.2
11+
12+
### Summary
13+
14+
This release includes Conway Plutus transaction validation updates, strict CBOR metadata decoding, and developer documentation refinements.
15+
16+
### Breaking Changes
17+
18+
- Updated Conway Plutus transaction validation to require `ScriptDataHash` only when redeemers or witness datums are present (script references are treated as inert) and to return a typed input-resolution error when a UTxO lookup fails.
19+
- Updated callers to omit `ScriptDataHash` unless a transaction includes Plutus redeemers or witness datums.
20+
21+
### Bug Fixes
22+
23+
- Fixed metadata decoding for generic CBOR maps to fail fast on any key or value decode error by using `*cbor.Value` map keys.
24+
25+
### Additional Changes
26+
27+
- Updated `AGENTS.md` to clarify delegation behavior, document `TransactionBuilder` and `MockTransaction` usage, and expand validation and review guidelines.

0 commit comments

Comments
 (0)