Compare commits

..

10 Commits

Author SHA1 Message Date
nolash
5ba8f046d3 Update deps update 2021-10-14 05:44:07 +02:00
nolash
dcdff46b34 Merge remote-tracking branch 'origin/master' into lash/update-aux-deps 2021-09-15 21:21:37 +02:00
nolash
e01cd144d1 Merge remote-tracking branch 'origin/master' into lash/update-aux-deps 2021-09-06 20:41:12 +02:00
nolash
90e64b66d4 Update cic-eth-aux deps 2021-09-06 20:34:12 +02:00
nolash
46c39ad286 Prune more docker compose vars 2021-09-03 09:22:52 +02:00
nolash
cf7481ef66 Add demurrage token configuration support to new contract migration config setup 2021-09-03 09:16:08 +02:00
nolash
1107889077 Remove commented code 2021-09-03 00:12:45 +02:00
nolash
3504ae60e3 Add contract migrations dev ini 2021-09-03 00:08:22 +02:00
nolash
8e90fac7a0 Preserve configs between migration run phases 2021-09-03 00:05:43 +02:00
nolash
5f6c63e207 Use confini-dump for contract-migration configs and envs 2021-09-02 23:56:31 +02:00
3 changed files with 5 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
celery==4.4.7
erc20-demurrage-token~=0.0.3a1
cic-eth-registry>=0.6.1a2,<0.7.0
cic-eth[services]~=0.12.4a8
erc20-demurrage-token~=0.0.5a3
cic-eth-registry~=0.6.1a5
chainlib~=0.0.9rc3
cic_eth~=0.12.4a9

View File

@@ -1,5 +1,5 @@
cic-eth[tools]==0.12.4a8
chainlib-eth>=0.0.9rc4,<0.0.10
chainlib-eth>=0.0.9rc1,<0.1.0
chainlib==0.0.9rc1,<0.1.0
eth-erc20>=0.1.2a3,<0.2.0
erc20-demurrage-token>=0.0.5a2,<0.1.0

View File

@@ -121,9 +121,6 @@ export CIC_DEFAULT_TOKEN_SYMBOL=$CIC_DEFAULT_TOKEN_SYMBOL
export TOKEN_NAME=$TOKEN_NAME
" >> "${DEV_DATA_DIR}"/env_reset
confini-dump --schema-dir ./config
eth-contract-registry-list -i $CIC_CHAIN_SPEC -p $RPC_PROVIDER -e $CIC_REGISTRY_ADDRESS -u
set +a
set +e