forked from samcamwilliams/HyperBEAM
-
Notifications
You must be signed in to change notification settings - Fork 86
Support route to multiple nodes #1106
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
Open
speeddragon
wants to merge
29
commits into
edge
Choose a base branch
from
feat/router-node-rebased
base: edge
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d962ec8
feat: port router node onto kernelized edge
Lucifer0x17 66a9e08
fix: manifest rendering on #915 (lowercase peer headers, inline b32 e…
Lucifer0x17 9462da6
perf: drop eager request-event load and parallelize peer-response ver…
Lucifer0x17 767b85e
fix: restore signed admissible-response push dropped in edge port
Lucifer0x17 a7a3f14
fix: carry serving node's http-reference on admissible-response
Lucifer0x17 9d29ec7
fix: restore device-scoped hook resolution
Lucifer0x17 5dd9d15
impr: remove chance device and use it as a remote device
Lucifer0x17 f80f66a
fix: resolve admissible-response hook against the node default store
Lucifer0x17 396af73
impr: Handle errors in logs better
speeddragon 48f7e87
impr: Handle expired certificate error
speeddragon 01eba92
fix: verify remote response before commitment filtering
speeddragon bb4c85c
fix: dev_manifest test, adding subdomain
speeddragon 7776619
feat: Allow to set the store remote node scope
speeddragon 8e79fc4
fix: Loading manifest asset via hb_store_remote_node
speeddragon cc71d2f
impr: Revert genesis wasm change, not needed
speeddragon 9a51012
impr: Remove subdomain redirect from dev_manifest
speeddragon 0f199d8
impr: Make request host to have both hostname and port
speeddragon 44274e7
impr: Move comment
speeddragon 2089041
impr: Reuse lower_case_keys
speeddragon 8884841
impr: Make variable name more readable
speeddragon a920e78
impr: Refactor multi_read functionality in hb_store_remote_node
speeddragon d73c958
impr: Make code more modular, extract some functionality to devices
speeddragon 46a6ac4
impr: decorator code
speeddragon d64a34f
impr: Update code based on CONTRIBUTING file
speeddragon d2225bc
fix: Revert http header lowercase
speeddragon 3560e35
impr: Remove external devices
speeddragon 3880e40
fix: New line
speeddragon 93c1cad
impr: Add logs
speeddragon 771aefb
fix: Make store_remote_node to use local-store cache
speeddragon 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
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.
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.
From #1097