eth-cache

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

commit 92fb6c51d2d86e12b15f1e6f4201fab20d901a9a
parent 19a44a4354795e5ead778764d3f4c1468df5037e
Author: lash <dev@holbrook.no>
Date:   Wed,  4 May 2022 18:47:01 +0000

Upgrade deps

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,2 +1,6 @@ +- 0.1.2 + * Upgrade deps +- 0.1.1 + * Upgrade deps - 0.1.0 * Factor out from eth-monitor diff --git a/requirements.txt b/requirements.txt @@ -1,4 +1,4 @@ -hexathon~=0.1.5 +hexathon~=0.1.6 jsonrpc-std~=0.1.0 leveldir~=0.3.0 -chainlib-eth>=0.1.0b3,<=0.1.0 +chainlib-eth~=0.1.2 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-cache -version = 0.1.0 +version = 0.1.2 description = Ethereum chain data caching tools author = Louis Holbrook author_email = dev@holbrook.no