starcoin icon indicating copy to clipboard operation
starcoin copied to clipboard

[Dev] improve do_execute_block_transactions

Open nkysg opened this issue 2 years ago • 0 comments

do_execute_block_transactions chain_state + BTreeMap -> Construct StateViewCache1 execute_user_transaction call execute_package StateViewCache1 + BTreeMap -> StateViewCache2

It meas that execute_package StateViewCache is chain_state + BTreeMap1 + BTreeMap2

nkysg avatar Aug 19 '23 12:08 nkysg