-
Notifications
You must be signed in to change notification settings - Fork 5
Data (traffic generation) container
neodix42 edited this page Mar 26, 2025
·
1 revision
Following traffic generation scenarios are executed every 5 minutes (by default).
REST point http://127.0.0.1:99/ reserved for future administrative tasks. Currently, it shows network TPS only.
| Scenario name | Description |
|---|---|
| Scenario 1 | Top up V1R1 wallet, upload state-init, transfer back to faucet |
| Scenario 2 | Top up V1R2 wallet, upload state-init, transfer back to faucet |
| Scenario 3 | Top up V1R3 wallet, upload state-init, transfer back to faucet |
| Scenario 4 | Top up V2R1 wallet, upload state-init, send back to faucet and random address. |
| Scenario 5 | Top up V2R2 wallet, upload state-init, send back to faucet and random address. |
| Scenario 6 | Top up V3R1 wallet, upload state-init with random wallet-id, send back to faucet. |
| Scenario 7 | Top up V3R2 wallet, upload state-init with random wallet-id, send back to faucet. |
| Scenario 8 | Top up V4R2 wallet, upload state-init with random wallet-id, send back to faucet. |
| Scenario 9 | Creates beneficiary wallet used in the plugin, tops up V4R2 wallet, upload state-init with random wallet-id, installs plugin, collects fee, pauses and collects fee again, uninstalls plugin. |
| Scenario 10 | Top up V5R1 wallet, upload state-init, send back as a single transfer to faucet. |
| Scenario 11 | Top up V5R1 wallet, upload state-init, transfer to 255 random recipients |
| Scenario 12 | Deploy V5R1 as library and do a transfer to 255 random recipients. |
| Scenario 13 | Dploy HighLoadWallet V3 and transfer to 1000 random recipients. |
| Scenario 14 | Deploy signer2 wallet, deploy MultiSig V2 with 2 out 3 consensus, deploy order from admin wallet, sign order from signer2 wallet, execute order. |
| Scenario 15 | Deploy jetton minter, mint jettons, edit minter's jetton content, change minter admin, transfer jettons, burn jettons. |
| Scenario 16 | Deploy nft collection, deploy 2 nfts on it, deploy nft marketplace, deploy nft1 sale-contract, deploy nft2 sale-contract, get nft1 static data (with response to admin wallet), transfer nft1 to nft1 sale-contract,transfer nft2 to nft2 sale-contract, cancel nft1 sale, buy nft2 at marketplace, edit nft collection content (should fail), change nft collection owner. |