Skip to content

Commit b4424eb

Browse files
committed
Update changelogs
1 parent 7e2db14 commit b4424eb

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed
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+
-->
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 numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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 numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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).

0 commit comments

Comments
 (0)