1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 22:58:23 +01:00
eclair/eclair-core
Bastien Teinturier d40b321d92
Blockchain watchdogs use unique actor name (#1667)
Actor names cannot conflict.

Even though blockchain watchdog actors stop themselves after fetching block
data, when blocks are found in a short interval, we may end up with multiple
actors of the same type simultaneously alive, so we need them to have
unique names.

The blockcount isn't sufficient to make their names unique because forks
can happen.

Fixes #1665
2021-01-19 15:50:15 +01:00
..
src Blockchain watchdogs use unique actor name (#1667) 2021-01-19 15:50:15 +01:00
eclair-cli Update allnodes API (#1468) 2020-06-23 15:28:48 +02:00
pom.xml Set version to 0.5.1-SNAPSHOT (#1651) 2020-12-18 16:24:32 +01:00