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
In evm_host::create(), the evmc::result return object must have the
create_address member set to the new contract address (the VM does
not set it)
If left as 0x0, deployment of contracts by another contract (i.e. at
depth>0) is likely to fail such as in UniswapV3Factory.createPool()
Signed-off-by: Alexander Jung <[email protected]>
0 commit comments