From 6e474004266c55a78027a39011dfac52d6c6728b Mon Sep 17 00:00:00 2001 From: everoddandeven Date: Mon, 11 Nov 2024 23:21:52 +0100 Subject: [PATCH] Block queue implementation --- .../blockchain/blockchain.component.html | 48 ++++++++++++++++- .../blockchain/blockchain.component.scss | 54 +++++++++++++++++++ .../pages/blockchain/blockchain.component.ts | 27 +++++++++- src/common/DaemonSettings.ts | 2 +- 4 files changed, 128 insertions(+), 3 deletions(-) diff --git a/src/app/pages/blockchain/blockchain.component.html b/src/app/pages/blockchain/blockchain.component.html index 620f099..d5913c2 100644 --- a/src/app/pages/blockchain/blockchain.component.html +++ b/src/app/pages/blockchain/blockchain.component.html @@ -13,7 +13,53 @@
-
+
+

Overview of current block set queue

+ +
+
+

Block Queue

+
+
+
+
+
Legend
+
    +
  • . Set requested but not received
  • +
  • o Set received
  • +
  • m Received set that matches the next blocks needed
  • +
  • < Needed set in order to continue synchronization
  • +
  • _ Set beyond current sync height
  • +
+
+
+ +
+
+
Queue
+
+
+
+ + + {{ block }} + + + + +
+
+
+
+
+ +
+
+ + +
+ +