feat: add bulk block import for fast sync catch-up #44

Merged
oib merged 1 commits from aitbc1/production-ready-pr into main 2026-03-20 12:26:37 +01:00
Owner
  • Add ChainSync.bulk_import_from() to fetch and import blocks in batches
  • Add CLI sync_cli utility for manual bulk sync
  • Configure batch size and poll interval for rapid catch-up
  • Use blocks-range RPC endpoint for efficient fetching
- Add ChainSync.bulk_import_from() to fetch and import blocks in batches - Add CLI sync_cli utility for manual bulk sync - Configure batch size and poll interval for rapid catch-up - Use blocks-range RPC endpoint for efficient fetching
oib added 1 commit 2026-03-20 12:26:29 +01:00
feat: add bulk block import for fast sync catch-up
Some checks failed
AITBC CI/CD Pipeline / lint-and-test (3.11) (pull_request) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.12) (pull_request) Has been cancelled
AITBC CI/CD Pipeline / lint-and-test (3.13) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (apps/coordinator-api/src) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (cli/aitbc_cli) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-core/src) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-crypto/src) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (packages/py/aitbc-sdk/src) (pull_request) Has been cancelled
Security Scanning / Bandit Security Scan (tests) (pull_request) Has been cancelled
Security Scanning / CodeQL Security Analysis (javascript) (pull_request) Has been cancelled
Security Scanning / CodeQL Security Analysis (python) (pull_request) Has been cancelled
Security Scanning / Dependency Security Scan (pull_request) Has been cancelled
Security Scanning / Container Security Scan (pull_request) Has been cancelled
Security Scanning / OSSF Scorecard (pull_request) Has been cancelled
AITBC CI/CD Pipeline / test-cli (pull_request) Has been cancelled
AITBC CI/CD Pipeline / test-services (pull_request) Has been cancelled
AITBC CI/CD Pipeline / test-production-services (pull_request) Has been cancelled
AITBC CI/CD Pipeline / security-scan (pull_request) Has been cancelled
AITBC CI/CD Pipeline / build (pull_request) Has been cancelled
AITBC CI/CD Pipeline / deploy-staging (pull_request) Has been cancelled
AITBC CI/CD Pipeline / deploy-production (pull_request) Has been cancelled
AITBC CI/CD Pipeline / performance-test (pull_request) Has been cancelled
AITBC CI/CD Pipeline / docs (pull_request) Has been cancelled
AITBC CI/CD Pipeline / release (pull_request) Has been cancelled
AITBC CI/CD Pipeline / notify (pull_request) Has been cancelled
Security Scanning / Security Summary Report (pull_request) Has been cancelled
4711a5687c
- Add ChainSync.bulk_import_from() to fetch and import blocks in batches
- Add CLI sync_cli utility for manual bulk sync
- Configure batch size and poll interval for rapid catch-up
- Use blocks-range RPC endpoint for efficient fetching
oib merged commit 1e213a4f24 into main 2026-03-20 12:26:37 +01:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oib/aitbc#44
No description provided.