Home > Blockchain >  Ethernet's visit to the smart Error: Failed to execute the transaction:
Ethernet's visit to the smart Error: Failed to execute the transaction:

Time:09-24

Error: Failed to execute the transaction, the transaction processing for endorser [localhost: 7051] : Chaincode status Code: (500) UNKNOWN. Description: Failed to execute contract: call the Error: REVERT the not yet fully implemented

Call the etheric visit when intelligent contract report this error, which a great god help have a look, thanks, contract method, for the first time the call is successful, the second call the same method will report the error,

CodePudding user response:

Through the error message "REVERT the not yet fully implemented" analysis, should be intelligent contract compiler does not support REVERT command, etheric lane after the Byzantine version support REVERT command,
If you are a smart contracts run through the etheric fang node, then you try to upgrade the node to the latest version of the etheric fang,
If you are through Remix IDE executive, you can choose the high version of the compiler,
  • Related