it might be a nice affordance to put the compress function in a solidity view function
- as a bundler you can then simulate the corresponding compress function yourself for a userop without any custom code from developer
- can add bundle compression without any developer involvement
- can unit/fuzz test
compress and inflate against each other in solidity
it might be a nice affordance to put the
compressfunction in a solidity view functioncompressandinflateagainst each other in solidity