Oli
Oli
This is the same issue as https://github.com/lightningnetwork/lnd/issues/6107 then. The in-memory graph is exactly the same data as is served in `describegraph`. If it takes multiple minutes to load it on...
> Why is this only happening with postgres backend? Not sure what you mean... `context deadline exceeded` is Golang's way of saying "something timed out". So the error is because...
That would be nice, thanks!
This needs a change in the Makefile as well, since `go get` is deprecated in `go 1.18` and needs to be replaced with `go install`.
I like the idea of adding `DecodeAddressForNet`. Will review a PR. Would be nice to add a positive/negative unit test for both the existing and the new functions.
@Roasbeef, PTAL.
Rebased after dependent PR was merged. @Roasbeef PTAL.
Thanks for your input, @chappjc! I was able to remove two of the new modules by just putting `btcutil/base58` and `btcutil/bech32` below the new `btcutil/address` module. We still require a...
Rebased on top of #1831.
Did a final rebase. After merging, please push tags for the following commits: - `wire/v1.0.0` at 0f0c17b2 - `chaincfg/v1.0.0` at 9b22ef3b - `btcutil/address/v1.0.0` at f0bb6562 - `txscript/v1.0.0` at afc69c29