sakridge

Results 10 comments of sakridge

Can you fill in the problem/description fields please?

How about renaming it `solana deploy-immutable` or something like that? Is there another newer way to deploy an immutable program?

> A QUIC client violating flow control limits is not correctly implementing the protocol, so the connection will be immediately terminated with a transport error. This should generally be quite...

Would the implementation be similar to https://github.com/quinn-rs/quinn/pull/1315 ?

cc @carllin @bw-solana @AshwinSekar

compute_bank_stats was also really high during that second (~230ms):

We may port this to BPF in the future, will this strategy work in a world where the program is a standard bpf program?

lazy_static is not ideal also, but I can see the benefit of accumulating the counters closer to where we do the actual vote processing

I'm fine with the lazy_static, just wanted to make sure we considered all the options since as haoran said it's like a global variable and we should avoid it if...

> note is that transactions in an entry aren't currently executed in parallel, so we need to get to that first too. Yes they are. The code now tries to...