1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-13 11:35:47 +01:00
Commit graph

3 commits

Author SHA1 Message Date
Bastien Teinturier
2872d876d0
Fix latest bitcoin build (#2218)
Update build dependencies to match bitcoind master.
2022-03-29 10:42:14 +02:00
arjundashrath
dbd9e38b5d
Add explicit github permissions to bitcoin core build (#2200)
The workflow that tests eclair against bitcoin's master branch
doesn't need more permissions than reading the repository's
code and building it.
2022-03-25 11:43:34 +01:00
Bastien Teinturier
ec132810a5
Add nightly build with bitcoind master (#2027)
We should regularly run against bitcoind master, to detect if a change to
bitcoind is affecting us.

This will let us detect changes that may break lightning before bitcoind
releases them, giving us a chance to rectify it.

We really don't want to run this workflow for every pull request or every
merge to master, we instead run it twice per week, which should give
us enough time to detect dangerous changes.
2021-12-15 17:13:57 +01:00