Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.
This repository was archived by the owner on May 27, 2025. It is now read-only.

Add batch RPC requests support for the collector #201

@duanyytop

Description

@duanyytop

Background

Using CKB batch RPC requests can reduce the network time, so adding batch RPC request support to the collector is necessary.

See: #200 (comment)

What needs to be done

Considering the collector only has one RPC request of the CKB node, the function getLiveCells will be added to the collector.

async getLiveCells(outPoints: CKBComponents.OutPoint[], withData = false): Promise<CKBComponents.LiveCell[]> {

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions