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 2f3e652ca3da6a8fd2023244e5f0f139ccbfd103
parent eedc886179f5e461ccc11551d1071f4f0d7a1d4c
Author: lash <dev@holbrook.no>
Date:   Thu, 13 Oct 2022 07:22:00 +0000

Avoid having to specify session dir when using mem backend

Diffstat:
Mrequirements.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/requirements.txt b/requirements.txt @@ -3,3 +3,4 @@ chainlib~=0.3.0 chainsyncer~=0.5.0 leveldir~=0.3.0 eth-cache~=0.1.5 +confini~=0.6.2