forked from hiero-ledger/hiero-improvement-proposals
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocess.html
More file actions
15 lines (13 loc) · 718 Bytes
/
process.html
File metadata and controls
15 lines (13 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: page
title: Process
---
<p> Process HIPs describe processes surrounding Hedera, or propose changes to processes. Process HIPs are like
Standards Track HIPs but apply to areas other than the node and ecosystem software codebases. They may propose an
implementation, but not to Hedera's codebase; they often require community consensus; unlike Informational HIPs,
they are more than recommendations, and users are typically not free to ignore them. Examples include procedures,
guidelines, and changes to the decision-making process. Any meta-HIP is also considered a Process HIP.</p>
<p>
{% assign hips=site.pages|where:"type","Process" %}
{% include hipstable.md hips=hips %}
</p>