warp icon indicating copy to clipboard operation
warp copied to clipboard

Improvements to contract factory

Open rodrigo-pino opened this issue 3 years ago • 2 comments

  • The implicit conversion pass is no longer a requirement
  • Salt (bytes32) is now converted to a bytes30, now it no longer errors for values bigger than a felt
  • calldata expected location is set only for reference types

rodrigo-pino avatar Aug 10 '22 14:08 rodrigo-pino

Running Semantic Tests

GuyMcComb avatar Aug 11 '22 08:08 GuyMcComb

Sem Tests pass

GuyMcComb avatar Aug 11 '22 12:08 GuyMcComb