Chris Guida
Chris Guida
:tada:
I can verify that `make dist` produces the same hash of the source tarball on my machine: ``` make -j$(nproc) dist | grep --exclude="tardir=*" " *.tar.gz" tardir=clboss-0.13 && tar --format=ustar...
Ok, @vincenzopalazzo points out that the source tarball needs to be reproducible for people who don't use git. It's possible that `nix` itself may do this if it downloads the...
@vincenzopalazzo on the latest commit (ab5135bb3b5370f3a6ded0a6bd7058b6b5118451) i get: ``` make -j$(nproc) dist | grep --exclude="tardir=*" " *.tar.gz" tardir=clboss-0.13 && tar --format=ustar --mtime='1970-01-01 00:00Z' --sort=name --owner=0 --group=0 --numeric-owner -chf - "$tardir"...
I'm out of commission for the next week or so, sorry!
Looks like this one is done! Excellent work, gentlemen!!! :rocket:
Apologies for the sparse issue. Currently CLBOSS uses Boltz to swap in and swap out liquidity. Seems we could easily replace that with splicing in some cases. It would be...
Basically, splicing allows you to have much more fine-grained control on how much exposure you have to your channel partners. Right now CLBOSS is limited to sort of a "hammer"...
Hmm, good point, I guess swapping using splicing would be limited to only swapping out, unless paired with something like liquidity ads. Which, come to think of it, would also...
By the way, LND cannot do this with BOS; I was thinking of the "dual-fund" feature where you can interactively fund a channel open with another peer who also has...