commit 0707291f8fb44a481c1b2d4f9cd9a543306cdbc2 parent ed7f0a3f71a56525bb8b2ab16bfaead9d2d5dd10 Author: lash <dev@holbrook.no> Date: Mon, 9 May 2022 19:54:17 +0000 Upgrade chainlib to 0.2.0 Diffstat:
M | chaind/eth/cache.py | | | 1 | - |
M | erc20_requirements.txt | | | 2 | +- |
M | requirements.txt | | | 6 | +++--- |
3 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/chaind/eth/cache.py b/chaind/eth/cache.py @@ -21,7 +21,6 @@ class Normalizer(TxHexNormalizer, NoopNormalizer): hexathon.to_int(v) - eth_normalizer = Normalizer() diff --git a/erc20_requirements.txt b/erc20_requirements.txt @@ -1 +1 @@ -eth-erc20~=0.3.0 +eth-erc20~=0.3.1 diff --git a/requirements.txt b/requirements.txt @@ -1,5 +1,5 @@ -chaind~=0.2.11 -hexathon~=0.1.6 -chainlib-eth~=0.1.2 +chaind~=0.2.12 +hexathon~=0.1.7 +chainlib-eth~=0.2.0 pyxdg~=0.27 funga-eth~=0.6.1