workbenchapp / solana-workbench

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

Token Screen blanks out when clicked #246

Open xxmafiaxxx opened 2 years ago

xxmafiaxxx commented 2 years ago

Expected Behavior

should see wallets

Current Behavior

black screen

Steps to Reproduce

click on tokens

Your Environment

SvenDowideit commented 2 years ago

yeah, there's some weird stuff that got lost in dev - I think #241 now resolves them - if you're willing to test that \o/!

oh, and sorry, I'm learning so many different things atm, i'm making a mess :/

SvenDowideit commented 2 years ago

@xxmafiaxxx We've made quite a few changes in the last day or two that should deal with this - and we'll release v0.4.0 this week :)

if you do continue to see this problem - are you using Localnet? or one of the others? can you tell us the publicKey of the wallet (if its not localnet :) )

I expect it was due to some incomplete code i merged during development, but there is one big pain point - if there are too many tokens, it takes several minutes for the RPC server to query and then send that list, and then .... we run out of memory. ( #283 ) I hope this isn't the problem you're running into :D

xxmafiaxxx commented 2 years ago

ill check it now

SvenDowideit commented 2 years ago

and we're released https://github.com/workbenchapp/solana-workbench/releases/tag/v0.4.0 - tho with app signing issues, and the token detail data in the accordions are black text on black - something for v0.4.1 in a day or two