Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Mercury is about to remove built-in Ckb Indexer RPCs #461

Open
EthanYuan opened this issue Oct 13, 2022 · 1 comment
Open

Mercury is about to remove built-in Ckb Indexer RPCs #461

EthanYuan opened this issue Oct 13, 2022 · 1 comment

Comments

@EthanYuan
Copy link
Collaborator

CKB is currently embedding Ckb Indexer internally, and the upcoming CKB version will support all Ckb Indexer Rpcs. At that time, users will no longer need the original Ckb Indexer or Mercury's built-in indexer RPCs support.

Based on the above, after the new ckb version is released, Mercury will remove the indexer RPCs.

@EthanYuan EthanYuan moved this to Todo in mercury Oct 13, 2022
@EthanYuan EthanYuan moved this from Todo to Backlog in mercury Nov 11, 2022
@EthanYuan
Copy link
Collaborator Author

EthanYuan commented Nov 11, 2022

ckb 0.105.0 has completed the merge of indexer, and Mercury's support for indexer can be removed.

steps to achieve:

  • Remove all indexer-related rpcs' interfaces and related implementations
  • Optimize the database layer
    • it is known that there is an additional dependency on this table “mercury_indexer_cell”, check if there is an alternative to the table
    • if it is possible, remove the table “mercury_indexer_cell”

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant