Silas Davis

Results 70 comments of Silas Davis

I'm using swagger for our project Pericyte as a library. It's quite nice to use the generated typescript/axios javascript client there, would be nice if the keratin endpoints had similar...

I came across this recently that is worth considering for this purpose too: https://github.com/googleapis/gnostic

I was seeing this with a gcloud install without antigen and I fixed it by moving the gcloud lines above the oh-my-zsh declarations - I think the kubectl plugin doesn't...

I totally understand the desire to do this, but there is a part of me that wishes you don't :) It will take time to get a decent adapter interface...

A related thought on this - do we want to get involved in actually parsing values? Currently we are just relying on mapped types being assignable from whatever the database...

Hm, well the generic types I used above imply we would have the target type available at generation type which we presumably would not if it is custom or if...

I think it would be a good idea if we standardised our iteration to use the same style as libs/db and the cosmos-sdk. The cosmos-sdk defines `KVStore`: https://github.com/cosmos/cosmos-sdk/blob/develop/types/store.go#L121-L164. This is...

I can't get at your localhost :) I think we should make a few more specific bitesized documentation tickets (e.g. document file) and then close this one in favour of...

We are hitting some fairly big slow downs on compaction in particular. @seanyoung is looking into this. We'd be interested in helping fix this. We do rely on a complete...

Some questions: 1. Can this additional validation be handled at a smart contract level? If not, why not? 2. Does: > the main chain would want to enforce Imply the...