ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
255 stars 653 forks source link

feat: add new failed deposit trace call frame #265

Closed smartcontracts closed 3 months ago

smartcontracts commented 3 months ago

Description Natively supports the trace call where a deposit fails. Frame will appear empty with a "stop" type and the proper amount of gas used. We will need to document this to make it clear what's going on.

Tests Added test cases.