From c40157318ff234c48842b639c4b2c408321110dc Mon Sep 17 00:00:00 2001 From: philip Date: Wed, 15 Dec 2021 06:18:38 +0300 Subject: [PATCH 1/5] Bumps versions of deps and dep. --- python/requirements.txt | 6 +++--- python/setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 37fd4e1..9bcae58 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ -chainlib-eth~=0.0.12 -eth-erc20~=0.1.2 -funga-eth~=0.5.1a1 +chainlib-eth~=0.0.14 +eth-erc20~=0.1.3 +funga-eth~=0.5.1 diff --git a/python/setup.cfg b/python/setup.cfg index 53a57ff..b7ae84a 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-demurrage-token -version = 0.0.5a4 +version = 0.0.5a5 description = ERC20 token with redistributed continual demurrage author = Louis Holbrook author_email = dev@holbrook.no From 6ecacd60d4ac19331f7d7b0b7849b090fccfa513 Mon Sep 17 00:00:00 2001 From: philip Date: Wed, 15 Dec 2021 09:34:50 +0300 Subject: [PATCH 2/5] 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 b7ae84a..0192640 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-demurrage-token -version = 0.0.5a5 +version = 0.0.5a6 description = ERC20 token with redistributed continual demurrage author = Louis Holbrook author_email = dev@holbrook.no From 959b018247910f7f29a0f4edc558750be99606f5 Mon Sep 17 00:00:00 2001 From: philip Date: Wed, 15 Dec 2021 09:35:08 +0300 Subject: [PATCH 3/5] Bumps deps version for conflict resolution. --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 9bcae58..7bd9b6b 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ chainlib-eth~=0.0.14 -eth-erc20~=0.1.3 +eth-erc20~=0.1.3a3 funga-eth~=0.5.1 From e486e9f31a92c261be6bec75a9b86ad12d6efa51 Mon Sep 17 00:00:00 2001 From: philip Date: Sat, 18 Dec 2021 14:34:01 +0300 Subject: [PATCH 4/5] Moves configs into data folder --- python/{ => erc20_demurrage_token/data}/config/eth.ini | 0 python/{ => erc20_demurrage_token/data}/config/session.ini | 0 python/{ => erc20_demurrage_token/data}/config/token.ini | 0 python/setup.cfg | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename python/{ => erc20_demurrage_token/data}/config/eth.ini (100%) rename python/{ => erc20_demurrage_token/data}/config/session.ini (100%) rename python/{ => erc20_demurrage_token/data}/config/token.ini (100%) diff --git a/python/config/eth.ini b/python/erc20_demurrage_token/data/config/eth.ini similarity index 100% rename from python/config/eth.ini rename to python/erc20_demurrage_token/data/config/eth.ini diff --git a/python/config/session.ini b/python/erc20_demurrage_token/data/config/session.ini similarity index 100% rename from python/config/session.ini rename to python/erc20_demurrage_token/data/config/session.ini diff --git a/python/config/token.ini b/python/erc20_demurrage_token/data/config/token.ini similarity index 100% rename from python/config/token.ini rename to python/erc20_demurrage_token/data/config/token.ini diff --git a/python/setup.cfg b/python/setup.cfg index 0192640..d61a346 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-demurrage-token -version = 0.0.5a6 +version = 0.0.6 description = ERC20 token with redistributed continual demurrage author = Louis Holbrook author_email = dev@holbrook.no From 130b5ea587f3ea143618c6cae30d755c9f780991 Mon Sep 17 00:00:00 2001 From: philip Date: Sat, 18 Dec 2021 14:47:02 +0300 Subject: [PATCH 5/5] Bumps lib version and deps. --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 7bd9b6b..60e9b58 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,3 +1,3 @@ chainlib-eth~=0.0.14 -eth-erc20~=0.1.3a3 +eth-erc20==0.1.4 funga-eth~=0.5.1