You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.