erikarvstedt

Results 94 comments of erikarvstedt

To explicitly check the change to nodeinfo (which is covered by the tests), run: ```bash run-tests.sh -s '{ imports = [ scenarios.regtestBase ]; services.mempool.enable = true; nix-bitcoin.onionServices.mempool-frontend.enable = true; nix-bitcoin.nodeinfo.enable...

Another issue: The output of `sendpayment.py --help` doesn't specifiy if argument `amount` has unit `btc` or `sat`. Please always specify units when there are ambiguities.

Would it be possible to make rate-limiting optional? This would allow implementing rate-limiting in the hosting stack (e.g., in the reverse proxy server). Advantages: - More fine-grained rate-limiting settings -...

[Fixup](https://github.com/erikarvstedt/plugins/commits/lnurlp-ea). This greatly simplifies conditional rate limiting. Untested, but should work in principle. (Fetch with `git fetch https://github.com/erikarvstedt/plugins lnurlp-ea:lnurlp-ea`)

Yes, search terms were `AND`ed in the past, now the search is broken. I'm running into this bug constantly, please fix this. Edit: It has now occurred to me that...

@ncfavier, what's the rationale for banning cryptocurrency projects from the Nix ecosystem? One of the Flake design goals is a broadened, not a narrowed scope compared to nixpkgs, so shouldn't...

The git checkout step in Cirrus is currently broken. **Edit:** It now works when manually re-running failed tests.

@jonasnick, the bwrap env exposed the host's `/etc/nix/nix.conf` to the `flake-info` process. In your case, `nix.conf` probably contained the default value of `flake-registry`, which is `https://channels.nixos.org/flake-registry.json`. This file was then...

Solved by Flakes support.

Fixed by https://github.com/erikarvstedt/extra-container/commit/93f72a85c35bc60ba871fe47762f79cc64160bf6.