Oded Leiba
Oded Leiba
Hi, It would be great if I'd had the option to configure expressWinston in a way that it would log messages _on request_ instead of _on response_. This is important...
Hi, I am currently using WebTorrent for seeding a large amount of files in server-side (node.js). One of the problems I've noticed when trying to scale-up WebTorrent is the amount...
Enable changing the ROTATE_INTERVAL parameter, which is the period of time to refresh LRU tables, and rotate secrets. I have a use case for setting this parameter. Discussed in #187
Note: ring's branch dependency can be changed to `master` once https://github.com/KZen-networks/ring/pull/1 is merged.
This is a feature request. We would love to use a symmetric encryption gadget, e.g., AES-128-CBC. Unfortunately I see this is currently not supported. A peek at [pay-to-sudoku](https://github.com/zcash-hackworks/pay-to-sudoku/blob/master/snark/gadget.tcc#L304) shows that...
We need a specification of the protocol to better support binding tools, i.e., `libs-core-bindings`.
When doing: ```js snxjs.Depot.exchangeEtherForSNX({value: snxjs.util.parseEther(etherValue)}) ``` what actually happens is exchanging ether for **sUSD**. I assume this is because the actual function in the contract which is called is the...
Currently, it seems there's no straight forward way to inject a provider when initializing SynthetixJS. One can inject a signer, which can accept a provider in its constructor, but in...
*What OS AM I using?* Windows 10 64bit *What happened?* When using both Node.js and CLI API - the `O` parameter in the `options` field - creates a directory of...