Dev Ojha
Dev Ojha
It depends on the network for whether this happens during "happy path" normal operation, but happens pretty routinely at "disjunctive" points in the network, e.g: - The hours following a...
> If there is no proposal, all prevotes are for nil. If all prevotes are for nil, there is no need to wait for timeout_prevote. If all precommits are for...
What do you think about us removing the simulate sequence number check entirely, and adding a field to the proto response to state the current sequence number
So in my pr on the topic I just took a copy for doing that, since it's in its own goroutine. I kind of think short term we just take...
Actually since this is state compat, maybe we should get v26.0.0 without this, and v26.1.0 with it?
The explorer / client overhead was AFAIU an issue in like the first month of launch, though I could be totally wrong! Hrm, why is `profie_picture` weird though. Basically everywhere...
Wait but keybase rn is specifically a profile, not just a link to the image. I think identity and profile_picture are distinct roles. (identity could be a twitter profile, versus...
I can submit a PR for this today if that helps. (My ideal is once tested on testnet for several days, getting it into an Osmosis release to remove the...
There are some binary field FFTs implemented in libiop: https://github.com/scipr-lab/libiop/blob/master/libiop/algebra/fft.tcc#L40 But no gf(2^16) implementation
The work in this PR is great, and was a meaningful speedup: https://github.com/cosmos/cosmos-sdk/pull/20817 Could we get it re-opened and merged in? Its patch releasing speedups 🙏