was about to update https://github.com/tintinweb/solidity-workspace/ to v0.18.0 and one of my test-cases fired with an unhandled exception. Afaik the statement causing this is a - now - obsolete form of an eth value transfer. This used to throw a more meaningful error in the previous version. Please kindly let me know if this is expected behavior or if this should throw something more meaningful (expected).
Hey 👋,
was about to update https://github.com/tintinweb/solidity-workspace/ to
v0.18.0
and one of my test-cases fired with an unhandled exception. Afaik the statement causing this is a - now - obsolete form of an eth value transfer. This used to throw a more meaningful error in the previous version. Please kindly let me know if this is expected behavior or if this should throw something more meaningful (expected).Thanks!
Testcase: https://github.com/tintinweb/solidity-workspace/blob/master/examples/learnSolidity.sol#L61-L62
Leads to unhandled exception:
refs: https://github.com/tintinweb/solidity-workspace/pull/4