Skip to content

Commit 0ddc581

Browse files
scriv
1 parent abe1c92 commit 0ddc581

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
<!--
9+
### Breaking
10+
-->
11+
12+
### Non-Breaking
13+
14+
- fixed false positive in `prop_diffusion_target_active_below` testnet test
15+
- improved approach in general to target-chasing tests in diffusion testnet
16+
and PeerSelection mock environment tests.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
### Breaking
9+
10+
- `linger` function's arm callback now returns a `Maybe Bool`
11+
- `keyedLinger'`s arm callback now returns a `Maybe (Set b)`
12+
- `keyedLinger'`'s arm callback now returns a `Maybe (Set b, DiffTime))`
13+
- The above changes allow those functions to reset signal state on `Nothing`
14+
15+
### Non-Breaking
16+
17+
- Added latch function to `Signal`
18+
- bugfix missed promotion/demotion opportunities in:
19+
- `ActivePeers.aboveTargetBigLedgerPeers`
20+
- `ActivePeers.aboveTargetOther`
21+
- `EstablishedPeers.aboveTargetOther`
22+
- `EstablishedPeers.aboveTargetBigLedgerPeers`
23+
- `EstablishedPeers.belowTargetLocal`
24+
- `EstablishedPeers.belowTargetOther`
25+
- `ActivePeers.belowTargetLocal`

0 commit comments

Comments
 (0)