-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade BigchainDB Server to 0.9 and COALA IP-related dependencies #25
Conversation
BDB_NODE_HOST: "${BDB_NODE_HOST}" | ||
BDB_NODE_PORT: "${BDB_NODE_PORT}" | ||
BDB_NODE_HOST: bigchaindb | ||
BDB_NODE_PORT: 9984 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missed this earlier when it was changed, but this shouldn't be breaking anything. bigchaindb
is the service name of the container running the BigchainDB server so docker should know to hook up to it directly.
@@ -1,6 +1,6 @@ | |||
FROM python:3.5 | |||
|
|||
RUN apt-get update && apt-get install -y vim |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇
setup.py
Outdated
'bigchaindb-driver==0.1.2', | ||
'coalaip==0.0.1.dev3', | ||
'coalaip-bigchaindb==0.0.1.dev3', | ||
'bigchaindb~=0.9.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, we're using ~
, I'd still prefer it reading: 'bigchaindb~=0.9.1'
226e8b8
to
f0af948
Compare
…ing key because of upstream changes
… does this for us now
f0af948
to
f2fc4b5
Compare
6d98f90
to
6951455
Compare
6951455
to
309c4ab
Compare
Adds dependency links until new versions of
pycoalaip
andpycoalaip-bigchaindb
are released.TODO: