Skip to content
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

Integrate IPv4 port or a mechanism to select IPv4 port instead of IPv6 port for Listener initialisation #9251

Open
UrAvgDeveloper opened this issue Jun 26, 2023 · 0 comments

Comments

@UrAvgDeveloper
Copy link

UrAvgDeveloper commented Jun 26, 2023

Latest near node (after version 1.31.0) cannot be used on Github CI currently as git does not support IPv6 ports on CI, issue for this is here. The breaking change is use of IPv6 port in bind function. https://github.com/near/nearcore/blob/master/chain/network/src/tcp.rs#L64C12-L64C16
It fails with below error on Github CI.

This is required for end to end testing any functionality on Github workflow, which requires running near-node on git hosted environment.

A potential fix for it to be able to configure which type of port to use for this using basic config file (which is already being used to run the node).

image
@UrAvgDeveloper UrAvgDeveloper changed the title Integrate IPv4 port selection or a mechanism to select IPv4 port instead of IPv6 port for Listener initialisation Integrate IPv4 port or a mechanism to select IPv4 port instead of IPv6 port for Listener initialisation Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant