chore(deps): weekly cargo update (#4627)

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
github-actions[bot]
2023-09-17 18:52:59 +02:00
committed by GitHub
parent f7b28e5925
commit a55f48cf28
4 changed files with 186 additions and 135 deletions

View File

@ -175,6 +175,8 @@ impl PayloadBuilderAttributes {
basefee: U256::from(
parent.next_block_base_fee(chain_spec.base_fee_params).unwrap_or_default(),
),
// calculate excess gas based on parent block's blob gas usage
excess_blob_gas: parent.next_block_blob_fee().map(|fee| fee.saturating_to()),
};
(cfg, block_env)