near / near-enhanced-api-server

https://console.pagoda.co/apis?tab=enhancedApi#/
18 stars 6 forks source link

Add pagination to some endpoints, move to new DB #56

Closed telezhnaya closed 1 year ago

telezhnaya commented 1 year ago

Sorry for such a large PR, it was tough to cut it into pieces. At least I've made the separation by commits, you can read them one by one.

The biggest part here is tests.

render[bot] commented 1 year ago

Your Render PR Server URL is https://near-enhanced-api-server-testnet-pr-56.onrender.com.

Follow its progress at https://dashboard.render.com/web/srv-cee0mqda4993pp4ndrn0.

khorolets commented 1 year ago

cc @ecp88 I deployed Olga's branch on the same cloud run instance that I was running my branch on for the /transactions endpoint. We should get another instance up in dev environment so everyone in the team can work independently. We can keep the costs down for this new VM by only turning it on when needed if you'd like too.

Do we really need to run every PR in the cloud?

roshaans commented 1 year ago

cc @ecp88 I deployed Olga's branch on the same cloud run instance that I was running my branch on for the /transactions endpoint. We should get another instance up in dev environment so everyone in the team can work independently. We can keep the costs down for this new VM by only turning it on when needed if you'd like too.

Do we really need to run every PR in the cloud?

Most of the times we do need to run it in the cloud because we are introducing new features and need to test if they work outside our local environment