Rahul Sethuram

Results 81 comments of Rahul Sethuram

We should make this time logging part of the "debug" log config. IMO it should be in the code and be able to be enabled with a "switch flip" of...

> Can you clarify what you mean by "debug" log config? Is there a configuration somewhere I should be aware of? The way it is currently, unless the method takes...

Break this up into smaller tasks.

Task breakdown: - [ ] Use this plugin in our server node Fastify server: https://github.com/fastify/fastify-websocket - [ ] Send events for engine nodes through websocket payloads - [ ] Update...

We received some feedback from our users that they would like to not use the config file and instead use env vars directly: https://github.com/connext/vector/pull/381 We should look into some sort...

I like this idea of the type. However, the type isn't available at runtime so you can't throw based on the type. But it would fail lint checks, etc so...

This is currently blocked because Gnosis AMB is not available on testnet yet. Waiting for response on their team. @alexwhte we should make a column for blocked and move there.

Thanks for reporting. I'll watch the linked issues and add this to the examples.

Thank you! I purposely didn't add a front end because I wanted to focus on the Solidity and Typescript part. Feel free to make a PR!