At ERC725-alliance talk in Berlin, @ali2251 mentioned we're using call in our contracts, which is not reccomended:
I think this is the only case here:
|
success = executions[_id].to.call(executions[_id].data, 0); |
@nick , I recall you explaining once why we had to do that. Does that still hold, or have improvements to solidity fixed it?
At ERC725-alliance talk in Berlin, @ali2251 mentioned we're using
callin our contracts, which is not reccomended:I think this is the only case here:
origin-playground/contracts/KeyHolder.sol
Line 86 in 0c9ba5c
@nick , I recall you explaining once why we had to do that. Does that still hold, or have improvements to solidity fixed it?