-
Notifications
You must be signed in to change notification settings - Fork 4
feat: chunk protocol, storage handler, and cross-node e2e tests #4
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
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
e679900
feat: add chunk protocol handler with P2P message routing and cross-n…
mickvandijke 761fdb4
feat: add peer-ID-based chunk operations and enable cross-node e2e test
mickvandijke 2889195
feat: add node-to-node messaging e2e test
mickvandijke 81e56d4
refactor: extract compute_address to client::data_types as canonical …
mickvandijke ebc1b20
fix: address clippy, fmt, and code quality issues across last 3 commits
mickvandijke d84258e
fix: enforce max_chunks capacity limit in DiskStorage::put()
mickvandijke b18f11e
fix: use configured EVM network instead of hard-coded ArbitrumOne def…
mickvandijke 5505ead
feat: wire QuantumClient to ANT protocol and fix peer ID format mismatch
mickvandijke dfe233d
test: add QuantumClient chunk round-trip E2E test
mickvandijke 916dc9d
build: bump saorsa-core to 0.10.2 and re-enable default features
mickvandijke 3666d93
feat: add request_id to chunk protocol messages for response correlation
mickvandijke be9000b
fix: make chunk message decode errors non-fatal in event loops
mickvandijke 9e2e59a
fix: restore source peer validation alongside request_id matching
mickvandijke 283e448
refactor: replace random request_id with sequential AtomicU64 counter
mickvandijke 39f6bc5
fix: remove duplicate "ANT protocol handler initialized" log from con…
mickvandijke 0c72234
fix: cap bincode deserialization at MAX_CHUNK_SIZE + 1 MB
mickvandijke e2ba851
refactor: extract shared chunk protocol request/response helper
mickvandijke b3c7e19
chore: remove unused autonomi dep
mickvandijke 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description states that saorsa-labs/saorsa-core#11 must be merged before this PR can land, but this dependency version (0.10.2) appears to already be set. Consider adding a comment explaining the version requirement or verifying this is the correct version.