Mohamed Boudra

Results 46 issues of Mohamed Boudra

- add alerts to disk space, we have a resource monitor but there not alerts enabled for it - review the current disk space in Fly and increase if necessary

high-priority

sometimes RPCs fail, it might be a good idea to allow defining multiple RPCs to keep indexing going even if one fails, it could also be used to increase concurrency...

index.ts is currently doing a lot, most of the functions inside of it are pure and should be able to be extracted, maybe with some slight modifications, it might be...

at the moment the contract cache is in SQLite and the IPFS cache is using make-fetch-happen. we should move both of those onto postgres, this way cache can be shared...

chainsauce doesn't handle reorgs, we should figure out whats the potential impact of this? this would have to be implemented in chainsauce

getting a lot of errors from Avalanche: ``` JsonRpcError: {"url":"https://avalanche-fuji.infura.io/v3/45e48b13860946c19d8cc220613e9b26","method":"eth_getLogs","params":[{"address":["0xDF9BF58Aa1A1B73F0e214d79C652a7dd37a6074e","0x8eC471f30cA797FD52F9D37A47Be2517a7BD6912","0x2AFA4bE0f2468347A2F086c2167630fb1E58b725","0x862D7F621409cF572f179367DdF1B7144AcE1c76","0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3","0x1133eA7Af70876e64665ecD07C0A0476d09465a1","0xec3e1eaCA9B796062efBA9f981B0e5f4B9Fb09D3","0x15630aDFD3A0F07aDe4575A1d08f627A0186ebbC","0xFbcd4b99F8E02e9757B38AA83E8B9e79C3a52f0e"],"topics":[],"fromBlock":"0x1f74823","toBlock":"0x1f74825"}],"error":{"code":-32000,"message":"unknown block"},"responseStatusCode":200} ``` check errors in data dog for more information this is either an issue with the RPC, or a...

bug
high-priority