post_block_transition

Function post_block_transition 

Source
pub fn post_block_transition<'a, DB: Database + 'a, EVM: SystemCallCommitEvm<Error: Debug> + EvmTr<Context: ContextTr<Db = &'a mut State<DB>>>>(
    evm: &mut EVM,
    block: impl Block,
    withdrawals: &[Withdrawal],
    spec: SpecId,
)
Expand description

Post block transition that includes:

  • Block and uncle rewards before the Merge/Paris hardfork.
  • system calls

ยงNote

Uncle rewards are not implemented yet.