-
Notifications
You must be signed in to change notification settings - Fork 33
[P2P, Runtime] Update P2P & base config (part 2) #535
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 20 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5ad835e
chore: add `hostname` p2p config field
bryanchriswhite e8934a7
chore: rename `consensus_port` config option to `port`
bryanchriswhite a350c20
chore: update default port number to 42069
bryanchriswhite e903a7c
chore: add `use_libp2p` config field
bryanchriswhite 4b37d98
chore: update persistence state hash test
bryanchriswhite 0ef6582
fix: docker composition / .env ports
bryanchriswhite 0df649a
chore: update k8s manifests p2p config port
bryanchriswhite bf58cc5
chore: update changelogs
bryanchriswhite 4c19fbb
fix: update port numbers in tests
bryanchriswhite 2a379c3
chore: add `use_libp2p` to k8s configs
bryanchriswhite 8643a0a
chore: update k8s validator template
bryanchriswhite 7eb373c
chore: make ConfigMap a template
bryanchriswhite 5b7c477
chore: add hostname to ConfigMap
bryanchriswhite a01610f
chore: update changelog
bryanchriswhite a073fae
Revert "chore: make ConfigMap a template"
bryanchriswhite fae0410
chore: add localnet hostname via env var
bryanchriswhite 7e79a33
chore: update changelog
bryanchriswhite 743d5cb
test: replace literal with constant
bryanchriswhite 4278b65
chore: update changelog
bryanchriswhite 06979c1
chore: update changelog
bryanchriswhite 75e529d
Merge branch 'main' into chore/config
bryanchriswhite a931eb0
fix: state hash test post-merge
bryanchriswhite 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,18 @@ | ||
| # docker compose stuff | ||
| # override with your own values if the default host port mappings in docker-compose do not suit you | ||
| # NODE1_PORT_7081=127.0.0.1:7081 | ||
| # NODE1_PORT_8081=127.0.0.1:8081 | ||
| # NODE1_PORT_9081=127.0.0.1:9081 | ||
| # NODE1_PORT_42070=127.0.0.1:42070 | ||
| # NODE1_PORT_50832=127.0.0.1:50832 | ||
| # NODE2_PORT_7081=127.0.0.1:7082 | ||
| # NODE2_PORT_8081=127.0.0.1:8082 | ||
| # NODE2_PORT_9081=127.0.0.1:9082 | ||
| # NODE2_PORT_42070=127.0.0.1:42071 | ||
| # NODE2_PORT_50832=127.0.0.1:50833 | ||
| # NODE3_PORT_7081=127.0.0.1:7083 | ||
| # NODE3_PORT_8081=127.0.0.1:8083 | ||
| # NODE3_PORT_9081=127.0.0.1:9083 | ||
| # NODE3_PORT_42070=127.0.0.1:42072 | ||
| # NODE3_PORT_50832=127.0.0.1:50834 | ||
| # NODE4_PORT_7081=127.0.0.1:7084 | ||
| # NODE4_PORT_8081=127.0.0.1:8084 | ||
| # NODE4_PORT_9081=127.0.0.1:9084 | ||
| # NODE4_PORT_42070=127.0.0.1:42073 | ||
| # NODE4_PORT_50832=127.0.0.1:50835 |
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
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.
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.