workbenchapp / solana-workbench

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

Max Delta support seems broken #225

Closed nathanleclaire closed 2 years ago

nathanleclaire commented 2 years ago

gettin results like this on mainnet, don't feel super high pri on solving this cause it's no one's favorite feature, but wanted to note it down

Screen Shot 2022-07-13 at 3 20 01 PM
SvenDowideit commented 2 years ago

I'm pretty sure this is because we're storing the delta and count aggregations in the same structure that we're using to cache the on-chain info, and somewhere in there (i'm guessing the program changes subscription), we're failing to get the old value.

I think this will get addressed by #215 - as I think i'll be rewriting that cache code, but 💯