Skip to content

Commit 6a29209

Browse files
committed
Add changelog fragments
1 parent 0bf75cc commit 6a29209

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
### Breaking
3+
4+
- Remove `CheckInFuture m blk` from `openChainDB`.
5+
6+
### Non-Breaking
7+
8+
- Remove references to `Ouroboros.Consensus.Fragment.InFuture`.
9+
- Adapt the code to account for the removed `cdbFutureBlocks` and related fields.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Breaking
2+
3+
- Remove `CheckInFuture m blk` argument from `openChainDB`.
4+
5+
### Patch
6+
7+
- Remove references to `Ouroboros.Consensus.Fragment.InFuture`.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Breaking
2+
3+
- Remove `cdbFutureBlocks` from `ChainDbEnv`.
4+
- Remove `BlockInTheFuture`, `ChainSelectionForFutureBlock`, `CandidateContainsFutureBlocks`, and `CandidateContainsFutureBlocksExceedingClockSkew` from `TraceAddBlockEvent`.
5+
- Remove `cdbCheckInFuture` from `CBD`.
6+
- Remove `cdbsCheckInFuture` from `ChainDbSpecificArgs`.
7+
- Remove `CheckInFuture m blk` argument from `completeChainDbArgs`.
8+
- Remove `CheckInFuture m blk` argument from `initialChainSelection`.
9+
- Remove `cdbsCheckInFuture` from `ChainDbSpecificArgs`.
10+
- Delete module `Ouroboros.Consensus.Fragment.InFuture`. `ClockSkew` functions live now in `Ouroboros.Consensus.MiniProtocol.ChainSync.Client.InFutureCheck`.

0 commit comments

Comments
 (0)