Mohamed Boudra
Mohamed Boudra
Figure out how to best implement migrations the subscription and cache tables. Look into https://kysely.dev/docs/migrations
closes https://github.com/gitcoinco/grants-stack-indexer/issues/527
what should happen: 1. indexer is running 2. database crashes 3. indexer should crash 4. let the orchestrator keep restartarting the app until db comes up 5. indexer should resume...
Alchemy deprecated Mumbai, RPC is not responding. Deploy to Amoy and depreciate Mumbai on all GS apps.
use the following naming convention for event handlers: ``` {contract name}/{event name}.ts ``` should make it easier to navigate between event handlers
this will make it easy for people run data analysis on the data without having to use graphql
we have a Postgraphile PRO license, the plugin is installed and it supports limiting pagination (currently not enabled), but doing this change is backwards incompatible as some apps that use...
at the moment checking the contractName of an event doesn't narrow the type down like eventName does, this needs to be fixed in chainsauce: https://github.com/boudra/chainsauce