1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-03-13 11:35:47 +01:00
eclair/.github/workflows
Pierre-Marie Padiou e08353b243
Remove close() in db interfaces (#2303)
* Remove close() in db interfaces

It shouldn't be the responsibility of individual db classes to close
the underlying db connection because they typically share the same db
instance (postgres) or db files (sqlite). Closing should be handled in
the `Databases` level (which is already the case for postgres.

For sqlite, closing was only useful for mobile apps, which now use
lightning-kmp.

Also removed `DbFeeProvider`, which was only used by mobile apps.

* increase github ci build time 20min->30min
2022-06-08 10:39:21 +02:00
..
docker-image.yml Restrict building and publishing docker images to new pushes on master (#2182) 2022-02-16 11:43:50 +01:00
latest-bitcoind.yml Fix latest bitcoin build (#2218) 2022-03-29 10:42:14 +02:00
main.yml Remove close() in db interfaces (#2303) 2022-06-08 10:39:21 +02:00