chainlib

Generic blockchain access library and tooling
Log | Files | Refs | README | LICENSE

commit d3f6d1138d4f3c7114f055026a40677c1dbd0c85
parent 2c567cbdedcff05b346ed30157e62024293c166e
Author: lash <dev@holbrook.no>
Date:   Mon, 14 Feb 2022 13:56:41 +0000

Skip buggy hexathon

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

diff --git a/requirements.txt b/requirements.txt @@ -1,3 +1,3 @@ funga~=0.5.1 pysha3==1.0.2 -hexathon~=0.1.0 +hexathon~=0.1.3 diff --git a/setup.cfg b/setup.cfg @@ -3,7 +3,7 @@ name=chainlib license=WTFPL2 author_email=dev@holbrook.no description=Generic blockchain access library and tooling -version=0.0.17 +version=0.0.18 url=https://gitlab.com/chaintools/chainlib author=Louis Holbrook