build: use ubuntu 22.04 LTS

Requires us to update to latest lnproto which is now using the most up
to date python-bitcoinlib, as well as updating our python lock files
(which pin the grpcio deps, because of locking problems h/t @cdecker)
This commit is contained in:
niftynei
2022-09-09 18:32:41 -05:00
committed by Rusty Russell
parent 9de458b23b
commit 34a0d7083a
5 changed files with 95 additions and 570 deletions

3
.gitmodules vendored
View File

@@ -16,7 +16,8 @@
url = https://github.com/valyala/gheap
[submodule "external/lnprototest"]
path = external/lnprototest
url = https://github.com/rustyrussell/lnprototest.git
url = https://github.com/niftynei/lnprototest.git
branch = nifty/ripemd160-fallback
[submodule "external/lowdown"]
path = external/lowdown
url = https://github.com/kristapsdz/lowdown.git