hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 50 forks source link

Raw bytecode analyser improvement proposals #829

Open arianejasuwienas opened 6 days ago

arianejasuwienas commented 6 days ago

Problem

The current bytecode analysing script requires manual editing. Users must manually calculate and input function selector hashes. The script can only process one address at a time.

Solution

Current proposals of improving the bytecode analysing script are as follows:

Alternatives

No response