You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As following trace json, the balance in prestate of tx.from (0xb8ff877ed78ba520ece21b1de7843a8a57ca47cb) is different to it in executionResults from part.
As following trace json, the balance in prestate of tx.from (
0xb8ff877ed78ba520ece21b1de7843a8a57ca47cb
) is different to it in executionResults from part.https://github.com/scroll-tech/scroll-prover/blob/97942eb2f19628ee739cab6954038981eaeab81b/integration/tests/extra_traces/batch_24/chunk_115/block_2640.json
It turns out that the balance in prestate =
balance_prev - gas * gas_price - l1_fee
.However, in
eth/tracers/native/prestate.go
, it should at least add thegas * gas_price
back:go-ethereum/eth/tracers/native/prestate.go
Lines 87 to 94 in 06f4573
This issue needs more investigation.
The text was updated successfully, but these errors were encountered: