Skip to content

Delete four unused paramaters in Args #5453

@317787106

Description

@317787106

Rationale

There are some outdated network variables and configurations in Args and CommonParameter. Since Libp2p is extracted as an independent project, these variables and configurations have been moved to Libp2p and imported by Java-tron, so they should be deleted. Variables in CommonParameter include:

  public boolean nodeDiscoveryPublicHomeNode;
  public long nodeDiscoveryPingTimeout;
  public long nodeP2pPingInterval;
  public String p2pNodeId;

Related configurations include:

node.discovery.public.home.node
node.discovery.ping.timeout
node.p2p.pingInterval

Implementation

Do you have ideas regarding the implementation of this feature?
yes

Are you willing to implement this feature?
yes

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions