2 Commits

Author SHA1 Message Date
lash
d3d8e5be54 Upgarde chainlib 2022-05-09 20:03:41 +00:00
lash
92fb6c51d2 Upgrade deps 2022-05-04 18:47:01 +00:00
3 changed files with 9 additions and 5 deletions

View File

@@ -1,2 +1,6 @@
- 0.1.2
* Upgrade deps
- 0.1.1
* Upgrade deps
- 0.1.0 - 0.1.0
* Factor out from eth-monitor * Factor out from eth-monitor

View File

@@ -1,4 +1,4 @@
hexathon~=0.1.5 hexathon~=0.1.7
jsonrpc-std~=0.1.0 jsonrpc-std~=0.1.0
leveldir~=0.3.0 leveldir~=0.3.0
chainlib-eth>=0.1.0b3,<=0.1.0 chainlib-eth~=0.2.0

View File

@@ -1,10 +1,10 @@
[metadata] [metadata]
name = eth-cache name = eth-cache
version = 0.1.0 version = 0.1.3
description = Ethereum chain data caching tools description = Ethereum chain data caching tools
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no
url = https://git.defalsify.org/eth-monitor url = https://git.defalsify.org/eth-cache
keywords = keywords =
dlt dlt
blockchain blockchain
@@ -26,7 +26,7 @@ licence_files =
[options] [options]
include_package_data = True include_package_data = True
python_requires = >= 3.7 python_requires = >= 3.9
packages = packages =
eth_cache eth_cache
eth_cache.store eth_cache.store