From f473078d708715d33f4695a07701409efa92a219 Mon Sep 17 00:00:00 2001 From: Kolby Moroz Liebl <31669092+KolbyML@users.noreply.github.com> Date: Fri, 6 Sep 2024 10:33:55 -0600 Subject: [PATCH] clean up ordering --- history/history-network.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history/history-network.md b/history/history-network.md index 6fba69f..4482ff1 100644 --- a/history/history-network.md +++ b/history/history-network.md @@ -26,9 +26,9 @@ In addition, the chain history network provides block number to historical block The network supports the following mechanisms for data retrieval: - Block header by block header hash +- Block header by block number - Block body by block header hash - Block receipts by block header hash -- Block header by block number > This sub-protocol does **not** support retrieval of transactions by hash, only the full set of transactions for a given block. See the "Canonical Transaction Index" sub-protocol of the Portal Network for more information on how the portal network implements lookup of transactions by their individual hashes.