1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 14:40:34 +01:00
eclair/.github
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
..
workflows Remove close() in db interfaces (#2303) 2022-06-08 10:39:21 +02:00
ISSUE_TEMPLATE.md Use Github discussions instead of Gitter (#1954) 2021-09-20 09:03:16 +02:00