Linden

Results 9 issues of Linden

I'm not sure why but sometimes generated `type GetExampleResponse struct {}`s reference non-existent types whose names start with a status code (illegal to have a type start with a digit...

This PR adds support for the browser using [indexeddb](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) as a storage backend for `headerfs` instead of the file system. ## Why IndexedDB? I'd initially chosen to go with [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)...

Hi, whenever you try to execute an invalid statement in a transaction an error isn't returned (nor a `panic` thrown) the program just hangs. I'd initially noticed this when inserting...

Minor changes needed to accommodate Neutrino in the browser (https://github.com/lightninglabs/neutrino/pull/295).

This PR adds `btcdctrl`, a process controller wrapping `btcd` and providing typed configuration on par with the cli. Easing both production and testing with sensible defaults, making `btcd` incredibly easy...

This PR adds `btcdtest`, a process controller wrapping `btcd` and providing typed configuration on par with the cli. Easing testing with sensible defaults, making `btcd` incredibly easy to run programmatically....

when running `make itest` I'm seeing consistent flakes (roughly 9 out of 10 runs flake) on the `custom_channels*` tests. I've tried on both `master` and the `v0.15.0-alpha` release, on my...

bug
itests

**Is your feature request related to a problem? Please describe.** Currently `lightninglabs/loopserver`/`regtest` does not support Static Loop In Addresses or Instant Loop Outs. **Describe the solution you'd like** Updating `lightninglabs/loopserver`...