Merge remote-tracking branch 'origin/develop' into breaking

This commit is contained in:
chriseth
2020-11-26 11:48:53 +01:00
81 changed files with 278 additions and 108 deletions
@@ -59,7 +59,11 @@ object "D_15" {
let _3 := add(128, _2)
if or(gt(_3, 0xffffffffffffffff), lt(_3, 128)) { panic_error_0x41() }
datacopy(128, dataoffset("C_2"), _2)
pop(create(_1, 128, _2))
if iszero(create(_1, 128, _2))
{
returndatacopy(_1, _1, returndatasize())
revert(_1, returndatasize())
}
return(allocateMemory(_1), _1)
}
}