Compress priority messages
HoOngEe opened this issue · 0 comments
HoOngEe commented
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.