Alex Akselrod

Results 13 issues of Alex Akselrod

Using: * this library at release 0.4.0 * bluez 5.60 * github.com/muka/go-bluetooth v0.0.0-20211227073548-985739196620 * the `DefaultAdapter` object I attempt to `AddService` and advertise in one goroutine and `Scan` in another...

It's worthwhile to try to improve transaction broadcast for both additional privacy (trickling to peers instead of sending to all) and propagation monitoring (which isn't possible to do with the...

Travis test failed with this goroutine dump: ``` === RUN TestSetup SIGQUIT: quit PC=0x48a94d m=0 sigcode=0 goroutine 5 [running]: racecall() /home/travis/.gimme/versions/go1.9.linux.amd64/src/runtime/race_amd64.s:380 +0x1d fp=0x7fff4bbf5ba0 sp=0x7fff4bbf5b98 pc=0x48a94d created by testing.(*T).Run /home/travis/.gimme/versions/go1.9.linux.amd64/src/testing/testing.go:789 +0x569...

An implementation of PIR lives at http://percy.sourceforge.net/ - we should investigate what it would take to add support for this mechanism to fetch blocks with better privacy. We should also...

enhancement
privacy

After issue #2 is resolved, it should be easier to add sendheaders support. In addition, reorgs right now can't be more than 2000 blocks or go past the most recent...

bug
enhancement
security

Currently there's a 45-second timeout somewhere and it should be fixed.

## Change Description ### Motivation Currently, `lnd` as [remote signer](https://github.com/lightningnetwork/lnd/blob/master/docs/remote-signing.md) and external projects such as [lndsigner](https://github.com/NYDIG-OSS/lndsigner) are restricted to acting as [non-validating](https://lists.linuxfoundation.org/pipermail/lightning-dev/2022-May/003579.html) signers. Other projects, notably [VLS](https://gitlab.com/lightning-signer/validating-lightning-signer), are capable of...

enhancement
security
psbt

### Background `OpenChannel` and `BatchOpenChannel` (via `FundPsbt`) lock coins differently. `OpenChannel` uses `LockOutpoint` and `FundPsbt` uses `LeaseOutput`. While outputs reserved by `LeaseOutput` are surfaced in the `ListLeases` walletrpc endpoint and...

bug
funding
channel management
psbt