lights li
lights li
i create a prototype project for parallel contract execution https://github.com/lightszero/Parallel_Contract_Prototype with my design, tx with same contract can be parallel too, like a nep5 transfer. alice ->bob1,alice->bob2,can be parallel execution.
A -> B 80 and A->C 70, in this case, this 2 transaction need to be sort and not parallel execution. but B->A 80 and C->A 70,can be parallel. when...
this is about how to modify a value in storage,not for transfer only. check abi chain is about contract,same contract can not be parallel execute. but if we check what...