Updates related to chainspec changes
This commit is contained in:
parent
a92037e8f5
commit
4cee277922
@ -120,39 +120,48 @@ ARG cryptocurrency_cli_tools_version=0.0.4
|
|||||||
RUN pip install --extra-index-url $pip_extra_index_url cryptocurrency-cli-tools==$cryptocurrency_cli_tools_version
|
RUN pip install --extra-index-url $pip_extra_index_url cryptocurrency-cli-tools==$cryptocurrency_cli_tools_version
|
||||||
|
|
||||||
RUN echo Install smart contract interface implementations, least frequently changed first
|
RUN echo Install smart contract interface implementations, least frequently changed first
|
||||||
ARG giftable_erc20_token_version=0.0.7b10
|
ARG giftable_erc20_token_version=0.0.7b11
|
||||||
RUN pip install --extra-index-url $pip_extra_index_url giftable-erc20-token==$giftable_erc20_token_version
|
RUN pip install --extra-index-url $pip_extra_index_url giftable-erc20-token==$giftable_erc20_token_version
|
||||||
|
|
||||||
ARG eth_accounts_index_version=0.0.10a6
|
ARG eth_accounts_index_version=0.0.10a8
|
||||||
RUN pip install --extra-index-url $pip_extra_index_url eth-accounts-index==$eth_accounts_index_version
|
RUN pip install --extra-index-url $pip_extra_index_url eth-accounts-index==$eth_accounts_index_version
|
||||||
|
|
||||||
ARG erc20_approval_escrow_version=0.3.0a4
|
#ARG erc20_approval_escrow_version=0.3.0a4
|
||||||
RUN pip install --extra-index-url $pip_extra_index_url erc20-approval-escrow==$erc20_approval_escrow_version
|
#RUN pip install --extra-index-url $pip_extra_index_url erc20-approval-escrow==$erc20_approval_escrow_version
|
||||||
|
ARG erc20_transfer_authorization_version=0.3.0a9
|
||||||
|
RUN pip install --extra-index-url $pip_extra_index_url erc20-transfer-authorization==$erc20_transfer_authorization_version
|
||||||
|
|
||||||
#ARG erc20_single_shot_faucet_version=0.2.0a5
|
#ARG erc20_single_shot_faucet_version=0.2.0a5
|
||||||
#RUN pip install --extra-index-url $pip_extra_index_url erc20-single-shot-faucet==$erc20_single_shot_faucet_version
|
#RUN pip install --extra-index-url $pip_extra_index_url erc20-single-shot-faucet==$erc20_single_shot_faucet_version
|
||||||
|
|
||||||
ARG sarafu_faucet_version==0.0.1a10
|
ARG sarafu_faucet_version=0.0.1a10
|
||||||
RUN pip install --extra-index-url $pip_extra_index_url sarafu-faucet==$sarafu_faucet_version
|
RUN pip install --extra-index-url $pip_extra_index_url sarafu-faucet==$sarafu_faucet_version
|
||||||
|
|
||||||
ARG eth_address_index_version==0.1.0a8
|
ARG eth_address_index_version=0.1.0a9
|
||||||
RUN pip install --extra-index-url $pip_extra_index_url eth-address-index==$eth_address_index_version
|
RUN pip install --extra-index-url $pip_extra_index_url eth-address-index==$eth_address_index_version
|
||||||
|
|
||||||
RUN echo Install cic specific python packages
|
RUN echo Install cic specific python packages
|
||||||
ARG cic_registry_version=0.5.3a18
|
ARG cic_registry_version=0.5.3a19
|
||||||
RUN pip install --extra-index-url $pip_extra_index_url cic-registry==$cic_registry_version
|
RUN pip install --extra-index-url $pip_extra_index_url cic-registry==$cic_registry_version
|
||||||
|
|
||||||
RUN echo Install misc helpers
|
RUN echo Install misc helpers
|
||||||
|
|
||||||
ARG crypto_dev_signer_version==0.4.13rc2
|
ARG crypto_dev_signer_version=0.4.13rc2
|
||||||
RUN pip install --extra-index-url $pip_extra_index_url crypto-dev-signer==$crypto_dev_signer_version
|
RUN pip install --extra-index-url $pip_extra_index_url crypto-dev-signer==$crypto_dev_signer_version
|
||||||
|
|
||||||
ARG eth_gas_proxy_version==0.0.1a4
|
ARG eth_gas_proxy_version=0.0.1a4
|
||||||
RUN pip install --extra-index-url $pip_extra_index_url eth-gas-proxy==$eth_gas_proxy_version
|
RUN pip install --extra-index-url $pip_extra_index_url eth-gas-proxy==$eth_gas_proxy_version
|
||||||
|
|
||||||
ARG cic_contracts_version==0.0.2a2
|
ARG cic_contracts_version=0.0.2a2
|
||||||
RUN pip install --extra-index-url $pip_extra_index_url cic-contracts==$cic_contracts_version
|
RUN pip install --extra-index-url $pip_extra_index_url cic-contracts==$cic_contracts_version
|
||||||
|
|
||||||
|
ARG chainlib_version=0.0.1a15
|
||||||
|
RUN pip install --extra-index-url $pip_extra_index_url chainlib==$chainlib_version
|
||||||
|
|
||||||
|
ARG chainsyncer_version=0.0.1a8
|
||||||
|
RUN pip install --extra-index-url $pip_extra_index_url chainsyncer==$chainsyncer_version
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
COPY contract-migration/testdata/pgp testdata/pgp
|
COPY contract-migration/testdata/pgp testdata/pgp
|
||||||
|
@ -30,7 +30,7 @@ truncate $env_out_file -s 0
|
|||||||
set -e
|
set -e
|
||||||
set -a
|
set -a
|
||||||
|
|
||||||
pip install --extra-index-url $DEV_PIP_EXTRA_INDEX_URL cic-eth==0.10.0a25 chainlib==0.0.1a11
|
pip install --extra-index-url $DEV_PIP_EXTRA_INDEX_URL cic-eth==0.10.0a28 chainlib==0.0.1a11
|
||||||
|
|
||||||
>&2 echo "create account for gas gifter"
|
>&2 echo "create account for gas gifter"
|
||||||
old_gas_provider=$DEV_ETH_ACCOUNT_GAS_PROVIDER
|
old_gas_provider=$DEV_ETH_ACCOUNT_GAS_PROVIDER
|
||||||
|
Loading…
Reference in New Issue
Block a user