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
The block's beneficiary account makes all transactions interdependent when paying gas. We should distinguish beneficiary reads from execution reads (like address and balance opcodes) so we can defer or atomically update the beneficiary balance. We may pass in a custom PostExecutionHandler::reward_beneficiary to solve this.
The text was updated successfully, but these errors were encountered:
The block's beneficiary account makes all transactions interdependent when paying gas. We should distinguish beneficiary reads from execution reads (like
address
andbalance
opcodes) so we can defer or atomically update the beneficiary balance. We may pass in a customPostExecutionHandler::reward_beneficiary
to solve this.The text was updated successfully, but these errors were encountered: