Aleksandr Bezobchuk

Results 409 comments of Aleksandr Bezobchuk

@raphaellintoken I took a look at the configurations. They are indeed mainly identical. However, you're using the [`default`](https://github.com/cosmos/cosmos-sdk/blob/master/store/types/pruning.go#L17) pruning settings. This means you're only going to be able to query...

Unfortunately not, as this is the only thing I can think of. Also, we have not seen any other reports like this. Out of curiosity, the heights you are querying,...

The queries should be deterministic too, i.e. no map encoding or anything like that. And if they do, ensure that the output is deterministic.

I definitely feel like we should have a changelog entry for this.

> > Is there a reason we removed the `Require` statements? > > to reduce verbosity, said p0mvn I'm not following? How does `Require()` add verbosity? We want to be...

Agree with the proposal! > Imo the markdown linter has generally been a huge waste of time, providing very little quality guarantees, and tons of quality flow time burned. Don't...

I can take care of x/mint or x/txfees

Could it be possible that 2 are from the previous version of Osmosis and 2 are from the current? Where the current version will not prune or remove snapshots it...

Did anything change with regards to that? AFAIU, this is managed by the snapshot manager, right @p0mvn? Where there any changes in that for v8?

I love the motivation, but I've seen this time and time again, eventually the docs fall out of date/sync and folks end up referencing material that is no longer relevant....