Skip to content

Commit 638b821

Browse files
authored
Merge pull request #65 from IntersectMBO/coot/payload-lower-bound
Lower minSigBodySize to 90 bytes
2 parents 9e30c49 + 92ad38b commit 638b821

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
- Lower `minSigBodySize` to `90` bytes.
11+
12+
<!--
13+
### Non-Breaking
14+
15+
- A bullet item for the Non-Breaking category.
16+
17+
-->
18+
<!--
19+
### Patch
20+
21+
- A bullet item for the Patch category.
22+
23+
-->

dmq-node/src/DMQ/Policy.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ maxSigSize = 2800
3434
--
3535
-- See: https://cips.cardano.org/cip/CIP-0137#mithril-extra-network-usage
3636
minSigBodySize :: SizeInBytes
37-
minSigBodySize = 360
37+
minSigBodySize = 90
3838

3939
-- | Maximum `sigBody` size, it must be smaller than `maxSigSize`.
4040
--

0 commit comments

Comments
 (0)