Aaron Craelius

Results 312 comments of Aaron Craelius

Also in terms of URI construction, we could also just always use an extension and hide everything else beneath base58 encoding, so for a dataset we could actually have `regen:6EqBg1puBvfGDxMSbxah9R.rdf`...

Well we can't compress the transactions that are in the tendermint block store. And compared to protobuf, these IRIs make up the primary content of RDF. And even if we...

One thing we _could_ do is only use uint64 IDs in the compact graph format for StoreGraphData and other methods would only use ContentHash or the IRIs. Maybe as a...

Actually I think I've thought of a way to hide most of the complexity of the uint64 IDs. I'll update this PR with the new design soon.

> 1. create a dataset in JSON-LD and compute the URDNA2015 hash on the client side > 2. call `Query/ConvertToCompactDataset` with the JSON-LD content and this will return a `Graph.Dataset`...

I consider this R4R pending the orm PR regarding mock hooks

Having on chain validation is probably too restrictive. "metric ton CO2e" is more useful and would fail validation

Without support for this I'm having a hard time figuring out how to integrate something like `gomock` where the `Controller` needs to be initialized with something resembling `testing.T`: https://pkg.go.dev/github.com/golang/[email protected]/gomock#NewController

The intention of the Cosmos SDK proto files is to provide a common set of client facing interfaces which can be used by different chains and modules: https://github.com/cosmos/cosmos-sdk/tree/master/proto. Everything is...