CodeChain-io / CodeChain-io/codechain-indexer

Improve stability

Đang mở
#304 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
discuss
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 indexing process is a serial process.

downloading block > saving block info > saving transaction info > saving UTXO info > saving address info > saving address's balance info > ... etc

The problem is, the whole system is broken if a single process goes wrong. For example, saving the balance info should not affect the UTXO data and its API, but, the next block will not be downloaded if the balance logic is broken.

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

Hướng nghiên cứu

The issue names no files, tests, or entry points. Start by tracing the indexing sequence described in the issue and identify how failures in each saving step affect block downloading; done means independent data-saving failures no longer stop unrelated indexing or its API.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
typescript
Lĩnh vực
backend, blockchain, data
Loại issue
Tái cấu trúc
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.