Dev Ojha

Results 382 comments of Dev Ojha

Would echo this, we are wasting tremendous amounts of blockspace throughout cosmos due to this. In general I'd expect the tx size to be on the order of magnitude of...

I guess one thing interesting is that for proposer priority, the relayer could just edit it to be 0. Then it won't get serialized in protobuf

Played with this, here is a URL for format-free decoding of header that Carlos shared:

Wanted to echo support of this! Currently there are places I have to avoid using an embedded struct to de-duplicate logic, due to dev UX overhead for downstream users w/...

1. A block at t=35 will not trigger a new epochs. (Notice that the epoch there is _inclusive_ of the t=35 time.) 2. Yes it was created prior to `t=14`....

It got renamed to `gamm.MsgCreateBalancerPool`. How do block explorers / integrators parse old states at the moment? Is there some codec message they run, and we need to provide a...

Its in this file: https://github.com/osmosis-labs/osmosis/blob/main/x/gamm/pool-models/balancer/tx.pb.go

Thanks for the reference for `grpcurl`! This means we need to find a solution for keeping all legacy amino -> proto mappings for messages in the latest codebase. This is...

Part of the issue is its not just versioning the proto files, but also versioning the amino routes, unless we can have multiple amino routes point to the same thing...

Oh I didn't realize this was done lol