Skip to content

Commit 0502a77

Browse files
cootcrocodile-dentist
authored andcommitted
added changelogs
1 parent c62e4b3 commit 0502a77

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
### Breaking
9+
10+
- Using `KESPeriod` from `Cardano.Crypto.KES` instead of `SigKESPeriod`
11+
newtype. `KESPeriod` is used by `SigRaw` data type.
12+
- `SigKESSignature` holds `SigKES (KES crypto)` instead of a `ByteString`.
13+
- `SigColdKey` holds `VerKeyDSIGN` instead of a `ByteString`.
14+
- `ntnApps` constraints changed in order to use `sigValidate` function.
15+
16+
### Non-Breaking
17+
18+
- `Sig` codec decodes KES signatures, and the cold key.
19+
- Added `DMQ.SigSubmission.Type.validateSig` and `SigValidationError`.
20+

0 commit comments

Comments
 (0)