ltzmaxwell
ltzmaxwell
> I have some thoughts about this: > > Coins and their denoms are validated in the TM2 layer. The question is - should we also implement this validation in...
> If we choose to add validation in `coins.gno`, will that not introduce double validation (on both the TM2 and Gno level) and thus use up more (double) the gas?...
> While we're on this topic, I came across this issue I made some time ago: #1676 > > Thinking about this a bit, we should really make a good,...
> @ltzmaxwell Thank you for the addition 🙏 > > I've converted this PR to draft until a couple of things are addressed: > > * description is provided >...
close due to theoretical incompleteness.
consider this one, it should be handled: ```go package main var x = 1 const ff = +(1
Partial, will have a final one after.
cc: @thehowl to finalize this.
very personal experience, but for the human brain, `MarshalJSON` and `JSONMarshal` are still easy to confuse. But otherwise LGTM.
#4302 is the first step fix, will complete this issue with a following one.