-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
...s-cardano/changelog.d/20241218_095046_nick.frisby_annotate_headers_with_time.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
22 changes: 22 additions & 0 deletions
22
...diffusion/changelog.d/20241218_095040_nick.frisby_annotate_headers_with_time.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
29 changes: 29 additions & 0 deletions
29
...consensus/changelog.d/20241218_095010_nick.frisby_annotate_headers_with_time.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |