Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Re-introduce Compute Costs (#8915)
This PR re-introduces changes from #8805 together with #8892 after fixing #8908: The PR addresses #8265 by introducing aggregation of compute usage across all operations performed during chunk application and limiting this compute usage to 1s. This should not change the behavior of nodes in the short run because compute costs match gas costs which is validated by the assert, so any discrepancy should be caught on canary nodes.
- Loading branch information