Compare commits
5 Commits
master
...
no-host-mo
Author | SHA1 | Date | |
---|---|---|---|
|
d9005ab0e3 | ||
|
a775c176dd | ||
|
da80ee56cb | ||
fda452fccb | |||
49308f6efc |
@ -21,7 +21,7 @@ from chainqueue.db.enum import (
|
|||||||
StatusBits,
|
StatusBits,
|
||||||
)
|
)
|
||||||
from chainqueue.error import NotLocalTxError
|
from chainqueue.error import NotLocalTxError
|
||||||
from chainqueue.state import set_reserved
|
from chainqueue.sql.state import set_reserved
|
||||||
|
|
||||||
# local imports
|
# local imports
|
||||||
import cic_eth
|
import cic_eth
|
||||||
|
@ -10,7 +10,7 @@ version = (
|
|||||||
0,
|
0,
|
||||||
11,
|
11,
|
||||||
0,
|
0,
|
||||||
'beta.15',
|
'beta.16',
|
||||||
)
|
)
|
||||||
|
|
||||||
version_object = semver.VersionInfo(
|
version_object = semver.VersionInfo(
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
cic-base~=0.1.2b14
|
cic-base~=0.1.2b15
|
||||||
celery==4.4.7
|
celery==4.4.7
|
||||||
crypto-dev-signer~=0.4.14b3
|
crypto-dev-signer~=0.4.14b3
|
||||||
confini~=0.3.6rc3
|
confini~=0.3.6rc3
|
||||||
|
@ -54,8 +54,8 @@ ENV PATH $NVM_DIR/versions/node//v$NODE_VERSION/bin:$PATH
|
|||||||
ARG pip_extra_args=""
|
ARG pip_extra_args=""
|
||||||
ARG pip_index_url=https://pypi.org/simple
|
ARG pip_index_url=https://pypi.org/simple
|
||||||
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
|
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
|
||||||
ARG cic_base_version=0.1.2b11
|
ARG cic_base_version=0.1.2b15
|
||||||
ARG cic_eth_version=0.11.0b14
|
ARG cic_eth_version=0.11.0b16
|
||||||
ARG sarafu_token_version=0.0.1a8
|
ARG sarafu_token_version=0.0.1a8
|
||||||
ARG sarafu_faucet_version=0.0.3a3
|
ARG sarafu_faucet_version=0.0.3a3
|
||||||
RUN pip install --index-url https://pypi.org/simple --extra-index-url $pip_extra_index_url \
|
RUN pip install --index-url https://pypi.org/simple --extra-index-url $pip_extra_index_url \
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
cic-base[full_graph]==0.1.2b11
|
cic-base[full_graph]==0.1.2b15
|
||||||
sarafu-faucet==0.0.3a3
|
sarafu-faucet==0.0.3a3
|
||||||
cic-eth==0.11.0b15
|
cic-eth==0.11.0b16
|
||||||
cic-types==0.1.0a11
|
cic-types==0.1.0a11
|
||||||
crypto-dev-signer==0.4.14b3
|
crypto-dev-signer==0.4.14b3
|
||||||
|
@ -6,11 +6,7 @@ volumes:
|
|||||||
bee-data: {}
|
bee-data: {}
|
||||||
signer-data: {}
|
signer-data: {}
|
||||||
bloxberg-data: {}
|
bloxberg-data: {}
|
||||||
contract-config:
|
contract-config: {}
|
||||||
driver_opts:
|
|
||||||
type: local
|
|
||||||
o: bind
|
|
||||||
device: ./service-configs
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user