Wesley Charles Blake
Wesley Charles Blake
@lautarodragan and @wzalazar : would we need to replicate this across to frost-api as well?
Awesome! Was just making sure. But yes will need a thorough audit in frost-api . So for in k8s it's been working well.
yeah simple enough to test out, just need to increase the replica count for each node configuration from 1 to n (where n is the ideal amount needed to run...
We should add this index ``` db = db.getSiblingDB("poet") db.getCollection("blockchainReader").createIndex({ "blockHeight": -1 }, {background: true}) ```
Yeah but only when logging at the info level On Mon, 12 Nov 2018, 15:18 Geoff Turk, wrote: > @WesleyCharlesBlake Is this still > showing up in the poet-node logs?...
@geoffturk yes still exists in prod
Ok will do. Will add some management plugins asap!
> JWT Secret We're currently using HMAC to sign the JWTs. We should also take this opportunity to switch to a public/private key pair, which has some benefits over HMAC;...
The API docs in swagger hub have the correct schema, but I know it used to be `text`. Possibly wrong implementation by someone sending the `text` field here. Regardless we...
hey @uniuuu thanks for this. Im going to be refactoring this repo soon as its largely been neglected. I'll be sure to include this in the refactor!