Imti Majeed
Imti Majeed
Wanted a single place where we can leave links / thoughts on how we should do this. Problem: We've had frustrations with the current monorepo structure and we temporarily moved...
Add an option to the sdk for retrying on rpc call failures. The default should be false and we should define what the max # of retries is.
Still very much a WIP ## PR Checklist - [ ] Added Tests - [ ] Updated Documentation - [ ] Updated CHANGELOG.md for the appropriate package
Monitor is deprecated, we should delete and move the setDetails script outside
Tons of errors right now (`✖ 208 problems (184 errors, 24 warnings)`). Right now, we're ignoring the indexer in the lint command for builds to pass. When done, remove the...
We should have more error tracking on indexer as we continue to build on top of it. If you need sentry access, feel free to reach out.
Current situation is we need to merge changes to main and then manually deploy given a commit sha. Would be great to at least automatically deploy to development upon merge...
We should prefix the current endpoints with a `v1/` version so that if there are updates in the future, consumers of the api can cut over to a `v2/` endpoint...
Need details like: - how to run locally - how is this deployed - dev + prod api links - how to check logs
Problem: when switching branches, dependencies are not re-installed or re-built. This can cause issues when working on one branch with different dependency requirements and then switching to main, for example....