lightning
Here are 497 public repositories matching this topic...
-
Updated
Nov 25, 2021 - Python
Our xgboost models use the binary:logistic' objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores.
This is fine as long as the user knows this is happening! I didn't, so it took a while to figure out what was going on. I'm wondering if perhaps a useful warning could be raised for users to alert them of this issue? A warning
-
Updated
Nov 25, 2021 - Markdown
-
Updated
Nov 25, 2021 - Shell
I have two setups using bitcoind v21.99.0.
Eclair testnet (SQLite backend) has started without wallet parameter in config while mainnet (Postgre) didn't and I could only make it working with provided wallet.
I had to restart mainnet bitcoind because I was thinking that it was in failed state but apparently wallet was loaded and I reloaded it again after restart. Everything returned back
-
Updated
Nov 25, 2021 - Shell
-
Updated
Nov 23, 2021 - TypeScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Nov 16, 2021 - JavaScript
-
Updated
Oct 6, 2021 - JavaScript
It would be nice if we could rename each individual node. Sometimes, Alice, Bob and Carol... are too vague for practical usage.
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Nov 23, 2021 - JavaScript
Description of the Feature or Idea
Ratelimit the speed at which sites can create getInfo()/sendInvoice()/makeInvoice() requests if they require opening a window (for example, getInfo(), if pre-approved, should not be ratelimited). In testing, a buggy/malicious site can easily open tens or hundreds of windows.
Existing Example(s) of Feature
Here is an example piece of code to tri
-
Updated
Jan 2, 2018 - Swift
🚀 The feature
In version 0.5.x we have full support for YOLOv5, at the cost of introducing more dependencies. If someone just wants to use the models for inference, he/she doesn't need all additional features like:
- visualizations
- profiling
- type conversions to pandas
- ...
However, those useful features are (pa
Some candidates for removal that could easily be re-implemented inside Spark:
-
superagent(only used for a simple HTTP GET request, can be replaced with the built-in http module) -
helmet(sets security headers) -
js-yaml(only used to format objects in a human-readable manner, we don't really need yaml) -
nanoid(secure random string generator) -
is-ip(few-liner depende
-
Updated
Nov 15, 2021 - Shell
-
Updated
Sep 22, 2021 - C
-
Updated
Nov 23, 2021 - JavaScript
-
Updated
Oct 6, 2021
-
Updated
Nov 25, 2021 - Shell
I would appreciate support for my local currency, ILS (Israel Shekels).
-
Updated
Jan 13, 2021 - Python
Improve this page
Add a description, image, and links to the lightning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lightning topic, visit your repo's landing page and select "manage topics."
REST API /v2/wallet/utxos is returning empty array after upgrading the LND to 0.14.1
It was returning the list of utxos before this upgrade and lncli still returns the correct utxo list.