Oli
Oli
Okay, I think I have a version that should work. Wish me luck!
Okay, I fixed a couple of more issues: - Postgres: Needed to increase the number of allowed connections. Now the "connection not found" should be gone. - Travis: They seem...
Okay, this is as green as it will probably ever get. There are still a couple of (pre-existing!) flakes in there. But I vote to get this merged since they...
> btw can we update our merge rules to exclude the build from macOS? It's currently not included in the list of required tests. So merges shouldn't be blocked on...
!lightninglabs-deploy mute
@saubyk this is a nice security/recovery feature. Should we prioritize it for v0.19? @starius, removing my request for review until prioritized (same for https://github.com/lightninglabs/chantools/pull/95).
Looks like transactions are actually conflicting even at startup: ``` 2023-09-18 20:47:30.985 UTC [57] ERROR: could not serialize access due to read/write dependencies among transactions 2023-09-18 20:47:30.985 UTC [57] DETAIL:...
Replaced by https://github.com/lightningnetwork/lnd/pull/8529.
!lightninglabs-deploy mute
It looks like `Golang 1.20.0rc3` cannot be downloaded using `actions/setup-go@v3` just yet. But you can test this manually if you want with `make itest cover=true` and `make itest temptest=true cover=true`...