eth-cache

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

commit 7d72fedd736b859c49f51a8e35e0ee9196f245a3
parent 924e48b63bf433e3ad45a181df500a8f43a219ee
Author: lash <dev@holbrook.no>
Date:   Thu, 13 Oct 2022 07:30:09 +0000

Bump versions

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.1.5 + * Upgrade chainlib to 0.3.0 - 0.1.4 * Update file store on chainlib 0.2.0 - 0.1.3 diff --git a/requirements.txt b/requirements.txt @@ -1,4 +1,4 @@ hexathon~=0.1.7 jsonrpc-std~=0.1.0 leveldir~=0.3.0 -chainlib-eth~=0.2.0 +chainlib-eth~=0.3.0 diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-cache -version = 0.1.4 +version = 0.1.5 description = Ethereum chain data caching tools author = Louis Holbrook author_email = dev@holbrook.no