Compare commits

..

6 Commits

Author SHA1 Message Date
lash
70663293af Correct chainlib-eth range 2022-04-20 22:05:50 +00:00
lash
8f8d96dfef Upgrade deps 2022-04-20 21:42:30 +00:00
lash
1ed9da5a42 remove bogus spammy error 2022-04-05 19:14:54 +00:00
lash
aed92e96d3 Loosen potaahto dep 2022-04-02 11:11:46 +00:00
lash
cda642253b Merge branch 'master' into dev-0.2.0 2022-03-11 06:02:01 +00:00
lash
d5a48282be 0.2.0 dependency edit 2022-03-11 06:00:46 +00:00
3 changed files with 4 additions and 7 deletions

View File

@@ -217,7 +217,6 @@ class ERC20(TxFactory):
l = len(r)
m = v[:l]
if m != r:
logg.error('method mismatch, expected {}, got {}'.format(r, m))
raise RequestMismatchException(v)
cursor += l
@@ -244,7 +243,6 @@ class ERC20(TxFactory):
l = len(r)
m = v[:l]
if m != r:
logg.error('method mismatch, expected {}, got {}'.format(r, m))
raise RequestMismatchException(v)
cursor += l
@@ -273,7 +271,6 @@ class ERC20(TxFactory):
l = len(r)
m = v[:l]
if m != r:
logg.error('method mismatch, expected {}, got {}'.format(r, m))
raise RequestMismatchException(v)
cursor += l

View File

@@ -1,3 +1,3 @@
confini~=0.5.2
chainlib-eth~=0.0.14
potaahto==0.1.0
confini>=0.5.7,<0.7.0
chainlib-eth>=0.1.0b1,<0.2.0
potaahto~=0.1.1

View File

@@ -1,6 +1,6 @@
[metadata]
name = eth-erc20
version = 0.1.10
version = 0.3.0
description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens.
author = Louis Holbrook
author_email = dev@holbrook.no