connext / indra

[LEGACY] Monorepo containing everything related to the core Connext protocols and network.
MIT License
84 stars 38 forks source link

Build out dashboard #572

Closed hthillman closed 4 years ago

hthillman commented 4 years ago

Right now, dashboard lets you look up channels by xPub and prints a nicely formatted JSON w/ human-readable numbers.

Additionally, we want to:

To do this, we need:

rhlsthrm commented 4 years ago

Pulling up a channel by xpub should also do things like display channel tx history. I'm thinking eventually this could be our "channel explorer".

LayneHaber commented 4 years ago

easily view Hub xpub state

what exactly does this mean? because there's not really any shared state between hub and client, we can basically only see the hub's channel state by querying the DB.

Or are you talking about balance of the address for collateral/gas purposes? (Which we would also want to be accessible)

ArjunBhuptani commented 4 years ago

^yeah this is what that means.

Going to make this time sensitive because we need these metrics once even a single wallet goes live

hthillman commented 4 years ago

Yeah, that's what I meant. will update to clarify

On Fri, Nov 29, 2019 at 5:33 PM, Arjun Bhuptani < notifications@github.com > wrote:

^yeah this is what that means.

Going to make this time sensitive because we need these metrics once even a single wallet goes live

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub ( https://github.com/ConnextProject/indra/issues/572?email_source=notifications&email_token=AIR5IWAOXR7V3LOCQRIFTLLQWGKCTA5CNFSM4JPVFLA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFPTYBQ#issuecomment-559889414 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AIR5IWDPMKIMQPDZZWQPMKDQWGKCTANCNFSM4JPVFLAQ ).

hthillman commented 4 years ago

closing. will open new issue w/ next todos