julienrbrt

Results 245 comments of julienrbrt

I haven't reviewed this, but is it expected that those sims are failing: - https://github.com/cosmos/cosmos-sdk/actions/runs/5856588630/job/15877096737?pr=16747 - https://github.com/cosmos/cosmos-sdk/actions/runs/5856588630/job/15877096454?pr=16747 - https://github.com/cosmos/cosmos-sdk/actions/runs/5856588630/job/15877095843?pr=16747 See snippet ```sh $ go test ./simapp -run TestFullAppSimulation -Enabled=true -NumBlocks=50...

Are you talking about migrations? Or something else?

Right, so you mean proto directories. That is true that we do not version proto directories. This is something we should probably do indeed.

> brew and flatpack versions going to be updated in a different PR? Those are just templates for snap and brew, ci does the push to the snapstore and homebrew...

Actually, I think we want people to open the latest release on gitpod, so linking unreleased v29 doesn't really make sense imho, as v29 is sort of nightly.

@ilgooz can we get the same required job on release/v*.*.* than on main? Especially test and integration

https://github.com/ignite/cli/pull/4128 should be merged before

FWIW someone else encountered the same issue on Discord, see this thread: https://discord.com/channels/893126937067802685/1235849519120252928/1237801874279759993. I'll check more in depth what's up.

You are trying to use a very old (and unsupported) version. Could you try with a newer one.

Now that your changes (https://github.com/cosmos/cosmos-sdk/pull/20356) have been merged and backported to v0.50 in the SDK, let me check if this works now.