-
Notifications
You must be signed in to change notification settings - Fork 16
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
Ad-hoc QOL updates #30
Conversation
ZaradarBH
commented
Mar 16, 2023
- Added missing "better-npm-run": "^0.1.1" package
- Clean up configuration files
- Clean up ENV variables
- Clean up docker tooling
- Split "collector" and "api" into seperate containers using a shared base image
- Add postgres service to docker-compose for convenience during local development
- Create a custom network for docker-compose to ensure we have automatic DNS resolution enabled (https://docs.docker.com/network/bridge/#differences-between-user-defined-bridges-and-the-default-bridge)
…ntainer images so they are easier to orchestrate individually
- Re-target to "@terra-money/terra.proto": "^0.1.7"
…zation Clean up container tooling to split API & collector
…zation moved docker-compose assets to seperate folder
…zation added docker-compose readme.md
merging upstream into our main
- Add terra.proto.legacy to resolve upstream merge conflict - Add logic to pick the right PB decoder package based cfg.CHAIN_ID - Fix bug in docker-compose build context target - Add RPC endpoint that works
…ges-to-coexist Fix @terra-money/terra.proto conflict
…ackages-to-coexist
…ges-to-coexist Allow diff terre proto packages to coexist
I updated the PR with the latest changes and a suggestion for how to use diff versions of terra.proto at the same time. That should provide a way for us to workaround the dependency conflicts we have on the PB decoders. FYI the docker-compose file you added already exists here: https://github.com/classic-terra/fcd/blob/0b0383edc3c3f0551458bb3aae4fc481039f2a4f/docker-compose/docker-compose.yml#L4 . We can move the compose files to the root of the repo and merge whichever version of the postgres service registration you prefere. |
…ges-to-coexist Bump minor version due to ENV changes