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 }} + + + + +
+
+
+
+
+ +
+
+ + +
+ +