File tree 3 files changed +74
-0
lines changed
ouroboros-consensus/changelog.d
ouroboros-consensus-cardano/changelog.d
ouroboros-consensus-diffusion/changelog.d
3 files changed +74
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ A new scriv changelog fragment.
3
+
4
+ Uncomment the section that is right (remove the HTML comment wrapper).
5
+ -->
6
+
7
+ <!--
8
+ ### Patch
9
+
10
+ - A bullet item for the Patch category.
11
+
12
+ -->
13
+ <!--
14
+ ### Non-Breaking
15
+
16
+ - A bullet item for the Non-Breaking category.
17
+
18
+ -->
19
+
20
+ ### Breaking
21
+
22
+ - Update now that ` ImmutableEraParams ` was split out
23
+
Original file line number Diff line number Diff line change
1
+ <!--
2
+ A new scriv changelog fragment.
3
+
4
+ Uncomment the section that is right (remove the HTML comment wrapper).
5
+ -->
6
+
7
+ <!--
8
+ ### Patch
9
+
10
+ - A bullet item for the Patch category.
11
+
12
+ -->
13
+ <!--
14
+ ### Non-Breaking
15
+
16
+ - A bullet item for the Non-Breaking category.
17
+
18
+ -->
19
+
20
+ ### Breaking
21
+
22
+ - Use ` HeaderWithTime ` for the ChainSync candidates
Original file line number Diff line number Diff line change
1
+ <!--
2
+ A new scriv changelog fragment.
3
+
4
+ Uncomment the section that is right (remove the HTML comment wrapper).
5
+ -->
6
+
7
+ <!--
8
+ ### Patch
9
+
10
+ - A bullet item for the Patch category.
11
+
12
+ -->
13
+
14
+ ### Non-Breaking
15
+
16
+ - Maintain a parallel selection with time annotations since the
17
+ ` ConsensusBlockFetchInterface ` uses the same type argument for ChainSync
18
+ candidates and the current selection.
19
+
20
+ ### Breaking
21
+
22
+ - Define ` HeaderWithTime ` .
23
+
24
+ - Use ` HeaderWithTime ` for the ChainSync candidates.
25
+
26
+ - Split out ` ImmutableEraParams ` so that the test blocks don't have to
27
+ instantiate the ` SingleEraBlock ` omnibus.
28
+
29
+ - Remove the ` NoThunks Bimap ` orphan instance (it's now upstream in the ` resource-registry ` library).
You can’t perform that action at this time.
0 commit comments