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