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 6d23bd04d27bd94f5449817f9dda83f945346a8b
parent 89d9121baaeb672f489131b2b2309ad62119a45d
Author: lash <dev@holbrook.no>
Date:   Thu,  5 May 2022 07:59:08 +0000

Upgrade deps

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,9 @@ +- 0.4.5 + * Upgrade chainsyncer +- 0.4.4 + * Upgrade deps +- 0.4.3 + * Upgrade deps - 0.4.2 * Implement non-persistent (in-memory) sync state - 0.4.1 diff --git a/requirements.txt b/requirements.txt @@ -1,5 +1,5 @@ -chainlib-eth~=0.1.1 +chainlib-eth~=0.1.2 chainlib~=0.1.2 -chainsyncer~=0.4.0 +chainsyncer~=0.4.4 leveldir~=0.3.0 -eth-cache~=0.1.0 +eth-cache~=0.1.2 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-monitor -version = 0.4.3 +version = 0.4.6 description = Monitor and cache transactions using match filters author = Louis Holbrook author_email = dev@holbrook.no