š° Final
Standard
PIP-22: Agent Node Defination
Authors | Nagaraj (@ragnarok87) |
---|---|
Discussion | View Discussion PIP-22 |
Category | Network |
Created | 29-01-2024 |
Requires | PIP-14 |
Table of Contents
Abstract #
The purpose of this proposal is to redefine the node field as āapplication typeā instead of āapplication nameā in the agent string.
Motivation #
Based on PIP14, the node field is defined as āThe application name of the agentā. There are two problems with this definition:
- Depending on the operating system, the node field can change, e.g.,
pactus-gui
&pactus-gui.exe
. - Some users rename the application, for example, to
pdeamon
.
Specification #
This proposal suggests defining the node field as the application type of the agent, as defined below:
daemon
: If the client agent is a CLI or Daemon application.gui
: If the client agent is a GUI application.
Security Considerations #
The implementation of this time check feature should not compromise security.
Copyright
Copyright and related rights waived via CC0.