Commit graph

13 commits

Author SHA1 Message Date
Chris Stewart
5e2cc826a6 Add Ubuntu-24.04-amd64 cligthning hash 2025-01-29 12:40:23 -06:00
Chris Stewart
c2faec1990 fix hash 2025-01-29 12:25:05 -06:00
Chris Stewart
94e888e388 Add amd64 suffix 2025-01-29 12:06:09 -06:00
Chris Stewart
26ba798e2c Fix typo in Ubuntu-24.04 2025-01-29 11:52:18 -06:00
Chris Stewart
c9fd629565 add amd64 suffix for Ubuntu 22.04 2025-01-28 15:19:27 -06:00
Chris Stewart
d5b4e51454 Add platform suffix 2025-01-28 14:14:33 -06:00
Chris Stewart
cda7079388 clighntingRpc: Update clightning to 24.11.1 2025-01-28 14:14:33 -06:00
Chris Stewart
4f791d71d7
Upgrade clightning to 24.02.2 (#5558)
* Upgrade clightning to 24.02.2

* Fix download hash

* Fix version

* Change CLightningInfo.fees_collected_msat from String -> Long

* Fix channels parsing, add support for p2tr address type and remove nested-segwit for clightning

* Revert version

* amount_msats -> amount_msat

* Fix more json parsing

* Try commenting out asserts for midChannelsA being completed in CLightningChannelOpenerTest

* scalafmt

* msatoshi -> amount_msat

* Change assertion to check assert the channel is not active in CLightningChannelOpenerTest

* Fix CLightningPayResult

* Ignore test case that uses sendtoaddress until we upgrade to psbt v2
2024-05-01 13:28:12 -05:00
Chris Stewart
d53ed7d487
Bump clightning version to v23.02.2 (#5025)
* Bump version to v23.02.2

* Fix hash

* Reduce timeout on clightning startup, its absurdly long causing slow test iteration

* Try to specify the OS version clightning tests run on to ubuntu-20.04

* Rework downloadClightning to be conscious of the ubuntu OS version

* Empty commit to re-run CI

* Empty commit to re-run CI

* Empty commit to re-run CI
2023-03-26 06:26:46 -05:00
benthecarman
87664a3824
Error on invalid download of binaries (#4798) 2022-09-23 06:19:25 -05:00
benthecarman
7933c90741
Update c-lightning to v0.10.2 (#3857) 2021-11-30 13:07:58 -06:00
benthecarman
cd3006c020
Verify binary download hashes (#3849)
* Update lnd to v0.14.1

* Verify binary download sha256 sums
2021-11-27 11:51:34 -06:00
benthecarman
6d43d443ba
Initial c-lightning rpc support (#3755)
* Initial c-lightning support

* Respond to review
2021-10-19 10:58:29 -05:00