You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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