Aaron Craelius

Results 312 comments of Aaron Craelius

> @testinginprod @aaronc were you two able to catch up? Not in detail yet but we should

I'm not sure we should merge this with the proto files. Instead the proto files should be code snippets in the RFC. I'll make this change before we merge

We have a plan for this and partially implemented it but paused because we do not want to introduce more major breaking changes into 0.45, and punted it to 0.46

Bech32 prefixes have been an issue for a LONG time. It's a balancing act between breaking every module which depends on them in the next release and getting other high...

> I'm interested to hear which "high priority features" got prioritized as the discussions on this have been held at times I've been unable to attend. The bech 32 issue...

> Where is the discussion on gravity bridge by the way? I've been working on that project for almost a year and have 0 visibility into these discussions. In the...

> My understanding is that if we fixed the issue with the proto generation we would be able to import `github.com/cosmos/cosmso-sdk/v44` as well as `github.com/cosmos/cosmos-sdk/v42`. It's not an easy fix...

@okwme would love your input here

> > The apd-based Dec wrapper type in regen-ledger can possibly be the basis for this new math.Dec type: https://github.com/regen-network/regen-ledger/tree/master/types/math > > > > Assuming we have a `math` go...

It is used in the state machine in so much as transaction addresses are encoded in bech32 and need to be decoded in modules. I agree with @yihuang that we...