workbenchapp / solana-workbench

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

Don't re-render changes row if we don't get an initialised changes struct, and make cache big enough for main-net #261

Closed SvenDowideit closed 2 years ago

SvenDowideit commented 2 years ago

closes #259 closes #225 closes #239

Signed-off-by: Sven Dowideit SvenDowideit@home.org.au

SvenDowideit commented 2 years ago

okay! the flicking might be due to the default return from getAccounts when there's a cache miss - which looks like it happens alot on mainnet - presumably because there's so much going on.

SvenDowideit commented 2 years ago

this should properly go away when we do #230

nathanleclaire commented 2 years ago

This is great!! Nicely done! 🎉

LGTM