Dev Ojha

Results 383 comments of Dev Ojha

This problem is talked about in the original post for this issue under the `problems that arise` and `proposed solution` sections =/. The proposed solution of this issue was to...

I mean we have Ed25519, which is ~basically Shnorr signatures restricted to one curve (some differences in how you hash things from the original Shnorr paper, but doesn't affect anything...

I think theres some misunderstanding of how this is supposed to work

That seems like a better idea regardless tbh

Is there a clean way to do a go test, that shows what the error message will be if you do a grpc query that exceeds the gas limit?

I'm supportive of using cgo by default / whenever its available! I think full nodes should be using this anyway for greater speed in tx processing. I also think the...

X-posting my comment from the forums: Exciting that this is happening! Phase 1 makes sense to me to start getting some user-determined validator set choices determined. I personally would hope...

This new API seems better, but happy to move the canonical epochs module from Osmosis to the SDK as well if that helps

I think the speed improvement is actually way higher. The IBC hashes are going to be much longer, but this isn't in the coin benchmarks

Ragel is native golang, its just code generated. I think its worth benchmarking against the for loop I put in the GH issue as well though