Skip to content

Commit f5f6e0c

Browse files
scriv
1 parent 7841387 commit f5f6e0c

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-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+
### Breaking
9+
10+
cardano-diffusion:
11+
- added `lpGetBlockInfo` to `LedgerPeersConsensusInterface`
12+
13+
### Non-Breaking
14+
15+
cardano-diffusion:
16+
- moved `jobVerifyPeerSnapshot` from o-n
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
- Added `NodeToClientVersionV23`
Lines changed: 23 additions & 0 deletions
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+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
### Breaking
9+
10+
o-n-api:
11+
- Added tag `LedgerPeerSnapshotV3`
12+
- removed compareLedgerPeerSnapshotApproximate
13+
14+
### Non-Breaking
15+
16+
o-n-api:
17+
- Added {To,From}JSON instances to `Point` and `Block`
18+
- added {encode,decode}LedgerPeerSnapshotPoint
19+
- added {encode,decode}StakePools
20+
21+
o-n:
22+
- Removed cardano-slotting dependency
23+
- moved `jobVerifyPeerSnapshot` to cardano-diffusion

0 commit comments

Comments
 (0)