Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Jan 19, 2024
1 parent 40dc6ea commit 12ea6db
Showing 1 changed file with 9 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
"refund": "*"
}
},
{
"step": "dumpState",
"comment": "all accounts beginning"
},
{
"step": "scCall",
"txId": "transfer-ok",
Expand All @@ -54,69 +50,15 @@
}
},
{
"step": "checkState",
"accounts": {
"address:owner": {
"nonce": "11",
"balance": "0",
"storage": {}
},
"address:user1": {
"nonce": "0",
"balance": "0",
"esdt": {
"str:BRIDGE-123456": {
"balance": "100,200"
}
},
"storage": {}
},
"address:user2": {
"nonce": "0",
"balance": "0",
"storage": {}
},
"sc:multi_transfer_esdt": {
"code": "file:../output/multi-transfer-esdt.wasm",
"nonce": "0",
"balance": "0",
"storage": {
"str:firstBatchId": "1",
"str:lastBatchId": "1",
"str:bridgeProxyContractAddress": "sc:bridge-proxy",
"str:maxTxBatchSize": "10",
"str:maxTxBatchBlockDuration": "3600",
"str:esdtSafeContractAddress": "sc:esdt-safe"
}
},
"sc:bridge-proxy": {
"code": "file:../../bridge-proxy/output/bridge-proxy.wasm",
"nonce": "0",
"balance": "0",
"storage": "*"
},
"sc:esdt-safe": {
"code": "file:../../esdt-safe/output/esdt-safe.wasm",
"nonce": "0",
"balance": "0",
"esdt": {
"str:BRIDGE-123456": {
"balance": "899,800",
"roles": [
"ESDTRoleLocalMint",
"ESDTRoleLocalBurn"
]
},
"str:WRAPPED-123456": {
"balance": "1,000,000",
"roles": [
"ESDTRoleLocalMint",
"ESDTRoleLocalBurn"
]
}
},
"storage": "*"
}
"step": "scQuery",
"txId": "get-current-refund-tx-batch",
"tx": {
"to": "sc:multi_transfer_esdt",
"function": "getFirstBatchAnyStatus",
"arguments": []
},
"expect": {
"out": "*"
}
}
]
Expand Down

0 comments on commit 12ea6db

Please sign in to comment.