feat: enable local cluster for websocket connection testing#5066
Closed
lat-murmeldjur wants to merge 3 commits intoethersphere:masterfrom
Closed
feat: enable local cluster for websocket connection testing#5066lat-murmeldjur wants to merge 3 commits intoethersphere:masterfrom
lat-murmeldjur wants to merge 3 commits intoethersphere:masterfrom
Conversation
Contributor
|
I do not think we need a separate port, check this PR #5069 |
added 2 commits
April 7, 2025 20:56
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
For testing purposes of weeb-3
This branch enables nodes with private addresses to function as regular full nodes, for the purpose of testing with the in-browser node (this branch is not intended to be merged)
Example configuration file
bootnode: "/ip4/192.168.0.100/tcp/11634/ws/p2p/QmPxeVPawnzvhsSaiZ1pphPYhWMroiPS3VdiDXRtzrbJXA"
data-dir: ../data/abee4
full-node: true
mainnet: false
password: ""
p2p-ws-enable: true
api-addr: :4633
p2p-addr: :48634
network-id: 10
blockchain-rpc-endpoint: https://ethereum-sepolia-rpc.publicnode.com
swap-enable: false
verbosity: 5
welcome-message: "welcome-from-the-websocket-node"
warmup-time: 30s