zksync-era
zksync-era copied to clipboard
feat: Added bootloader to CallTracer
What ❔
- Call tracer is responsible for tracing all the 'calls' happening during transaction execution
Why ❔
- Currently it had a bug, where it was missing the 'root' element - which caused the system to assume that the first Far call that happened (often AccountCodeStorage), was treated as 'root one'.
- This resulted in bootloader errors to be 'attached' to this call instead.