Eric Martindale
Eric Martindale
It's be nice to have the ability to load a SSL certificate and serve an encrypted connection over HTTPS.
Rather than relying on disk IO, it'd be convenient to pass a function as follows to construct the WebWorker: ```js const Worker = require('webworker'); const worker = new Worker(function (msg)...
This adds what I feel is a better option than the `iptables` configuration rules, as these are much easier to misconfigure or neglect in ongoing maintenance. Instead, I add documentation...
Supporting a key exchange and subsequent encryption is necessary for use in hostile environments. This should be compatible with clients using [the OTR Pidgin plugin](http://phrozenblog.com/?p=615).
Rather than relying on Polymer, it'd be nice if this were dependency-free.
What is the status of replacing bech32 with bech32m as per [BIP350](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki)?
This is a wonderful module, but it seems difficult to browserify (CORS being the a least one of your concerns). Perhaps we use something other than Cheerio for a browser...
It'd be nice if this service were backend-agnostic, capable of connecting to a `c-lightning` node.
I'd like to allocate some personal funds toward the maintenance (especially post-Taproot and post-Handshake) of `bcoin` on NPM as a fast, simple, easy-to-use JavaScript library, with reasonably secure defaults, targeting...
Sharing my quick patch to disable HTTP listeners (re: #568). Comments and feedback desired, as I'm not sure of the side effects or current conventions (esp. re: `this.options` / `this.config`)....