julienrbrt

Results 459 comments of julienrbrt

I think the commit history is sufficient tbh. Otherwise it may make people use severely outdated versions just to make it work with a defunct project.

Or that archive/defunct section should have a disclaimer for avoiding that

You should be able to use the AltValueCodec from collections: https://github.com/cosmos/cosmos-sdk/blob/collections/v1.0.0-rc.1/collections/codec/alternative_value.go#L20

Thanks! Implementing your suggestions...

Any update on this @Wondertan?

Looks like the system tests (v1) are failing here.

Same comment as here: https://github.com/cosmos/cosmos-sdk/pull/22314#issuecomment-2423399039 about mockgen.sh. Is this the result of make mocks?

@mergifyio backport release/v0.52.x

> Can you elaborate why you decided on a separate namespace for the force inclusion TX? The consumers have to read both ns anyway to stay up to date This...

List of improvements to do in follow-ups: 1. Improve DA fetching by parallelizing epoch fetching 2. Simplify DA requests after https://github.com/evstack/ev-node/issues/2796. Fetch DA latest height, instead of checking epoch boundaries...