From 368a8aab456dcb43b0ddb3e049a35ec91e25ad11 Mon Sep 17 00:00:00 2001 From: philip Date: Wed, 15 Dec 2021 08:52:36 +0300 Subject: [PATCH 1/7] Removes crypto-dev-signer from imports. --- python/eth_erc20/erc20.py | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/python/eth_erc20/erc20.py b/python/eth_erc20/erc20.py index 00725c4..8e3cde8 100644 --- a/python/eth_erc20/erc20.py +++ b/python/eth_erc20/erc20.py @@ -2,31 +2,23 @@ import logging # external imports -import sha3 -from hexathon import ( - add_0x, - strip_0x, - ) -from crypto_dev_signer.eth.transaction import EIP155Transaction - -# external imports -from chainlib.hash import ( - keccak256_hex_to_hex, - keccak256_string_to_hex, - ) from chainlib.eth.constant import ZERO_ADDRESS -from chainlib.eth.tx import ( - TxFactory, - TxFormat, - ) -from chainlib.jsonrpc import JSONRPCRequest from chainlib.eth.contract import ( - ABIContractEncoder, - ABIContractDecoder, - ABIContractType, - abi_decode_single, - ) + ABIContractEncoder, + ABIContractDecoder, + ABIContractType, + abi_decode_single, +) from chainlib.eth.error import RequestMismatchException +from chainlib.eth.tx import ( + TxFactory, + TxFormat, +) +from chainlib.jsonrpc import JSONRPCRequest +from hexathon import ( + add_0x, + strip_0x, +) logg = logging.getLogger() From 3572b1357b8a2aae055eb3c828db5589f4bf7763 Mon Sep 17 00:00:00 2001 From: philip Date: Wed, 15 Dec 2021 08:52:54 +0300 Subject: [PATCH 2/7] Bumps patch version. --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 18ebfd3..2c52ec5 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.1.3 +version = 0.1.3a1 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 From b3caf1183f2cbe69f133c571de5af5a046a62268 Mon Sep 17 00:00:00 2001 From: philip Date: Wed, 15 Dec 2021 09:20:05 +0300 Subject: [PATCH 3/7] Bumps deps versions. --- python/requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index b2de75f..68ad4fa 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,3 @@ confini>=0.3.6rc3,<0.5.0 -crypto-dev-signer>=0.4.15a1,<=0.4.15 -chainlib-eth>=0.0.9a9,<=0.1.0 -potaahto~=0.0.1a2 +chainlib-eth ==0.0.14 +potaahto==0.1.0 From 65edefbf1217c3d5836575e3b79a1ead4c62ff2b Mon Sep 17 00:00:00 2001 From: philip Date: Wed, 15 Dec 2021 09:20:22 +0300 Subject: [PATCH 4/7] Bumps lib patch version. --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 2c52ec5..8e1e8f8 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.1.3a1 +version = 0.1.3a2 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 From 54d1fee0a6541e8ccf58177ac6c68095e9574b93 Mon Sep 17 00:00:00 2001 From: philip Date: Wed, 15 Dec 2021 09:26:48 +0300 Subject: [PATCH 5/7] Bumps confini version for parity. --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 68ad4fa..6b78e19 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ -confini>=0.3.6rc3,<0.5.0 +confini~=0.5.2 chainlib-eth ==0.0.14 potaahto==0.1.0 From 349e25577c1502938906b4228cdf2fe0e823dc9f Mon Sep 17 00:00:00 2001 From: philip Date: Wed, 15 Dec 2021 09:27:03 +0300 Subject: [PATCH 6/7] Bump lib patch version. --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 8e1e8f8..0de8fd4 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.1.3a2 +version = 0.1.3a3 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 From cc9267fcc3b94d37ecb20c3158458caf07642685 Mon Sep 17 00:00:00 2001 From: philip Date: Sat, 18 Dec 2021 14:26:00 +0300 Subject: [PATCH 7/7] Bump lib version. --- python/requirements.txt | 2 +- python/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 6b78e19..11facbe 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ -confini~=0.5.2 +confini==0.5.2 chainlib-eth ==0.0.14 potaahto==0.1.0 diff --git a/python/setup.cfg b/python/setup.cfg index 0de8fd4..fc92939 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-erc20 -version = 0.1.3a3 +version = 0.1.4 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