-
Notifications
You must be signed in to change notification settings - Fork 7
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
Dockerize Service to begin testing in prod #23
Conversation
- TENDERMINT_WEBSOCKET_URL=wss://rpc.uni.juno.deuslabs.fi/websocket | ||
- TENDERMINT_RPC_URL=https://rpc.uni.juno.deuslabs.fi | ||
- TENDERMINT_SAVE_ALL_BLOCKS=true | ||
- TENDERMINT_INITAL_BLOCK_HEIGHT=100000 |
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.
is that the height that DAODAO starts at? Is this just for testing?
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.
just testing for now
@@ -75,6 +75,7 @@ pub fn insert_gov_token( | |||
// stake_contract_code_id, | |||
label, | |||
// unstaking_duration, | |||
.. |
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.
what does this mean?
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.
ahh ignore any additional values
Problem:
Setting up our service in an EC2 instance right now requires additional work (installing correct libraries, and postgresDB).
Solution:
Dockerize service to make it easier to move around.