-
Notifications
You must be signed in to change notification settings - Fork 49
feat: move blockhash calculation to the scheduler #1072
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
Merged
bmuddha
merged 20 commits into
bmuddha/epic/replication-service
from
bmuddha/feat/streaming-blockhash
Apr 10, 2026
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
6d0f1d0
feat: move blockhash calculation to the scheduler
bmuddha 506a5c2
feat: move blockhash compute into scheduler
bmuddha 00d0330
feat: add superblock support to the scheduler
bmuddha c587e90
fix: add counting semaphore to the executors
bmuddha b38d270
fix: use unsafe when taking snapshot
bmuddha 19c89fa
fix: add residual message check in consumption streams
bmuddha 7a5bf1e
fix: address review comments
bmuddha 53f8bda
fix: fmt
bmuddha dbf871a
fix: release leader lock when shutdown
bmuddha a2c507c
fix: clippy
bmuddha 69085ee
fix: remove irrelevant test assertion
bmuddha 403f95f
chore: update gitignore
bmuddha e6fa0ba
chore: commit Cargo.lock
bmuddha 647ec92
chore: add a note regarding the error warning
bmuddha 6d8bce5
chore: fix comment typo
bmuddha 8bb9a7c
fix: racy test harness
bmuddha c059cf7
fix: fmt
bmuddha 274cc2c
fix: don't replicate if no replication service is running
bmuddha 057d1ee
fix: use different accountsdb slot check
bmuddha ab1526d
fix: use accountsdb slot
bmuddha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,5 +31,7 @@ magicblock-test-storage/ | |
|
|
||
| # AI related | ||
| **/CLAUDE.md | ||
| CODEBASE_MAP.md | ||
| config.json | ||
| config.toml | ||
| AGENTS.md | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.