Hi ,
As of Solidity 0.4.22, we can have string reasons as part of require or revert functions. But this seems to be not supported in Geth. Here is the reference.
So is it true the Geth doesn't support it yet? I have been using Geth 1.8.16 Linux. Have checked the latest change log for 1.8.20. Couldn't find anything on that.
Is Geth going to provide this soon if not already? If providing already, may I know which version I can use?
Is there any work around I can come up with?
Here is my etherum stack exchange question.
Hi ,
As of Solidity 0.4.22, we can have string reasons as part of
requireorrevertfunctions. But this seems to be not supported in Geth. Here is the reference.So is it true the Geth doesn't support it yet? I have been using Geth 1.8.16 Linux. Have checked the latest change log for 1.8.20. Couldn't find anything on that.
Is Geth going to provide this soon if not already? If providing already, may I know which version I can use?
Is there any work around I can come up with?
Here is my etherum stack exchange question.