From 41a14af70a504109b8faa6d03ae670cc0c04b09e Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 18 Aug 2016 17:17:13 -0400 Subject: [PATCH] update modified-block-explorer.md --- posts/bounty/modified-block-explorer.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/posts/bounty/modified-block-explorer.md b/posts/bounty/modified-block-explorer.md index 8736c979..93804f70 100644 --- a/posts/bounty/modified-block-explorer.md +++ b/posts/bounty/modified-block-explorer.md @@ -14,7 +14,9 @@ Iquidus explorer is great, but does not currently support LBRY specific operatio The explorer should be modified to: -- Display LBRY name claim and support transactions -- Exploration of contesting and updated name claims in a way similar to transactions +- Display name claims in a transaction and link to claim info provided a txid +- Display a support transaction and link to claim info provided a txid +- Display claim information (name, claim txid, value, total amount, supports, and previous updates) provided a claim id +- Display information for contesting name claims provided a lbry name -The relevant information can be obtained from ` lbrycrd-cli getclaimsfortx ` and ` lbrycrd-cli getclaimsforname `. +This will likely require polling for changes in the result of `lbrycrd-cli getclaimsintrie` after each block, and subsiquently populating values from `lbrycrd-cli getclaimsforname` and `lbrycrd-cli getclaimsfortx`.