thehubbleproject / contracts

Smart contracts for OPRHub protocol ✌🏻
12 stars 10 forks source link

Tx compression for transfer #83

Closed vaibhavchellani closed 3 years ago

vaibhavchellani commented 4 years ago

We need to add some actual compression for txs that are submitted via submitBatch as calldata, currently, they are only abi encoded.

The only change we expect are in the functions compressTx, compressTxWithMessage and DecompressTx in RollupUtils

The node will automatically start sending compressed transactions once this issue is closed!

ChihChengLiang commented 3 years ago

done