I'm puzzled. I just added a simple unstake method but I'm not able to hit it using mandos. Even more it seams that mandos for this particular method call it just succeds and intrements the nonce without actual the respective endpoint to exist in the contract.
{
"step": "scCall",
"txId": "unstake-case-1",
"tx": {
"from": "address:client1",
"to": "sc:xlauncher-staking",
"function": "unstakeMethoDoesNotExists",
"value": "0",
"arguments": [
"1",
"1,000,000,000,000,000,000,000"
],
"gasLimit": "100,000,000",
"gasPrice": "0"
}
},
Any idea why this tx does not fail with endpoint does not exists ?
You don't seem to have the part where you check for the return code, message, etc?