Complete rehabilitation of RPC signing
This commit is contained in:
parent
47c9f16806
commit
f35bbc84e4
@ -1,4 +1,4 @@
|
||||
cic-base~=0.1.2a30
|
||||
cic-base~=0.1.2a41
|
||||
celery==4.4.7
|
||||
crypto-dev-signer~=0.4.14a14
|
||||
confini~=0.3.6rc3
|
||||
|
@ -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.2a39
|
||||
ARG cic_eth_version=
|
||||
ARG sarafu_faucet_version=0.0.2a11
|
||||
ARG cic_base_version=0.1.2a41
|
||||
ARG cic_eth_version=0.10.1a5+build.47c9f168
|
||||
ARG sarafu_faucet_version=0.1.2a11
|
||||
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 \
|
||||
|
@ -30,8 +30,6 @@ echo -n 1 > $init_level_file
|
||||
# Abort on any error (including if wait-for-it fails).
|
||||
set -e
|
||||
|
||||
echo wtf
|
||||
|
||||
# Wait for the backend to be up, if we know where it is.
|
||||
if [[ -n "${ETH_PROVIDER}" ]]; then
|
||||
echo "waiting for ${ETH_PROVIDER}..."
|
||||
|
@ -1,3 +1,3 @@
|
||||
cic-base[full_graph]==0.1.2a31
|
||||
cic-eth==0.10.1a5+build.da9d2760
|
||||
cic-base[full_graph]==0.1.2a40
|
||||
cic-eth==0.10.1a5+build.47c9f168
|
||||
cic-types==0.1.0a8
|
||||
|
Loading…
Reference in New Issue
Block a user