From 6cd2486f9594103914b1b61d7c32532f95129e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20W=C3=B3jtowicz?= Date: Wed, 23 Oct 2024 08:52:18 +0200 Subject: [PATCH] update changelog --- ...in.wojtowicz_ledger_query_peer_snapshot.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ouroboros-consensus/changelog.d/20240423_165841_marcin.wojtowicz_ledger_query_peer_snapshot.md diff --git a/ouroboros-consensus/changelog.d/20240423_165841_marcin.wojtowicz_ledger_query_peer_snapshot.md b/ouroboros-consensus/changelog.d/20240423_165841_marcin.wojtowicz_ledger_query_peer_snapshot.md new file mode 100644 index 0000000000..49249c749c --- /dev/null +++ b/ouroboros-consensus/changelog.d/20240423_165841_marcin.wojtowicz_ledger_query_peer_snapshot.md @@ -0,0 +1,29 @@ + + + + +### 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. +