Do not warn about enabled ABIEncoderV2 anymore.

This commit is contained in:
chriseth
2019-11-26 15:49:42 +01:00
parent a45eed6dbf
commit 0973ae751a
62 changed files with 31 additions and 67 deletions
@@ -11,6 +11,5 @@ contract C {
}
}
// ----
// Warning: (0-33): Experimental features are turned on. Do not use experimental features on live deployments.
// TypeError: (191-192): Type not supported in packed mode.
// TypeError: (194-195): Type not supported in packed mode.
@@ -17,7 +17,6 @@ contract C {
}
}
// ----
// Warning: (0-33): Experimental features are turned on. Do not use experimental features on live deployments.
// TypeError: (193-195): Type not supported in packed mode.
// TypeError: (323-324): Type not supported in packed mode.
// TypeError: (326-327): Type not supported in packed mode.
@@ -7,4 +7,3 @@ contract C {
}
}
// ----
// Warning: (0-35): Experimental features are turned on. Do not use experimental features on live deployments.
@@ -7,4 +7,3 @@ contract C {
}
}
// ----
// Warning: (0-33): Experimental features are turned on. Do not use experimental features on live deployments.