Oli

Results 561 comments of Oli
trafficstars

@l0k18 what exact version of `lnd` do you reference in your `go.mod`? We don't import `github.com/BitfuryLightning/tools/rt` anywhere I'm aware of... So something sounds weird. There is an attempt [to upgrade...

IIRC we fixed some `lnd` internal circular dependency. So I'd try with `master` (if you're using `lnd` as a library it should generally be fine to use the `master` branch,...

It looks like you have a weird version in one of your `go.mod`. Unfortunately there was an ancient version (`v0.0.2`) published that didn't have the `-beta` suffix in its version,...

I don't think there is a "fix" other than releasing another version without the `-beta` tag. See https://github.com/lightningnetwork/lnd/issues/6860, though I don't think we're quite ready to declare `lnd` non-beta.

Fixed by https://github.com/lightningnetwork/lnd/pull/7252.

Unfortunately there is no good formatter (that I know of) that does this the same way `prettier` would for JS/TS automatically. It's the one thing the Golang ecosystem is missing...

We don't really assign issues. You have shown interest in tackling this, which is usually enough to signal to other people that work is in progress. And once you open...

@DhananjayPurohit you're welcome to review and test this PR to help move it along. @galileo-pkm I know this isn't consistently done throughout all code in `btcd` yet, but we're trying...