ckb
ckb copied to clipboard
Prevent `ckb-shared` import `ckb-db-schema`
What problem does this PR solve?
Problem Summary:
I believe that loading the COLUMN_NUMBER_HASH data in ckb-shared is not appropriate; it should be moved to ckb-store.
What is changed and how it works?
Related changes
- [x] Move loading the COLUMN_NUMBER_HASH data function from ckb-shared to ckb-store
- [ ] Move loading the COLUMN_BLOCK_BODY data function from ckb-shared to ckb-store
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.
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.