|
1 | 1 | # Changelog for cardano-api |
2 | 2 |
|
| 3 | +## 10.26.0.0 |
| 4 | + |
| 5 | +- Add support for BLS proofs of possession |
| 6 | + (feature) |
| 7 | + [PR 1161](https://github.com/IntersectMBO/cardano-api/pull/1161) |
| 8 | + |
| 9 | +- Add serialiseAnyPlutusScriptToTextEnvelope and |
| 10 | + deserialiseAnyPlutusScriptFromTextEnvelope for AnyPlutusScript, |
| 11 | + following the existing ScriptInAnyLang pattern using FromSomeType |
| 12 | + and deserialiseFromTextEnvelopeAnyOf. |
| 13 | + (feature) |
| 14 | + [PR 1156](https://github.com/IntersectMBO/cardano-api/pull/1156) |
| 15 | + |
| 16 | +- Remove GetCBOR wrapper from QueryLedgerPeerSnapshot query. Return |
| 17 | + LedgerPeerSnapshot directly instead of Serialised LedgerPeerSnapshot. |
| 18 | + (breaking) |
| 19 | + [PR 1160](https://github.com/IntersectMBO/cardano-api/pull/1160) |
| 20 | + |
| 21 | +- Expose deserialiseFromTextEnvelopeJSON and deserialiseFromTextEnvelopeJSONAnyOf |
| 22 | + which accept a raw ByteString, enabling text envelope deserialization without |
| 23 | + file I/O. |
| 24 | + (compatible) |
| 25 | + [PR 1158](https://github.com/IntersectMBO/cardano-api/pull/1158) |
| 26 | + |
| 27 | +- Replace fromJust in votingScriptWitnessSingleton with proper Either-based |
| 28 | + error handling via new VotingError sum type |
| 29 | + (breaking, bugfix) |
| 30 | + [PR 1153](https://github.com/IntersectMBO/cardano-api/pull/1153) |
| 31 | + |
| 32 | +- Restored `Show` and `Eq` instances by implementing them trivially. |
| 33 | + (compatible) |
| 34 | + [PR 1151](https://github.com/IntersectMBO/cardano-api/pull/1151) |
| 35 | + |
| 36 | +- Added support for BLS keys. |
| 37 | + (feature) |
| 38 | + [PR 1148](https://github.com/IntersectMBO/cardano-api/pull/1148) |
| 39 | + |
| 40 | +- Make `NoScriptDatum` uninhabitable by removing its constructor |
| 41 | + (breaking) |
| 42 | + [PR 1147](https://github.com/IntersectMBO/cardano-api/pull/1147) |
| 43 | + |
3 | 44 | ## 10.25.0.0 |
4 | 45 |
|
5 | 46 | - Unify cert indexing via shared indexCertificatesWith helper. Fix |
|
0 commit comments