Skip to main content

TIP-13 / Hash trie compression for contract hashes

Status: Placeholder

Reduce the size of the recorderchain by storing contract hashes in a trie instead of a list

Hash-trie for compressing contract hashes

Instead of storing all contract hashes raw in an array in the recorderchain it could be possible to create a data structure similar to the DART, which will hold the hashes in a trie-like structure. Zipping is not possible since hashes cannot really be compressed.