Complete rehabilitation of RPC signing

This commit is contained in:
nolash 2021-03-27 16:35:18 +01:00
parent 47c9f16806
commit f35bbc84e4
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
4 changed files with 6 additions and 8 deletions

View File

@ -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

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.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 \

View File

@ -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}..."

View File

@ -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