Replies: 5 comments 6 replies
-
The |
Beta Was this translation helpful? Give feedback.
-
We should use an enum value instead of a boolean enum NodeType {
COUNCIL = 0;
PERMISSIONED = 1;
PERMISSIONLESS = 2;
} |
Beta Was this translation helpful? Give feedback.
-
Please add the raw protobuf changes to the HIP. This should include proto comments that note that default value. Please also show the field being added to the output of the |
Beta Was this translation helpful? Give feedback.
-
This is not really true. There is a separate JSON formatted address book used internally by the platform layer. The proto |
Beta Was this translation helpful? Give feedback.
-
Is there something different or lesser about community nodes vs council nodes? If they are the same, I would instead suggest a memo or alias field that allows any node to associate the name of the organization or individual operating the node. This would also accommodate for the future when anyone can run a node. |
Beta Was this translation helpful? Give feedback.
-
Add a flag to the address book to indicate whether a node belongs to a council member or a community member. Update related protobuf message and mirror node response objects.
#690
Beta Was this translation helpful? Give feedback.
All reactions