Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Dec 18, 2024
1 parent df3b2a4 commit 2effa46
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Patch
- A bullet item for the Patch category.
-->
<!--
### Non-Breaking
- A bullet item for the Non-Breaking category.
-->

### Breaking

- Update now that `ImmutableEraParams` was split out

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Patch
- A bullet item for the Patch category.
-->
<!--
### Non-Breaking
- A bullet item for the Non-Breaking category.
-->

### Breaking

- Use `HeaderWithTime` for the ChainSync candidates
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Patch
- A bullet item for the Patch category.
-->

### Non-Breaking

- Maintain a parallel selection with time annotations since the
`ConsensusBlockFetch` interface uses the same type argument for ChainSync
candidates and the current selection.

### Breaking

- Define `HeaderWithTime`.

- Use `HeaderWithTime` for the ChainSync candidates.

- Split out `ImmutableEraParams` so that the test blocks don't have to
instantiate the `SingleEraBlock` omnibus.

- Remove the `NoThunks Bimap` orphan instance (it's now upstream in the `resource-registry` library).

0 comments on commit 2effa46

Please sign in to comment.