Aaron Craelius

Results 315 comments of Aaron Craelius

The ORM uses proto for genesis but it wraps it in a map which can't be serialized as proto. So it needs RawJSON. The ORM also does support streaming genesis...

> So I guess the consensus is to close this PR. Shall we add follow up task to create a guide or something like anti-pattern guide? Yes. Sure. Generally, any...

The key thing is to distinguish between things which can succeed in checktx but fail during delivertx. For instance gas can change because it's dependent on state. Having sufficient funds...

The new codegen, cosmos-proto (aka pulsar), does this already. Now that go has generics we should consider adopting a sorted tree map type (instead of the built in hash map)...

We care primarily about deterministic serialization of maps in consensus and that is a solvable problem. We can of course define a spec that requires that of clients, but in...

Would love to get updates on your current approach @ryanchristo. Why does sign bytes need testing? Because of amino issues? Ultimately validate basic is just part of the msg feature...

We should have a Postgres database in heroku with all our events indexed already. Why can't we just use that?

I think we probably shouldn't do this and close this issue, given the breakage and effort required

Just for the record, I am opposed to this proposal. If I were designing the SDK from scratch I would probably only allow one signer but I don't see the...

We already agreed to support streaming genesis for both ORM and collections and that's the API that's been adopted for genesis in cosmossdk.ui/core. I'm wondering though whether we should make...