From e0b6e2c14bb7b53915c8b49fc02aa7bfba93d5ce Mon Sep 17 00:00:00 2001 From: lash Date: Mon, 14 Aug 2023 09:48:56 +0100 Subject: [PATCH] Upgrade chainsyncer, remove state corruption bug on interrupt and partial filter list --- CHANGELOG | 2 ++ requirements.txt | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4dd7134..a6ced6f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.8.7 + * Upgrade chainsyncer (and shep) to avoid state deletion on partial filter list interrupts - 0.8.6 * Handle crash on conrtact creation when recipient filter is active - 0.8.5 diff --git a/requirements.txt b/requirements.txt index f4c140e..bf81d50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ chainlib-eth~=0.5.1 chainlib~=0.5.2 -chainsyncer~=0.8.3 +chainsyncer~=0.8.5 leveldir~=0.3.0 eth-cache~=0.3.0 confini~=0.6.3 diff --git a/setup.cfg b/setup.cfg index 323e89f..1a8be0b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-monitor -version = 0.8.6 +version = 0.8.7 description = Monitor and cache transactions using match filters author = Louis Holbrook author_email = dev@holbrook.no