commit 757f4c8f2debc4a429ead6b5b675778a728893a7
parent b1e71dc50e22cb67f59c55471e739de99fe67624
Author: lash <dev@holbrook.no>
Date: Fri, 4 Nov 2022 07:34:33 +0000
Upgrade chainlib
Diffstat:
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,5 @@
+- 0.2.0
+ * Upgrade chainlib
- 0.1.6
* Do not crash when result member not set on tx
- 0.1.5
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.3.0
+chainlib-eth~=0.4.1
diff --git a/setup.cfg b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = eth-cache
-version = 0.1.6
+version = 0.2.0
description = Ethereum chain data caching tools
author = Louis Holbrook
author_email = dev@holbrook.no