pokt-foundation / portal-api

The Portal API Gateway is a single endpoint that offers access to the full range of supported blockchains through one URL.
https://pokt.network
MIT License
11 stars 8 forks source link

Remove mongodb #1037

Closed rem1niscence closed 1 year ago

rem1niscence commented 1 year ago

Remove all references of mongodb to only keep the postgres db as the only source of truth. This is done by

Although I tried my best to not modify any logic, a small change had to be done to the loadBlockchains function to return the expected Error response, besides that no other change was made to any logic

height[bot] commented 1 year ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.