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

Support transformation from Transactions to all Broadcasted Transactions #59

Closed rodrigo-pino closed 1 month ago

rodrigo-pino commented 1 month ago

Currently, we only support Invoke simulate transactions, we would like to support all of them (Declare, Deploy, L1Handler).

First, make sure block_transaction_to_broadcasted_transaction supports all transaction types. Secondly, make sure to update the rest of the module. For example, Display for transaction results doesn't show helpful information for all the types.

rodrigo-pino commented 1 month ago

For example, block 642265 fails with the L1Handler not being supported.