-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Greg/private networks #1454
Greg/private networks #1454
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1454 +/- ##
===========================================
- Coverage 63.67% 63.64% -0.03%
===========================================
Files 102 102
Lines 9459 9452 -7
===========================================
- Hits 6023 6016 -7
- Misses 2871 2873 +2
+ Partials 565 563 -2
|
@greg-szabo have you seen the "addr_book_strict" option in the config ?
Does that work ? Maybe we can expose it as a flag if need be ? Not sure we want to just remove this kind of check out right |
I wrote a long dissection of the RFCs on the issue. All in all, I agree: we should remove this kind of check outright. |
Closing it, as agreed on the meeting. |
* [cmd] Turn off strict routability when using testnet cmd Refs #1454 * use "testnet" instead of "it"
) Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.3.0 to 0.4.0. - [Commits](golang/sync@v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Enabled the use of private IPv4 addresses. (RFC1918). This is required to run tendermint on a private network where all the nodes are on the same private network.