-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30d67fd
commit 4ebd87b
Showing
4 changed files
with
475 additions
and
0 deletions.
There are no files selected for viewing
122 changes: 122 additions & 0 deletions
122
test/crowdfunding-esdt/scenarios/_generated_fund.scen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
{ | ||
"steps": [ | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925": { | ||
"balance": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x2b32db6c2c0a6235fb1397e8225ea85e0f0e6e8c7b126d0016ccbde0e667151e": { | ||
"balance": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x12771355e46cd47c71ed1721fd5319b383cca3a1f9fce3aa1c8cd3bd37af20d7": { | ||
"balance": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb": { | ||
"balance": "0", | ||
"code": "file:../output/crowdfunding-esdt.wasm", | ||
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x2b32db6c2c0a6235fb1397e8225ea85e0f0e6e8c7b126d0016ccbde0e667151e": { | ||
"nonce": "0", | ||
"balance": "0", | ||
"esdt": { | ||
"str:CROWD-123456": { | ||
"instances": [ | ||
{ | ||
"nonce": "0", | ||
"balance": "1000", | ||
"royalties": "0", | ||
"attributes": "0x" | ||
} | ||
] | ||
} | ||
}, | ||
"developerRewards": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x12771355e46cd47c71ed1721fd5319b383cca3a1f9fce3aa1c8cd3bd37af20d7": { | ||
"nonce": "0", | ||
"balance": "0", | ||
"esdt": { | ||
"str:CROWD-123456": { | ||
"instances": [ | ||
{ | ||
"nonce": "0", | ||
"balance": "1000", | ||
"royalties": "0", | ||
"attributes": "0x" | ||
} | ||
] | ||
} | ||
}, | ||
"developerRewards": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb": { | ||
"nonce": "0", | ||
"balance": "0", | ||
"storage": { | ||
"str:deadline": "0x093a80", | ||
"str:target": "0x07d0", | ||
"str:tokenIdentifier": "0x43524f57442d313233343536" | ||
}, | ||
"code": "file:../output/crowdfunding-esdt.wasm", | ||
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925", | ||
"developerRewards": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "scCall", | ||
"id": "0", | ||
"tx": { | ||
"from": "0x2b32db6c2c0a6235fb1397e8225ea85e0f0e6e8c7b126d0016ccbde0e667151e", | ||
"to": "0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb", | ||
"esdtValue": [ | ||
{ | ||
"tokenIdentifier": "str:CROWD-123456", | ||
"value": "1000" | ||
} | ||
], | ||
"function": "fund", | ||
"arguments": [], | ||
"gasLimit": "10,000,000", | ||
"gasPrice": "0" | ||
}, | ||
"expect": { | ||
"out": [], | ||
"status": "0", | ||
"message": "str:" | ||
} | ||
} | ||
] | ||
} |
99 changes: 99 additions & 0 deletions
99
test/crowdfunding-esdt/scenarios/_generated_init.scen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
{ | ||
"steps": [ | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925": { | ||
"balance": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x2b32db6c2c0a6235fb1397e8225ea85e0f0e6e8c7b126d0016ccbde0e667151e": { | ||
"balance": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x12771355e46cd47c71ed1721fd5319b383cca3a1f9fce3aa1c8cd3bd37af20d7": { | ||
"balance": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb": { | ||
"balance": "0", | ||
"code": "file:../output/crowdfunding-esdt.wasm", | ||
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x2b32db6c2c0a6235fb1397e8225ea85e0f0e6e8c7b126d0016ccbde0e667151e": { | ||
"nonce": "0", | ||
"balance": "0", | ||
"esdt": { | ||
"str:CROWD-123456": { | ||
"instances": [ | ||
{ | ||
"nonce": "0", | ||
"balance": "1000", | ||
"royalties": "0", | ||
"attributes": "0x" | ||
} | ||
] | ||
} | ||
}, | ||
"developerRewards": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x12771355e46cd47c71ed1721fd5319b383cca3a1f9fce3aa1c8cd3bd37af20d7": { | ||
"nonce": "0", | ||
"balance": "0", | ||
"esdt": { | ||
"str:CROWD-123456": { | ||
"instances": [ | ||
{ | ||
"nonce": "0", | ||
"balance": "1000", | ||
"royalties": "0", | ||
"attributes": "0x" | ||
} | ||
] | ||
} | ||
}, | ||
"developerRewards": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb": { | ||
"nonce": "0", | ||
"balance": "0", | ||
"storage": { | ||
"str:deadline": "0x093a80", | ||
"str:target": "0x07d0", | ||
"str:tokenIdentifier": "0x43524f57442d313233343536" | ||
}, | ||
"code": "file:../output/crowdfunding-esdt.wasm", | ||
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925", | ||
"developerRewards": "0" | ||
} | ||
} | ||
} | ||
] | ||
} |
115 changes: 115 additions & 0 deletions
115
test/crowdfunding-esdt/scenarios/_generated_query_status.scen.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
{ | ||
"steps": [ | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925": { | ||
"balance": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x2b32db6c2c0a6235fb1397e8225ea85e0f0e6e8c7b126d0016ccbde0e667151e": { | ||
"balance": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x12771355e46cd47c71ed1721fd5319b383cca3a1f9fce3aa1c8cd3bd37af20d7": { | ||
"balance": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb": { | ||
"balance": "0", | ||
"code": "file:../output/crowdfunding-esdt.wasm", | ||
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x2b32db6c2c0a6235fb1397e8225ea85e0f0e6e8c7b126d0016ccbde0e667151e": { | ||
"nonce": "0", | ||
"balance": "0", | ||
"esdt": { | ||
"str:CROWD-123456": { | ||
"instances": [ | ||
{ | ||
"nonce": "0", | ||
"balance": "1000", | ||
"royalties": "0", | ||
"attributes": "0x" | ||
} | ||
] | ||
} | ||
}, | ||
"developerRewards": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x12771355e46cd47c71ed1721fd5319b383cca3a1f9fce3aa1c8cd3bd37af20d7": { | ||
"nonce": "0", | ||
"balance": "0", | ||
"esdt": { | ||
"str:CROWD-123456": { | ||
"instances": [ | ||
{ | ||
"nonce": "0", | ||
"balance": "1000", | ||
"royalties": "0", | ||
"attributes": "0x" | ||
} | ||
] | ||
} | ||
}, | ||
"developerRewards": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "setState", | ||
"accounts": { | ||
"0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb": { | ||
"nonce": "0", | ||
"balance": "0", | ||
"storage": { | ||
"str:deadline": "0x093a80", | ||
"str:target": "0x07d0", | ||
"str:tokenIdentifier": "0x43524f57442d313233343536" | ||
}, | ||
"code": "file:../output/crowdfunding-esdt.wasm", | ||
"owner": "0x66687aadf862bd776c8fc18b8e9f8e20089714856ee233b3902a591d0d5f2925", | ||
"developerRewards": "0" | ||
} | ||
} | ||
}, | ||
{ | ||
"step": "scQuery", | ||
"id": "0", | ||
"tx": { | ||
"to": "0x0000000000000000d720a08b839a004c2e6386f5aecc19ec74807d1920cb6aeb", | ||
"function": "status", | ||
"arguments": [] | ||
}, | ||
"expect": { | ||
"out": [ | ||
"0x" | ||
], | ||
"status": "0", | ||
"message": "str:" | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.