eth-cache

Ethereum chain data caching tools
Log | Files | Refs | LICENSE

commit d3d8e5be54a8a9e43d44231eca2bcdfe2dbe0d36
parent 92fb6c51d2d86e12b15f1e6f4201fab20d901a9a
Author: lash <dev@holbrook.no>
Date:   Mon,  9 May 2022 20:03:41 +0000

Upgarde chainlib

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

diff --git a/requirements.txt b/requirements.txt @@ -1,4 +1,4 @@ -hexathon~=0.1.6 +hexathon~=0.1.7 jsonrpc-std~=0.1.0 leveldir~=0.3.0 -chainlib-eth~=0.1.2 +chainlib-eth~=0.2.0 diff --git a/setup.cfg b/setup.cfg @@ -1,10 +1,10 @@ [metadata] name = eth-cache -version = 0.1.2 +version = 0.1.3 description = Ethereum chain data caching tools author = Louis Holbrook author_email = dev@holbrook.no -url = https://git.defalsify.org/eth-monitor +url = https://git.defalsify.org/eth-cache keywords = dlt blockchain @@ -26,7 +26,7 @@ licence_files = [options] include_package_data = True -python_requires = >= 3.7 +python_requires = >= 3.9 packages = eth_cache eth_cache.store