Joe Caputo

Results 23 comments of Joe Caputo

I am also experiencing a similar issue. We are using `node-cache-manager-redis-store`, which has a dependency "redis":"^3.0.2"; currently pulling in redis:3.1.2 We are using a global instance of the NestJS cache-manager,...

I am using the NestJS CACHE_MANAGER. It is a global instance in the app, I believe. I don't know how Nest manages the actual connections. For now, I've solved the...

My only comment is that, while private contexts/encrypted content is orthogonal to this discussion in detail, the discussion should be conducted with an awareness of some basic foreseen requirements for...

I think one question to answer is: is it possible to read only the first N bytes of a page? I hate to have to read the entire page in...

> My recommendation is that we do not change the extrinsic implementations and only add following checks in **pre_dispatch** to provide fail fast feature without adding any overhead on the...

> ## Questions > * Should this validation run on `pre_dispatch` as well as `validate`? > > * **A**: We want to do both > * If `pre_dispatch` and `validate`,...

Is there a separate issue to track finding a way to reenable this without causing a problem?

Would there be any benefit to adding support for `SignatureRequired` to other pallets besides `StatefulStorage`?

I also think that for schemas with `SignatureRequired`, we should explicitly reject any delegation requests for that schema.

Regarding health checks, the Frequency node `/health` endpoint returns the following JSON object: ```json { "peers": number, "isSyncing": boolean, "shouldHavePeers": boolean } ``` When reporting `health_status`, Docker can report `starting`,...