workbenchapp / solana-workbench

Your one-stop shop for developing on Solana
MIT License
63 stars 7 forks source link

Why did we go back to full length pubkey displays? #223

Closed nathanleclaire closed 2 years ago

nathanleclaire commented 2 years ago

imo, the information besides ~8 characters at front and end of the pubkey, is wasted space

image

I'd like to take the pubkey back to 8 or so chars. There's so much we can put in the UI that's more useful information that that -- human readable labels... transactions ... images representing the token mint ... which program the account belongs to... etc .

SvenDowideit commented 2 years ago

duuude!, that's like, your opinion man, like....

yeah - I actualy just fixed the key truncation to output the length that was requested (that code was busted badly), because there's no sense in truncating to 8 chars in the AccountView.

the changes view looked better because the table was always massive - I presume you've changed that now?

nathanleclaire commented 2 years ago

duuude!, that's like, your opinion man, like....

indeed

the changes view looked better because the table was always massive - I presume you've changed that now?

It's a bit better out of the box -- with labels and/or owners I think it could start lookin tidier too

Screen Shot 2022-07-13 at 3 16 42 PM