chainlib

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

commit 52426078be1bbe5677d31f6c5a19f7e755003e1b
parent ca582e09a30a3081542323e2d8cbd5538b884391
Author: nolash <dev@holbrook.no>
Date:   Tue,  9 Feb 2021 16:00:41 +0100

Bump version

Diffstat:
MCHANGELOG | 5+++--
Msetup.cfg | 2+-
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,6 +1,7 @@ - 0.0.1 * Add eth tx decode - * Add eth balance query + * Add eth balance query with erc20 option * Add eth checksum address * Add eth subscribe monitor - * Add gas send script + * Add eth erc20 transfer script + * Add eth gas send script diff --git a/setup.cfg b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cic-tools -version = 0.0.1a3 +version = 0.0.1a4 description = Executable tools for CIC network author = Louis Holbrook author_email = dev@holbrook.no