Propagate chainlib, cic-eth-registry upgrade

This commit is contained in:
nolash 2021-04-14 14:09:04 +02:00
parent ddf3ba0d22
commit c0a8be637f
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ RUN /usr/local/bin/python -m pip install --upgrade pip
# python merge_requirements.py | tee merged_requirements.txt
#RUN cd cic-base && \
# pip install $pip_extra_index_url_flag -r ./merged_requirements.txt
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2a62
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2a72
COPY cic-eth/scripts/ scripts/
COPY cic-eth/setup.cfg cic-eth/setup.py ./

View File

@ -57,9 +57,9 @@ WORKDIR /home/grassroots
USER grassroots
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
ARG cic_base_version=0.1.2a67
ARG cic_eth_version=0.11.0b1
ARG sarafu_faucet_version=0.0.2a19
ARG cic_base_version=0.1.2a72
ARG cic_eth_version=0.11.0b5
ARG sarafu_faucet_version=0.0.2a25
ARG cic_contracts_version=0.0.2a2
RUN pip install --user --extra-index-url $pip_extra_index_url cic-base[full_graph]==$cic_base_version \
cic-eth==$cic_eth_version \

View File

@ -1,5 +1,5 @@
cic-base[full]==0.1.2a71
cic-base[full]==0.1.2a72
sarafu-faucet==0.0.2a25
#cic-eth==0.11.0b4
cic-eth==0.11.0b5
cic-types==0.1.0a10
crypto-dev-signer==0.4.14b2