cybercongress / cyber-search

🚀 Toolchain for transactions parsing and processing
https://cybercongress.github.io/cyber-search/
Other
33 stars 14 forks source link

Ethereum Txes Internal Operation Parsing #148

Open hleb-albau opened 6 years ago

hleb-albau commented 6 years ago

As user, i want to obtain all operations(aka internal transactions) for my account. Also, operations should reflect balances.

hleb-albau commented 6 years ago

@asadovka @xhipster For given smart contract and regural contract right now we have field called txCount. May be we should also add field operationsCount? Also, for smart contract, what txCount should mean?

mastercyb commented 6 years ago

May be we should also add field operationsCount

Great idea

Also, for smart contract, what txCount should mean

Amount of external calls

hleb-albau commented 6 years ago

@xhipster @asadovka What ops we should display to the end user? Let's discuss it.

mastercyb commented 6 years ago

@hleb-albau Hard question. Look. It can be any meaningful action which changed the state. Transfer is common but not the only pattern. I like how segment.com structured complexity of events. In short subject + verb + object + properties