-
Here is design doc:
https://docs.google.com/document/d/1yIAYmbvL3JxOKOjuCyon7JhW4cSv1wy5hC0ApeGMV9s/pub
Here is the implementation:
https://golang.org/cl/12544043/
I've benchmarked the change of a r…
-
Bridging IRC chans to servers would be useful for admins, as they would not need to connect to keep on eye on stuff
ghost updated
2 years ago
-
Configuration yaml:
```yaml
default:
dts_lane_map:
- [0,1,3,7,6,8,2,4,5,9,11,10] # Default for pipeline ID 0
- [4,5,7,3,2,8,6,0,1,9,11,10] # Default for pipeline ID 1
packeti…
-
All the other alt. chans are working except 420Chan. Enabling works and adding boards, but upon viewing any board the following error shows:
>Bad serverFilename, null or empty
>Retry
-
**Describe the bug**
I run CHANS * first to show all the channels. It returns empty array. But when I run PDELCHAN * right after that it returns an array of "removed" channels
**Expected behavior*…
-
### Background
On regtest when sending payment over grpc with SendPaymentV2 I get insufficient balance error eventough there is a direct channel with balance when checking with `listchannels`. The …
-
In our codebase, we may currently employ custom layers, such as attention mechanisms, that are non-native to PyTorch. With recent advancements, these functionalities are now available natively within …
-
Context: I create more outbound channels than people create channels to me — guess my node is just not that popular :-( — so I try to create some inbound liquidity on those channels by borrowing from …
-
consider:
```
chan up[] = new chan[5];
chan down[] = new chan[5];
```
what do I do if I now wanna pass all the reading ends of up to a procedure that takes in an array of reading ends?
`f(up…
-
First of all, great work done by you and you colleagues, the results are really impressive.
For my own application and understanding, I'm doing a deep dive through all the operations and I am enco…