machete-michael

Results 8 comments of machete-michael

Hi @fmassot, Thank you for looking into this issue. UUID friendly tokenizer may just solve the issue with values with dashes and not the issues with the other delimiters. In...

I ran without the -C option:./gigahorse.py Looked at the file EventSignatureInContract.csv and only saw a single event.I reran it using your example and it was the same as before with...

I'm using ubuntu 22.4 and souffle 2.3. You are right. The problem is with the bytecode. Gigahorse is working as expected when I used the bytecode from contract-library. I wonder...

How does the decompiler generate EventSignatureInContract.csv? I ran into an issue with another contract where there are more entries in Analytics_EventSignature.csv than EventSignatureInContract.csv? Are there any documentations on how to...

Awesome! Thank you very much for putting this in. Any pointers on how to map parameter types to event hashes for events that are not in EventSignature.facts?

Learning Soufflé to figure out how to add .ouput.

@sifislag Any pointers on where to add .output and if there’s a way to get the parameter types for signatures not in the facts files? Thank you.

I did try adding .output to that file but I didn’t notice any changes to the analytics output. I’ll try again and keep you posted. Thank you!