Upgrade cic-eth

This commit is contained in:
nolash 2021-02-24 10:23:19 +01:00
parent 1124bd2d26
commit 5b77a2ea20
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
5 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,7 @@ version = (
0,
10,
0,
'alpha.31',
'alpha.32',
)
version_object = semver.VersionInfo(

View File

@ -21,4 +21,4 @@ eth-address-index~=0.1.0a8
chainlib~=0.0.1a17
hexathon~=0.0.1a3
chainsyncer~=0.0.1a17
cic-base==0.1.1a3
cic-base==0.1.1a4

View File

@ -1,2 +1,2 @@
cic-base[full]==0.1.1a4
cic-eth==0.10.0a31
cic-eth==0.10.0a32

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.0a31 chainlib==0.0.1a17 cic-contracts==0.0.2a2
pip install --extra-index-url $DEV_PIP_EXTRA_INDEX_URL cic-eth==0.10.0a32 chainlib==0.0.1a17 cic-contracts==0.0.2a2
>&2 echo "create account for gas gifter"
old_gas_provider=$DEV_ETH_ACCOUNT_GAS_PROVIDER

View File

@ -291,7 +291,6 @@ services:
DATABASE_PORT: ${DATABASE_PORT:-5432}
DATABASE_ENGINE: ${DATABASE_ENGINE:-postgres}
DATABASE_DRIVER: ${DATABASE_DRIVER:-psycopg2}
DATABASE_DEBUG: ${DATABASE_DEBUG:-0}
CIC_CHAIN_SPEC: ${CIC_CHAIN_SPEC:-evm:bloxberg:8996}
CIC_REGISTRY_ADDRESS: $CIC_REGISTRY_ADDRESS
#BANCOR_DIR: $BANCOR_DIR