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
{{ message }}
This repository was archived by the owner on Nov 6, 2020. It is now read-only.
* Comply EIP-86 with the new CREATE2 opcode
* Fix rpc compile
* Fix interpreter CREATE/CREATE2 stack pop difference
* Add unreachable! to fix compile
* Fix instruction_info
* Fix gas check due to new stack item
* Add new tests in executive
* Fix have_create2 comment
* Remove all unused references of eip86_transition and block_number
let contract_code = self.mem.read_slice(init_off, init_size);
339
-
let address_scheme = if instruction == instructions::CREATE{CreateContractAddress::FromSenderAndNonce}else{CreateContractAddress::FromSenderAndCodeHash};
340
344
341
345
let create_result = ext.create(&create_gas.as_u256(),&endowment, contract_code, address_scheme);
0 commit comments