Commit graph

5 commits

Author SHA1 Message Date
Viktor Tigerström
dfa3aee8bf itest: export ServerHarness publicly 2023-05-11 00:55:14 +02:00
positiveblue
c267ef64eb
multi: update lnd dependency to v0.16.0-beta.rc3
- Bump lnd and other module dependencies.
- Bump Go build version & RPCs
- Refactor itests to use the new lnd itest framework.
2023-03-15 08:36:23 -07:00
Oliver Gugger
1e8baeef13
multi: use filepath instead of path to work on Windows
This commit fixes an issue with file system paths on Windows. The path
package is only intended to be used with URIs or non file system paths.
For anything OS dependent, filepath should be used instead.
2022-10-13 14:07:41 +02:00
Oliver Gugger
e75e9bc47b
mod+itest: bump loop and lnd dependencies
With this commit we bump Loop to v0.18.0-beta and lnd to v0.14.3-beta.
2022-04-19 20:57:36 +02:00
Oliver Gugger
08aa0910a1
itest: add litd specific harness features, bump lnd version 2022-02-08 15:33:17 +01:00