Tamas Jantvik

Results 57 comments of Tamas Jantvik

When developer mode is off deprecated apis are enabled. That's why you have channels there in listpeers. Of course clboss ought be updated to not need deprecated apis, but a...

I think that for LN -> BTC Boltz determines the fee, and I don't think you can influence this. Perhaps you can contact the guys running Boltz. For BTC ->...

Doesn't this require collaboration between nodes?

Do you know what the implications are? That is, why the test fails?

`/_api/market-guide/exchangetradedfund/` returns: ``` { "orderbookId": str, "name": str, "isin": str, "tradable": str, "listing": { "shortName": str, "tickerSymbol": str, "countryCode": str, "currency": str, "marketPlaceCode": str, "marketPlaceName": str, "tickSizeListId": str, "marketTradesAvailable": bool...

...and `avanza_._Avanza__call(HttpMethod.GET, '/_api/market-guide/exchangetradedfund//details')` returns: ``` { "assetCategory": str, "category": str, "issuer": str, "description": str, "documents": { "kid": str, "prospectus": str }, "orderDepthLevels": [ { "buySide": { "price": float, "priceString": str,...

I had pretty much the same problem, on Gentoo, with the latest LTS kernel. Using the "modified good 1.12.0 driver with kernel 6.3.8" works here as well. At least after...

The `-p` in `s6-log -bp - ...` actually tells s6-log to not exit on SIGTERM. Not sure about how socklog works here...

I wonder if this happens when the downloaded json is strange. Perhaps we need a validation of that then json actually contains nodes? ``` diff --git a/protonwire b/protonwire index 22b4a33..3d569a9...