cool-mestorf

Results 7 comments of cool-mestorf

Hi. If you don't mind can I take this task?

I struggled a while to take `from_address` arg into new `Dim`... but found it quite tricky. I will try to stick on implementing easier filters first, `to_address` and maybe erc...

Even I define dim and optional args for `from_address` the supplied argument does not seem to be passed to query. If debugging takes too long I will try to open...

Maybe this issue can be closed now?

Thanks for the comments. I generally agree to your comments and I will bring some example commands and its outputs soon. Proposal 1 and 3 looks very reasonable, I will...

example commands filtering & parsing ERC20 transfers - used arbitrum blocks because ethereum has too many transfers in single block 1. without `--function-signature` flag (no filters with function signature applied)...

I've fixed some code to handle function signatures with anonymous argument name. Also, considerations for future expansion of this feature - I think current structure keeps separation of filtering ([code](https://github.com/paradigmxyz/cryo/pull/145/files#diff-c53aa6bca58abe5f2c4b8b03c9a327a82af98518c0ed91883501109ca6a1066bR93-R98))...