Aaron Craelius

Results 312 comments of Aaron Craelius
trafficstars

I would love to see this project maintained and would offer to contribute as I can. We currently are maintaining a fork https://github.com/regen-network/protobuf for use in https://github.com/cosmos/cosmos-sdk. I have a...

Can you provide more rationale pleas?

I would prefer if this doesn't go in 0.35 so that the SDK's work on mempool prioritization doesn't get delayed.

@ethanfrey we discussed this previously and I tried to capture what was said above. I've created this as a tracking Epic. Likely a specification PR would be the first next...

The main use cases in mind currently are to power: * an interactive map of land credits that shows available and retired credits * an interactive map of structured verification...

Is it true that events from all nested transactions will now get captured in the Cosmos SDK with their new event manager? I see this: https://github.com/cosmos/cosmos-sdk/blob/master/baseapp/baseapp.go#L644-L694. As an aside: it...

Agreed, but not sure we should worry about this for 4.0. With the new app wiring we'll want to migrate anyway when that's ready

Duplicate of #327. I don't curation would be standalone but likely a sub-module of x/ecocredit

We should try the postgres indexer: https://docs.tendermint.com/master/app-dev/indexing-transactions.html

> Removing this as nice to have for v4.0 and moving this to the backlog. Querying for all events per module is currently not possible with typed events and experimenting...