Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
crocodile-dentist committed Oct 23, 2024
1 parent 116cbb0 commit 6cd2486
Showing 1 changed file with 29 additions and 0 deletions.
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
- A bullet item for the Non-Breaking category.
-->
### Breaking

- Added `GetBigLedgerPeerSnapshot` block query.
This query retrieves a snapshot of big ledger peers derived from
stake pools available at the current slot in the ledger state. This
snapshot is intended to be serialised and made available to the
cardano-node via configuration so that it may sync up safely to end
up on the correct chain; big ledger peers are those peers with significant
relative stake compared to other relays and hence are treated as
trustworthy peers by the Genesis algorithm.

0 comments on commit 6cd2486

Please sign in to comment.