Loosen requirements restrictions, fix missing explicit nonce in global contract deploy last step
This commit is contained in:
parent
d6346bb87b
commit
c5efa56885
@ -1,7 +1,7 @@
|
|||||||
celery==4.4.7
|
celery==4.4.7
|
||||||
chainlib-eth~=0.0.14
|
|
||||||
semver==2.13.0
|
semver==2.13.0
|
||||||
|
chainlib-eth~=0.0.14
|
||||||
urlybird~=0.0.1
|
urlybird~=0.0.1
|
||||||
cic-eth-registry==0.6.3
|
cic-eth-registry~=0.6.4
|
||||||
cic-types==0.2.1a8
|
cic-types~=0.2.1a8
|
||||||
cic-eth-aux-erc20-demurrage-token~=0.0.3
|
cic-eth-aux-erc20-demurrage-token~=0.0.3
|
@ -1,7 +1,7 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = cic-eth
|
name = cic-eth
|
||||||
#version = attr: cic_eth.version.__version_string__
|
#version = attr: cic_eth.version.__version_string__
|
||||||
version = 0.12.6
|
version = 0.12.7
|
||||||
description = CIC Network Ethereum interaction
|
description = CIC Network Ethereum interaction
|
||||||
author = Louis Holbrook
|
author = Louis Holbrook
|
||||||
author_email = dev@holbrook.no
|
author_email = dev@holbrook.no
|
||||||
|
@ -70,7 +70,7 @@ add_pending_tx_hash $r
|
|||||||
>&2 echo -e "\033[;96mEnable token index writer $DEV_ETH_ACCOUNT_CONTRACT_DEPLOYER to write to accounts index contract at $DEV_TOKEN_INDEX_ADDRESS\033[;39m"
|
>&2 echo -e "\033[;96mEnable token index writer $DEV_ETH_ACCOUNT_CONTRACT_DEPLOYER to write to accounts index contract at $DEV_TOKEN_INDEX_ADDRESS\033[;39m"
|
||||||
advance_nonce
|
advance_nonce
|
||||||
debug_rpc
|
debug_rpc
|
||||||
r=`eth-accounts-index-writer -s -u -i $CHAIN_SPEC -p $RPC_PROVIDER --fee-limit 1000000 -e $DEV_TOKEN_INDEX_ADDRESS $DEV_DEBUG_FLAG $DEV_ETH_ACCOUNT_CONTRACT_DEPLOYER`
|
r=`eth-accounts-index-writer -s -u -i $CHAIN_SPEC -p $RPC_PROVIDER --nonce $nonce --fee-limit 1000000 -e $DEV_TOKEN_INDEX_ADDRESS $DEV_DEBUG_FLAG $DEV_ETH_ACCOUNT_CONTRACT_DEPLOYER`
|
||||||
add_pending_tx_hash $r
|
add_pending_tx_hash $r
|
||||||
|
|
||||||
check_wait 2
|
check_wait 2
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
cic-eth[tools]==0.12.6
|
cic-eth[tools]==0.12.7
|
||||||
cic-types~=0.2.1a8
|
cic-types~=0.2.1a8
|
||||||
chainlib-eth~=0.0.14
|
chainlib-eth~=0.0.15
|
||||||
eth-erc20~=0.1.4
|
eth-erc20~=0.1.5
|
||||||
erc20-demurrage-token~=0.0.6
|
erc20-demurrage-token~=0.0.7
|
||||||
eth-address-index~=0.2.4
|
eth-address-index~=0.2.4
|
||||||
cic-eth-registry~=0.6.3
|
cic-eth-registry~=0.6.4
|
||||||
erc20-faucet==0.3.2
|
erc20-faucet==0.3.2
|
||||||
sarafu-faucet==0.0.7
|
sarafu-faucet==0.0.7
|
||||||
confini~=0.5.3
|
confini~=0.5.3
|
||||||
|
Loading…
Reference in New Issue
Block a user