CodeChain-io / CodeChain-io/codechain-indexer

Utilize from/lastTimestamp for indexing pending transactions

Abierto
#166 0 comentarios 0 reacciones 1 asignado Reclamado por @cubistplay Ver en GitHub
optimization
Lenguaje dominante
TypeScript
Estrellas
21
Forks
15
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

The current implementation does:

- Retrieve all pending transactions through an RPC call
- Compare it to the already indexed pending transactions
- Delete the indexed pending transactions if they aren't found on the current ones.
- Insert the newly found pending transactions

It makes the indexer slow when the number of pending transactions is big.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.