Loosen requirements restrictions, fix missing explicit nonce in global contract deploy last step

This commit is contained in:
nolash 2021-12-21 14:18:09 +00:00
parent d6346bb87b
commit c5efa56885
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
4 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
celery==4.4.7
chainlib-eth~=0.0.14
semver==2.13.0
chainlib-eth~=0.0.14
urlybird~=0.0.1
cic-eth-registry==0.6.3
cic-types==0.2.1a8
cic-eth-aux-erc20-demurrage-token~=0.0.3
cic-eth-registry~=0.6.4
cic-types~=0.2.1a8
cic-eth-aux-erc20-demurrage-token~=0.0.3

View File

@ -1,7 +1,7 @@
[metadata]
name = cic-eth
#version = attr: cic_eth.version.__version_string__
version = 0.12.6
version = 0.12.7
description = CIC Network Ethereum interaction
author = Louis Holbrook
author_email = dev@holbrook.no

View File

@ -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"
advance_nonce
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
check_wait 2

View File

@ -1,12 +1,12 @@
cic-eth[tools]==0.12.6
cic-eth[tools]==0.12.7
cic-types~=0.2.1a8
chainlib-eth~=0.0.14
eth-erc20~=0.1.4
erc20-demurrage-token~=0.0.6
chainlib-eth~=0.0.15
eth-erc20~=0.1.5
erc20-demurrage-token~=0.0.7
eth-address-index~=0.2.4
cic-eth-registry~=0.6.3
cic-eth-registry~=0.6.4
erc20-faucet==0.3.2
sarafu-faucet==0.0.7
confini~=0.5.3
eth-token-index==0.2.4
okota==0.2.5a1
okota==0.2.5a1