-
Notifications
You must be signed in to change notification settings - Fork 32
Make Servers Stop Rejecting Requests #599
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 3 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
c596a3b
Tests passing
dnwiebe 1a9f51a
Removed dead code
dnwiebe e24bd9a
Moved test back where it belongs
dnwiebe bcedf60
Formatting
dnwiebe 8975ef5
Finished TEST_DEFAULT_CHAIN update
dnwiebe 10735ad
More BaseSepolia stuff
dnwiebe 70e3ead
Corrected host and port detection in protocol packs; about to make po…
dnwiebe 0c50d1e
Abandoning this approach; will revert, but wanted to preserve
dnwiebe 45ea8b4
Revert "More BaseSepolia stuff"
dnwiebe f4f6403
Everything's compiling now
dnwiebe a4f6ec8
Interim commit
dnwiebe 5240c18
Fixed the protocol pack
dnwiebe 4ff7096
Merged in -reverted and completed migration to base-sepolia
dnwiebe 3b41718
Review issues
dnwiebe 4168a58
Formatting
dnwiebe 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ lazy_static = "1.4.0" | |
| log = "0.4.14" | ||
| masq_lib = { path = "../masq_lib" } | ||
| native-tls = "0.2.8" | ||
| node = { path = "../node", features = [ "expose_test_privates" ] } | ||
| node = { path = "../node" } | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed; Bert said it's obsolete |
||
| pretty-hex = "0.2.1" | ||
| primitive-types = {version = "0.5.0", default-features = false, features = ["default", "rlp", "serde"] } | ||
| regex = "1.5.4" | ||
|
|
||
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.
put this to alphabetical order please
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.
Done.