hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
310 stars 135 forks source link

Integrate the State Validation Tool into PCLI #5982

Open poulok opened 1 year ago

poulok commented 1 year ago

Integrate the State Validation Tool into PCLI so that a local state can be validated with the tool. The output should be a JSON and HTML report of the results.

david-bakin-sl commented 1 year ago

Suggestion: Leveragepclis "plugin" capability to have plugins that enhance the state validation subcommand - services could provide one that validated Hedera-specific state and smart contracts could supply one that validated contract state, in the same way, and contribute to the same generated report.