We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62e4b3 commit 0502a77Copy full SHA for 0502a77
dmq-node/changelog.d/20251016_142205_coot_dmq_signature_validation.md
@@ -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