Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# Kaspa Improvement Proposals


## List of Kaspa improvement proposals:

* [KIP-0001: Rewriting the Kaspa Full-Node in the Rust Programming Language][1]
* [KIP-0002: Upgrade consensus to follow the DAGKNIGHT protocol][2]
* [KIP-0003: Block sampling for efficient DAA with high BPS][3]
* [KIP-0004: Sparse Difficulty Windows][4]
* [KIP-0005: Message Signing][5]
* [KIP-0006: Proof of Chain Membership (PoChM)][6]
* [KIP-0009: Extended mass formula for mitigating state bloat][7]


[1]: https://github.com/kaspanet/kips/blob/master/kip-0001.md
[2]: https://github.com/kaspanet/kips/blob/master/kip-0002.md
[3]: https://github.com/kaspanet/kips/blob/master/kip-0003.md
[4]: https://github.com/kaspanet/kips/blob/master/kip-0004.md
[5]: https://github.com/kaspanet/kips/blob/master/kip-0005.md
[6]: https://github.com/kaspanet/kips/blob/master/kip-0006.md
[7]: https://github.com/kaspanet/kips/blob/master/kip-0009.md