Jonas Nick

Results 48 issues of Jonas Nick

Would be useful to have a collection of profiles available somewhere, so users don't need to figure out the exact calls that need to be whitelisted for c-lightning, lnd, liquid,...

Two different SearchNodes must have different f-values (estimated distances) in order to use the fast HashPriorityQueue. Unfortunately this is a painful restriction. See DatastructureTest.java for tests on this issue.

The `tgz` hash should be: ``` 7d619030153f1f6d14b9a5aeed1ec4a469dcce95305446c444d7c0c5387b2e67 spark-wallet-0.2.8-npm.tgz ``` according to SHASUMS. But when I download from the npm registry the hash differs ``` $ wget https://registry.npmjs.org/spark-wallet/-/spark-wallet-0.2.8.tgz $ sha256sum spark-wallet-0.2.8.tgz...

security

The most concerning weakness in terms of security right now is the dependence on `cache.nixos.org`. Most likely users do not build packages that are in the cache themselves (which could...

enhancement
hardening

There are many more packages and modules I would like to experiment with on my nix-bitcoin node. It seems like there's at least half a dozen usable frontends for lnd....

enhancement
Mid Term

Nix-bitcoin should provide an options manpage similar to `man configuration.nix`. Ideally, it would also work in the examples `nix-shell`.

In contrast to taproot_output_script, taproot_sign_key was not able to deal with a script_tree that is None. This commit fixes taproot_sign_key such that it can sign for such outputs. This commit...

Proposed BIP modification