WIP fix sarafu faucet set and gift to access keyfile passphrase

This commit is contained in:
nolash 2021-04-14 15:29:30 +02:00
parent bb0b587bce
commit bae1881703
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
5 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@ version = (
0,
11,
0,
'beta.3',
'beta.6',
)
version_object = semver.VersionInfo(

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.2a64
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2a74
COPY cic-eth/scripts/ scripts/
COPY cic-eth/setup.cfg cic-eth/setup.py ./

View File

@ -22,4 +22,4 @@ chainsyncer[sql]~=0.0.2a1
chainqueue~=0.0.1a7
pysha3==1.0.2
coincurve==15.0.0
sarafu-faucet~=0.0.2a20
sarafu-faucet~=0.0.2a26

View File

@ -57,10 +57,10 @@ WORKDIR /home/grassroots
USER grassroots
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
ARG cic_base_version=0.1.2a68
ARG cic_eth_version=0.11.0b3
ARG cic_base_version=0.1.2a74
ARG cic_eth_version=0.11.0b5
ARG sarafu_token_version=0.0.1a6
ARG sarafu_faucet_version=0.0.2a24
ARG sarafu_faucet_version=0.0.2a26
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_graph]==0.1.2a68
sarafu-faucet==0.0.2a23
cic-eth==0.11.0b3
cic-base[full_graph]==0.1.2a74
sarafu-faucet==0.0.2a26
cic-eth==0.11.0b5
cic-types==0.1.0a10
crypto-dev-signer==0.4.14b1
crypto-dev-signer==0.4.14b2