ckb icon indicating copy to clipboard operation
ckb copied to clipboard

rich-indexer: Do not insert uncle block into database

Open eval-exec opened this issue 5 months ago • 1 comments

What problem does this PR solve?

For rich-indexer, we don't really need to insert uncle block related info into database. This PR remove the related logic.

Related changes

  • Remove the uncle block logic for rich-indexer

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code ci-runs-only: [ quick_checks,linters ]

Side effects

  • None

Release note

Title Only: Include only the PR title in the release note.

eval-exec avatar Sep 14 '25 09:09 eval-exec

Suggest adding a release note that user can delete the table by running SQL DROP table xxx

doitian avatar Dec 16 '25 12:12 doitian