Leonardo

Results 14 comments of Leonardo

Is there any open branch that's solving this?

Also for our internal usage that would be useful.

I like this approach and I think it could be achieved by slightly modify the `x/staking` module, probably with an edited version of a function that is call in `EndBlocker`....

Epoch in `staking` module here: https://github.com/cosmos/cosmos-sdk/pull/9043

Hi, is this still WIP? I saw the PR, but no new one were made since then.

**[UPDATE 1]:** I've forked both of the provided patches, updated them to the latest versions of their upstreams libraries but it still didn't compile. I've made some more research and...

[UPDATE 2]: I thought that this [PR](https://github.com/hyperium/tonic/pull/455) would have solved our problems in the near future but it won't. As you can see from the comment to my question from...

In this there's a guy who made a grpc-web client generator from proto files. I'm trying with it now.