Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: decouple chainsync from blockfetch #234

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

agaffney
Copy link
Contributor

  • generate events for blockfetch
  • create interface for ledger to request range of blocks from node
  • migrate bulk mode to ledger and operate in smaller batches
  • enable pipelining for chainsync RequestNext messages
  • include tip information with chainsync events

Fixes #175

@agaffney agaffney force-pushed the refactor/decouple-chainsync-blockfetch branch from 888d8ca to b283702 Compare November 15, 2024 14:08
wolf31o2
wolf31o2 previously approved these changes Nov 15, 2024
Copy link
Member

@wolf31o2 wolf31o2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only comment is a typo in a comment, feel free to fix it later

state/event.go Outdated Show resolved Hide resolved
* generate events for blockfetch
* create interface for ledger to request range of blocks from node
* migrate bulk mode to ledger and operate in smaller batches
* enable pipelining for chainsync RequestNext messages
* include tip information with chainsync events

Fixes #175
@agaffney agaffney merged commit 99988e5 into main Nov 15, 2024
7 checks passed
@agaffney agaffney deleted the refactor/decouple-chainsync-blockfetch branch November 15, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decouple chain-sync client and block-fetch
2 participants