-
Because we also support Bitcoin Core REST and potentially nginx/Cloudflare-proxied REST, we ended up with our own one-dependency HTTP client in rust-lightning. We currently use it with our own JSON pa…
-
### Summary
The Rust Analyzer extension shows `Syntax Error: expected pattern`, when an unbounded [`RangeFrom` range pattern](https://doc.rust-lang.org/std/ops/struct.RangeFrom.html) is already pre…
-
Currently only univariate distributions are supported. A complete implementation would include seamless support for multivariate distributions. The only type that should be changed is the `KernelDensi…
-
We need to be able to access arbitrary object storage from a Cloudflare worker.
Our access pattern for the crate `object_store` can be found in the first-party `storage` crate.
Basically, we us…
-
To be able to use electrum as a bitcoin backend for the client we need to be able to convert its txoutproof format into the one used by bitcoind.
The txoutproof format used by bitcoind and rust-bit…
-
cc #18
- [X] Emacs
- https://github.com/emacs-lsp/lsp-mode
- https://github.com/joaotavora/eglot
- [X] (Neo)vim (https://github.com/autozimu/LanguageClient-neovim)
- [x] Eclipse (https://g…
-
Should Double Ratchet algorithms and other secure message exchange algorithms be added to the Transport Encryption Libraries section? Besides the Signal Rust code for the Double Ratchet algorithms the…
-
I'm currently attempting to use rust-websocket to connect to [btcmarkets' websocket](https://github.com/BTCMarkets/API/wiki/websocket#sample-code-in-nodejs-in-order-to-receive-tick-events), however wh…
-
Could be shared by the various clients, allowing other apps to do things like add cards to Anki in a platform-independent way.
Some things to consider:
- Some form of access control, so that ran…
-
# General issue for the async switch
## Motivation
Our application is async in nature and the pub sub should also be.
One client (see #54) already supports it and another is planning to.
_Upda…