eth-monitor

Monitor and cache ethereum transactions with match filters
git clone git://git.defalsify.org/eth-monitor.git
Log | Files | Refs | README | LICENSE

commit e0b6e2c14bb7b53915c8b49fc02aa7bfba93d5ce
parent e176874c30605d92fc72d2cfefd74342fd8bfaa1
Author: lash <dev@holbrook.no>
Date:   Mon, 14 Aug 2023 09:48:56 +0100

Upgrade chainsyncer, remove state corruption bug on interrupt and partial filter list

Diffstat:
MCHANGELOG | 2++
Mrequirements.txt | 2+-
Msetup.cfg | 2+-
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git 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 @@ -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 @@ -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