Rusty Russell
c30502779e
CI: set elements and bitcoind versions in one place.
...
We have them spread everywhere: unify them, and make setup.sh use install-bitcoind.sh
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2024-06-25 09:36:00 +09:30
Christian Decker
36494b6a51
gci: Only install one of elementsd or bitcoind
...
We were accidentally testing against `bitcoind` rather than
`elementsd` which meant we believed everything was find, when in
reality some tests broke. By only installing the required daemon we
ensure that such a mixup causes a CI failure.
2023-09-26 19:21:05 +02:00
Greg Sanders
cb7caa3139
Re-enable PSBT tests for Liquid except test_sign_and_send_psbt
2023-03-23 16:10:55 +10:30
Greg Sanders
813401b2a6
Update Bitcoin Core to 24.0.1 in other git ci locations
2023-02-07 16:29:00 -06:00
Christian Decker
e17611c570
gci: Split out installation of elements and bitcoin into a script
...
It was crowding the github workflow file
2023-01-16 13:53:48 +10:30