MSalopek

Results 59 comments of MSalopek

Yes. I pass it like this: `protoc --letmegrpc_out=./internal/types -I $(pwd)/protos $(pwd)/protos/*`

I'm sorry, would you please elaborate your idea? Thanks!

It is possible, yes. But the name `func NewHandler` will remain the same for all the files, that is something you would like to keep?

Progress is on [feat/sdk-47-ibc-7](https://github.com/cosmos/gaia/tree/feat/sdk-47-ibc-7) branch. This task was renamed to `[update docs after upgrading to cosmos-sdk v47 and ibc-go v7](https://github.com/cosmos/gaia/issues/2537)` since upgrading the tooling was mostly done on the feature...

Pre-requisite was achieved with https://github.com/cosmos/gaia/releases/tag/v15.0.0. When tackling this issue, we should split it into smaller steps: 1. enable the basic ICA controller 2. connect ICA to governance (allow the Hub...

> For stability and reduced binary size, Chainguard strongly recommends building these components statically linked against musl. To facilitate this, the Distroless project provides a distroless.dev/ko image which we will...

@mpoke I don't think it is. This is about creating some unforgeable metadata and signing it. We just use checksums obtained from goreleaser build process

Goreleaser removed tendermint deps for now. Moving to v47 removes all other deps for proto builds. The proto-builder is already under cosmos org. Closing for now.

> We would not have this problem once we switch to a command that runs the node immediately after changing the state (this is enabled in sdk v0.50). I can...

Thank you for investigating and opening this issue, this is great feedback! To mitigate this issue in running testnets we can instruct participants to always set their genesis time so...