ChainSecurity / deployment_validation

Deployment Validation Files aim to simplify Deployment Validation of Smart Contracts
GNU Affero General Public License v3.0
21 stars 1 forks source link

Disable memory in snapshot_from_tx_ids() traces #20

Open stiefn opened 3 weeks ago

stiefn commented 3 weeks ago

snapshot_from_tx_ids() currently calls get_eth_debug_trace() with enabled memory which is (probably) not required in this case.