1
0
mirror of https://github.com/ACINQ/eclair.git synced 2025-01-19 05:33:59 +01:00
eclair/eclair-core
Pierre-Marie Padiou c868d0bdc8 Pre-validation announcements pruning (#323)
* forget about channels older than 3 days and prune every minute

* Revert "forget about channels older than 3 days and prune every minute"

This reverts commit 347e01b5c18208f162b31663d383d5b7de36eea7.

* added pruning pre-validation

* don't pre-prune channels that don't have channel_update, but don't validate them either

* removed println

* removed useless handler

* cleanup announcement db at startup

* simplified pruning logic and re-enabled tests

* fix `getStaleChannels`

* fixed integration tests
2017-12-22 22:18:17 +01:00
..
src Pre-validation announcements pruning (#323) 2017-12-22 22:18:17 +01:00
eclair-cli Improve JSON RPC API error handling (#322) 2017-12-22 21:01:40 +01:00
pom.xml back to SNAPSHOT 2017-12-14 18:22:39 +01:00