Move signer from middleware to dedicated connection

This commit is contained in:
nolash
2021-03-12 09:36:57 +01:00
parent 10835979bc
commit 958bd9af96
11 changed files with 24 additions and 17 deletions

View File

@@ -107,7 +107,7 @@ RUN cd cic-bancor/python && \
RUN apt-get install -y cargo
ARG cic_base_version=0.1.1a24
ARG cic_base_version=0.1.1a30
RUN pip install --extra-index-url $pip_extra_index_url cic-base[full_graph]==$cic_base_version
ARG cic_registry_version=0.5.3a24

View File

@@ -1,3 +1,3 @@
cic-base[full_graph]==0.1.1a25
cic-eth==0.10.0a42
cic-base[full_graph]==0.1.1a28
cic-eth==0.10.0a46
cic-types==0.1.0a8

View File

@@ -31,7 +31,7 @@ set -e
set -a
# We need to not install these here...
pip install --extra-index-url $DEV_PIP_EXTRA_INDEX_URL cic-eth==0.10.0a41 chainlib==0.0.1a21 cic-contracts==0.0.2a2
pip install --extra-index-url $DEV_PIP_EXTRA_INDEX_URL cic-eth==0.10.0a46 chainlib==0.0.1a25 cic-contracts==0.0.2a2
>&2 echo "create account for gas gifter"
old_gas_provider=$DEV_ETH_ACCOUNT_GAS_PROVIDER