chainlib

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

commit b002976ebd1b90decf6dc66f8ba87f492119f03e
parent 766027a49c6f3f5967a324434056d40a8a3e0139
Author: lash <dev@holbrook.no>
Date:   Wed,  4 May 2022 18:13:30 +0000

Upgrade hexathon

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

diff --git a/CHANGELOG b/CHANGELOG @@ -1,3 +1,9 @@ +- 0.1.2 + * Upgrade hexathon dep +- 0.1.1 + * Add settings object +- 0.1.0 + * Upgrade deps - 0.0.23 * Configuration variable descriptions * Arg flags to names listing method diff --git a/requirements.txt b/requirements.txt @@ -1,4 +1,4 @@ funga~=0.5.2 pysha3==1.0.2 -hexathon~=0.1.5 +hexathon~=0.1.6 confini~=0.6.0 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.1.0 +version=0.1.2 url=https://gitlab.com/chaintools/chainlib author=Louis Holbrook