Consensys/corset

Loading filters into corset inspect

Opened this issue · 0 comments

Currently we find ourselves filtering columns a lot in the HUB as there are quite literally hundreds of columns on display in corset insept -T path/to/trace.lt zkevm.bin. As such one often has to write e.g.

_AT_STO _AT_ACC TX_W TX_I TX_E VALUE_ORIG VALUE_CURR VALUE_NEXT

into the filter field. It would be very nice to have the possibility for corset inspect to read a "predefined filters" file which users write themselves where one could specify, for various modules, such filter strings and give them a name e.g. "storage debugging" or so.