Skip to content

Commit 6d124ef

Browse files
docs(release-notes): tighten v0.187.1 release note text
Signed-off-by: Doc Holiday <doc@doc.holiday>
1 parent b1d9aa7 commit 6d124ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

RELEASE_NOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ title: Release notes
1111

1212
### Summary
1313

14-
This release improves Dijkstra block compatibility and restores correct handling for genesis staking pool metadata and VRF keys.
14+
This release improves Dijkstra block compatibility and restores correct validation for genesis staking pool metadata and VRF keys.
1515

1616
### Breaking Changes
1717

18-
* Updated Dijkstra block bodies to the new `Transactions`, `InvalidTransactions`, `LeiosCertificate`, and `PerasCertificate` layout, and applications that read or build Dijkstra blocks must now use the `blake2b256(block_body)` hash check.
18+
* Updated Dijkstra block bodies to the new `Transactions`, `InvalidTransactions`, `LeiosCertificate`, and `PerasCertificate` layout, and applications that read or build Dijkstra blocks must now validate them with `blake2b256(block_body)`.
1919

2020
### Bug Fixes
2121

22-
* Fixed genesis staking pool parsing so Shelley `publicKey`, `vrf`, `owners`, and `metadata` aliases load correctly and preserve the expected VRF key hash.
22+
* Fixed genesis staking pool parsing so Shelley `publicKey`, `vrf`, `owners`, and `metadata` aliases load correctly and pools validate with the expected VRF key hash.
2323

2424
* Improved Dijkstra decoding and encoding so inline transactions, transaction offsets, and Plutus V4 witness script offsets match the reference CDDL.
2525

0 commit comments

Comments
 (0)