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 28584aec3503afe30de4f94fd975e663bcebb44e
parent 02d27ef1675f7ec145d9c6288c74a967a7ec9aa4
Author: lash <dev@holbrook.no>
Date:   Sat, 14 May 2022 19:32:08 +0000

Bump minor version

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.5.0 + * Implement on chainlib 0.3.0 - 0.4.8 * Upgrade chainlib to 0.2.0 - 0.4.5 diff --git a/requirements.txt b/requirements.txt @@ -1,5 +1,5 @@ chainlib-eth~=0.3.0 chainlib~=0.3.0 -chainsyncer~=0.4.11 +chainsyncer~=0.5.0 leveldir~=0.3.0 eth-cache~=0.1.5 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-monitor -version = 0.4.9 +version = 0.5.0 description = Monitor and cache transactions using match filters author = Louis Holbrook author_email = dev@holbrook.no