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
Presently, da_gas_used is plumbed through the public kernel circuit, but is unchanged throughout its flow, and we stub the correct final result when we recombine in typescript (see CombinedAccumulatedData::recombine).
We need to update da_gas_used throughout the execution of the public kernel circuit.
This needs to be done by assigning DA gas per opcode in the AVM, which will be defined in #6230
The text was updated successfully, but these errors were encountered:
Presently,
da_gas_used
is plumbed through the public kernel circuit, but is unchanged throughout its flow, and we stub the correct final result when we recombine in typescript (see CombinedAccumulatedData::recombine).We need to update
da_gas_used
throughout the execution of the public kernel circuit.This needs to be done by assigning DA gas per opcode in the AVM, which will be defined in #6230
The text was updated successfully, but these errors were encountered: