Sachin Meier
Sachin Meier
This project curretly has no licensing status. I would like to use this Elixir RPC interface with my own elixir Bitcoin library, which may end up in production for commercial...
## Change Description Associated Issue: https://github.com/lightningnetwork/lnd/issues/1523 The `updatechanpolicy` cli command uses `IntFlag` and `FloatFlag`, which autopopulate a `(default: 0)` at the end of flag descriptions. These are unhelpful since we...
Previously, a Warning was logged for each channel link to a peer that had insufficient bandwidth (or violated another policy parameter). This seemed excessive and unhelpful because warnings for insufficient...
This block of code is a failed attempt to build dependencies first. It resulted in the final binary being a default hello world rust program, not agora. Reasoning: Each step/cmd/line...
Since the instance knows all the URLs based on the directory file structure, we should be able to auto-construct a robots.txt file, which I see Google or some other indexer/crawler...
NIP-26 allows certain `kind`s of Nostr messages to be delegated. However, given the proliferation of kinds, I think it makes sense to allow kind ranges, (ex: `kind=1-100&kind=102-200`) which would allow...
Create a dockerfile for LND setup.
TLDR: I added all RPC calls to bitcoin/rpc.py and slightly altered some existing calls to update the API. I also added OP_TRUE and OP_FALSE to script.py. Changes: I added all...
Currently, RPC Tests are commented out because bitcoind must be running to test them. I am thinking this should change to check if bitcoind is running. I am unsure of...