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 f2733b50f9e052beb606a270a6d7a7086169aa55
parent 559874017394b7f75bd2fe15001d8083a2f09d49
Author: lash <dev@holbrook.no>
Date:   Wed, 22 Mar 2023 10:38:58 +0000

Upgrade deps

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,5 @@ +- 0.7.3 + * Upgrade deps - 0.7.2 * Fix tx index in default output for sync command - 0.7.1 diff --git a/requirements.txt b/requirements.txt @@ -1,5 +1,5 @@ -chainlib-eth~=0.4.1 -chainlib~=0.4.0 +chainlib-eth~=0.4.17 +chainlib~=0.4.12 chainsyncer~=0.7.0 leveldir~=0.3.0 eth-cache~=0.2.0 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-monitor -version = 0.7.2 +version = 0.7.3 description = Monitor and cache transactions using match filters author = Louis Holbrook author_email = dev@holbrook.no