Linden
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).
closes #2.
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...