Aleksandr Bezobchuk

Results 409 comments of Aleksandr Bezobchuk

@amaurym or @aaronc do you know if pagination based on key is supposed to be encoded in a specific way?

What's a "locked" delegation? I don't see any restrictions or checks in `BeginRedelegate` that explicitly prohibits redelegation from an inactive validator (that would now be unbonding or unbonded).

Ahh transitive redelegation. Yes, there is a reason why we prevented this and we already have an (old) issue for it: https://github.com/cosmos/cosmos-sdk/issues/3288 I would close this issue and keep that...

Can you explain what you mean by "lock". I'm not understanding the proposal exactly.

@bjaanes yes, we would like to see the approach! I'm skeptical that it'll be that easy as there are various corner cases to consider, e.g. cliff validators dipping in-n-out of...

Thanks for writing up this up @marbar3778! Seems like a pretty good summary to me. Just to highlight and reiterate, things that I think are paramount: * Single logical DB...

Awesome! > Would you want to dive into the key format change? Sure! From what I've read in the JMT paper, we can adopt a similar tactic, i.e. keys take...

> are we planning on switching to the JMT and refactoring the whole storage? The strategy will be as follows (in order): * Refactor store package (API cleaning and improvement...

As for the current v2, I think there might be a chance that is actually discarded -- I'll let @marbar3778 chime in on that

> > The strategy will be as follows (in order): > > > > * Refactor store package (API cleaning and improvement -- I'd like to use signal logical DB)...