Nadav Ivgi

Results 99 issues of Nadav Ivgi

bwt currently constructs the electrum spv proofs for transactions using the list of txids in the confirming block (retrieved via `getblock` with `verbose=1`), which is a rather large list that...

enhancement
electrum

Provide a docker image that sets up nginx with certbot or a self-signed cert, as a reverse proxy to the http/electrum servers. For the http api, this could also throw...

enhancement

Implement coin selection in bwt, to be able to fund transactions using a specific hd wallet or addresses. This is currently not possible using bitcoind's `fundrawtransaction`.

enhancement

`getProtocolAndHost` doesn't work properly when the `` is set without a trailing `/` (e.g. https://github.com). I know its technically not correct for URLs to have no path at all, but...

Use something like `charge/` as the prefix for labels of created invoices, so that invoices created outside of Lightning Charge could be quickly discarded when retrieved by `waitanyinvoice` without having...

So that the e-commerce orders server doesn't miss notifications due to downtime.

enhancement