Results 7 comments of Linus Kendall

This would be great, I've already made a Triton build with this and will be testing it on some of our nodes. We have some RPC metrics that we might...

We've been running this internally and looks good. We have a few patches we'll try to upstream into this patch too (particularly if it gets merged). Would be so much...

This cache accounts by slot param though does it really make sense? The issue is that it conflicts with the commitment level setting - so instead of adding a flag...

Yeah if commitment level is set to processed it seems logical to me to push account updates as soon as they are seen.

Hi @austbot I don't think this is the case. The redis queues don't empty out and it does not look like it's based on the batch sizes. It looks like...

Made a basic version of this utility here: https://github.com/rpcpool/sui-catchup

It looks like perhaps we could hook into this code? https://github.com/tonarino/innernet/blob/991c6435c1018066f28bc673713cf93176f67a9d/client/src/nat.rs#L99-L105 Instead of trying (and selecting the first) we could prefer some candidates over others - for example prefer all...