The HalalChain Improvement Proposals (HIPs) describe standards for the HalalChain platform, including core protocol specifications, networking protocol, consensus algorithms, client APIs and application-level standards and conventions.
First read HIP-1 : HIP Guidelines . Then clone the repository and add your HIP to it. There is a template HIP file hip-x.asciidoc. You can copy and modify it to create an new HIP. Then submit a Pull Request to the HIPs repository.
- Core - HalalChain Core related improvements.
- Networking - includes improvements around network protocol specifications.
- Interface - includes improvements around client API/RPC specifications and standards, and also certain language-level standards like method names etc.
- Application - application-level standards and conventions.
- Information - provides general guidelines or information to the HalalChain community, but does not propose a new feature
- Process - describe a process propose to an implementation, they often require community consensus.
- Draft - an HIP that is open for discussion
- Accepted - an HIP that is under designing and planned to be implemented.
- Final - an HIP that has implemented and finalized
- Deferred - an HIP that is not being considered for immediate implementation.
| No. | Title | Author | Type | Status |
|---|---|---|---|---|
| 1 | The HIP Guidelines | Alex Wu | information | Draft |
| 2 | Naming Definition & Terminology | Alex Wu | information | Draft |
| 3 | Convert Block header time from uint32 to uint64 | Jame Van | Core | Draft |
| 4 | DAG Consensusy | Jin | Core | Draft |
| 5 | Cuckoo Cycle POW, a Programmatic Proof-of-Work | Eric Lee | Core | Draft |
| 6 | HLC compatible atomic swap cross-chain | Yi Zhang | Core | Draft |
| 7 | API naming case sensitive | Wayman Huo | Interface | Draft |
| 8 | Online Confirmation Time | Zhixiang Zhu | Core | Draft |
| 9 | Block Reward Schedule and Transaction Fees Disign | blocklee | Core | Draft |
| 15 | HLC public chain for Real Estate | Abdussalam Onagun Ismail, Abdullah Han, Sulaiman Liu | Process | Draft |
| 20 | Compact storage in linearly ordered block DAG | forchain | Core | Draft |
| 31 | Mining and Pre-minding Design in DAG-POW System | blocklee | Process | Draft |