Aaron Craelius
Aaron Craelius
> Can we keep a private immutable global (for coins and metadata) while using a different regex for sign modes? Then there's no way of guaranteeing whether sign mode textual...
Not opposed to adding helper functions that simplify code. As for refactoring SDK modules, the ORM handles all of this and more with much less boilerplate. So let's just keep...
> > > Prior to continuing potentially wasted work on this PR, have we come to consensus on if we need this or not? I mean we did introduce recently...
> @aaronc do you think or recommend that we take this approach then as well? Well it seems like it solves an immediate problem that people have. On the other...
> I can try to rewrite it by implementing https://github.com/cosmos/cosmos-sdk/issues/12808#issuecomment-1233082028 > Just would like to know the timeline or if anyone is doing it to avoid duplicate work. Nobody is...
It actually is still relevant.
> utACK. checked the SDK and they handle valset resets similarly. can you point to code in the SDK that does valset resets @technicallyty ?
The AnteDecorator alternative feels kind of hacky. I propose that if there are addresses which shouldn't receive funds - either because that would break invariants or actual module logic -...
> > The AnteDecorator alternative feels kind of hacky. > > Why? I think it feels completely natural. Because it requires ante decorators to be aware of module logic. For...
This is docs not chore