bcnmy / userop-compression-l2

Contracts for Compressing and Decompressing User Operations on L2s
0 stars 0 forks source link

Experiment with LZ77 based generic compression #7

Open ankurdubey521 opened 10 months ago

ankurdubey521 commented 10 months ago

Implement a PoC to see if solday's generic LZ77 stacks well with the generic compression done by rollups themselves. https://github.com/Vectorized/solady/blob/main/src/utils/LibZip.sol

ankurdubey521 commented 10 months ago

Inspired by the simple inflator mentioned here: https://docs.pimlico.io/bundler/how-to/compress-user-operations