Closed rianhughes closed 2 weeks ago
Likely culprit:
vs
Transaction 0x4da177346e3714431c4f44589aa86529675cddf6c5c684121ed31581ff1874b
was in a 0.13.2
block, but seems to be executed with blockifier-rc2.
Closed. This issue is fixed in the shadow sequencer stream of work
The revert reason that traces return can be different than those present in the receipt (although quite similar).
The revert reason contains (see the
\n\n2: Error in a library call (contract address: 0x02ee099d4e8f46d556f7e355145e5041951c4487df5ba2e796dd3899256e0835,
part of the message):\nError message: Invalid chain id
Which isn't present in the receipt
This breaks re-execution (since the revert reason is needed compute the receipt commitment). It also doesn't seem to be present in Pathfinders response (although I may be running pathfinder with blockifier-rc2)