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

Improve comparison output log #55

Closed rodrigo-pino closed 3 months ago

rodrigo-pino commented 3 months ago

Change "Different" comparison objects from:

{
   "comparison": "Different",
   "base": "a",
   "native": "b",
}

to

{
   "Different": {
      "base": "a",
      "native": "b",
   }
}