Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide "bulk operation" wrappers for the raw bytecode analyzer and slither tools #813

Open
david-bakin-sl opened this issue Jun 20, 2024 · 0 comments

Comments

@david-bakin-sl
Copy link
Member

david-bakin-sl commented Jun 20, 2024

Given the (new) raw bytecode analyzer script and slither tools, provide small wrappers to do operations on multiple contracts at a time. Input would be a file containing a list of contract accounts, output would be either a single file containing all of the analyzed contracts (with separate lines indicating the contract account for each analysis) or a directory with one-file-per-analyzed contract, each with the contract account as its name. Then the set of results could be looked at for totals, trends, whatever.

Though these scripts are probably pretty easy it is worth doing once only since we'll surely use them multiple times.

(See related issue hashgraph/hedera-services#13955 where it is proposed we have a way to get a list of all mainnet/testnet/previewnet contracts, which could be used to feed the script proposed here.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant