NethermindEth / blockifier-tester

A testing utility to run juno with our version of the blockifier that uses cairo native, and compare it to results from mainnet or from juno using the unmodified blockifier
1 stars 1 forks source link

Potential Improvements for `gather-class-hashes` #72

Open PearsonWhite opened 3 weeks ago

PearsonWhite commented 3 weeks ago

Possible improvements to data extraction from class hash

Related issue: #68

rodrigo-pino commented 3 weeks ago

Each one of the issues listed can be a single PR

marcuspang commented 2 weeks ago

Should network be passed to gather_classes::gather_class_hashes()? I had to put my comparison file output to ./results from ./results-<network>

EDIT: created a PR to resolve this https://github.com/NethermindEth/blockifier-tester/pull/83