Teodor Pripoae

Results 16 comments of Teodor Pripoae

I know that Crystal made the switch from threads to evented IO a few months ago, but is there any option to make moonshine server run on multiple cores ?...

The `server` key in config is not for the address to listen, but used by Faye client to send messages to the server. (PrivatePub.publish)

I'm interested to write the etcd adapter. However, I can see there are few libraries in different development stages for c++. There are two Nokia projects, one implementing the HTTP...

There are two libraries from Nokia, implementing [v2 API](https://github.com/nokia/etcd-cpp-api) (HTTP) and [gRPC](https://github.com/nokia/etcd-cpp-apiv3). I think most people still run etcd using v2 API (I remember v3 beeing experimental), but later v3...

I think we can handle user defined callbacks on consumer level, similar to activerecord. I'm not sure if the use case should be global or consumer based. First option is...

The signer trait does not know which data it previously signed. If you are going to implement external signer I think you may need to change the trait to include...

Isn't the block id also in the payload that is signed ? If the signer keeps track of what height it previously signed it cannot sign 2 payloads at the...

I'm currently working on an external signer for tendermint which permits active-active high availability setup. Multiple validators send payloads to the signer raft cluster and only one of the requests...

I'm was curious if I can adapt it to also work for near protocol.