CodeChain-io / CodeChain-io/codechain-indexer
Utilize from/lastTimestamp for indexing pending transactions
Đang mở
optimization
- Ngôn ngữ chính
- TypeScript
- Star
- 21
- Fork
- 15
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.