After updating to wasm 0.31 dependencies all my deploy tests are now failing.
This used to work
{
"step": "scDeploy",
"txId": "deploy",
"tx": {
"from": "address:owner",
"contractCode": "file:../output/xlauncher-staking.wasm",
"arguments": [
"str:BCOIN-good00",
"250,000,000,000,000,000",
"0",
"1"
],
"gasLimit": "10,000,000",
"gasPrice": "0"
},
"expect": {
"out": [],
"status": "0",
"logs": [],
"gas": "*",
"refund": "*"
}
},
But now I get this error
Output: Scenario: 01-deploy.scen.json ... FAIL: result code mismatch. Tx deploy. Want: 0. Have: 4 (user error). Message: invalid token_id
What is wrong with str:BCOIN-good00 as token id?
^