erc20-transfer-authorization

Simple approval escrow for ERC20 spending
Log | Files | Refs

commit f08b9f6d3f6905ff8720b230f7b4a2e63f6d0f44
parent 1ca3d9a5a8270d8f0654d52abf39556f8353da11
Author: Philip Wafula <philipwafula2@gmail.com>
Date:   Sat, 18 Dec 2021 12:06:42 +0000

Merge branch 'philip/cleanup' into 'master'

Philip/cleanup

See merge request cicnet/erc20-transfer-authorization!2
Diffstat:
Mpython/erc20_transfer_authorization/runnable/deploy.py | 4++--
Mpython/requirements.txt | 7+++----
Mpython/setup.cfg | 2+-
Mpython/test_requirements.txt | 2+-
4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/python/erc20_transfer_authorization/runnable/deploy.py b/python/erc20_transfer_authorization/runnable/deploy.py @@ -13,8 +13,8 @@ import argparse import logging # third-party imports -from crypto_dev_signer.eth.signer import ReferenceSigner as EIP155Signer -from crypto_dev_signer.keystore.dict import DictKeystore +from funga.eth.signer import EIP155Signer +from funga.eth.keystore.dict import DictKeystore from chainlib.chain import ChainSpec from chainlib.eth.nonce import ( RPCNonceOracle, diff --git 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.9a3,<=0.1.0 -potaahto~=0.0.1a2 +confini==0.5.2 +chainlib-eth==0.0.14 +potaahto~=0.1.0 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-transfer-authorization -version = 0.3.5a2 +version = 0.3.6 description = Simple approval escrow for ERC20 spend approval author = Louis Holbrook author_email = dev@holbrook.no diff --git a/python/test_requirements.txt b/python/test_requirements.txt @@ -1,3 +1,3 @@ eth-tester==0.5.0b3 py-evm==0.3.0a20 -eth-erc20~=0.1.2a1 +eth-erc20~=0.1.4