codechain icon indicating copy to clipboard operation
codechain copied to clipboard

Compress priority messages

Open HoOngEe opened this issue 5 years ago • 0 comments

Currently, CodeChain interacts with uncompressed PriorityMessages and it increases network cost. We can leverage local computation powers to reduce network cost by compressing PriorityMessages. Selective decompression and decoding will also help filter out wrong data quickly in verification steps.

HoOngEe avatar Nov 28 '19 03:11 HoOngEe