|
| 1 | +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html |
| 2 | + |
| 3 | +exports[`Kusama Asset Hub Accounts > \`burn\` > burning funds from account works > events when Alice self-burns funds 1`] = ` |
| 4 | +[ |
| 5 | + { |
| 6 | + "data": { |
| 7 | + "amount": "(rounded 1700000000)", |
| 8 | + "who": "D8ew585BL5H1ALhn4kmJoxhgqcgKDZLPc6xunJNv4mmrBns", |
| 9 | + }, |
| 10 | + "method": "Burned", |
| 11 | + "section": "balances", |
| 12 | + }, |
| 13 | +] |
| 14 | +`; |
| 15 | + |
| 16 | +exports[`Kusama Asset Hub Accounts > \`force_adjust_total_issuance\` > successful adjustments increase and decrease total issuance > events for first issuance change 1`] = ` |
| 17 | +[ |
| 18 | + { |
| 19 | + "data": { |
| 20 | + "new_": "(rounded 160000000000000000)", |
| 21 | + "old": "(rounded 160000000000000000)", |
| 22 | + }, |
| 23 | + "method": "TotalIssuanceForced", |
| 24 | + "section": "balances", |
| 25 | + }, |
| 26 | +] |
| 27 | +`; |
| 28 | + |
| 29 | +exports[`Kusama Asset Hub Accounts > \`force_adjust_total_issuance\` > successful adjustments increase and decrease total issuance > events for second issuance change 1`] = ` |
| 30 | +[ |
| 31 | + { |
| 32 | + "data": { |
| 33 | + "new_": "(rounded 160000000000000000)", |
| 34 | + "old": "(rounded 160000000000000000)", |
| 35 | + }, |
| 36 | + "method": "TotalIssuanceForced", |
| 37 | + "section": "balances", |
| 38 | + }, |
| 39 | +] |
| 40 | +`; |
| 41 | + |
| 42 | +exports[`Kusama Asset Hub Accounts > \`force_transfer\` > force transferring origin below ED can kill it > events of \`force_transfer\` from Alice to Bob 1`] = ` |
| 43 | +[ |
| 44 | + { |
| 45 | + "data": { |
| 46 | + "account": "D8ew585BL5H1ALhn4kmJoxhgqcgKDZLPc6xunJNv4mmrBns", |
| 47 | + }, |
| 48 | + "method": "KilledAccount", |
| 49 | + "section": "system", |
| 50 | + }, |
| 51 | + { |
| 52 | + "data": { |
| 53 | + "account": "D8ew585BL5H1ALhn4kmJoxhgqcgKDZLPc6xunJNv4mmrBns", |
| 54 | + "amount": "(rounded 1100000)", |
| 55 | + }, |
| 56 | + "method": "DustLost", |
| 57 | + "section": "balances", |
| 58 | + }, |
| 59 | + { |
| 60 | + "data": { |
| 61 | + "account": "EvvS4HELEC1nxVHsjYUsPvypd2kXeu78AguyiSN7kV2pTnk", |
| 62 | + }, |
| 63 | + "method": "NewAccount", |
| 64 | + "section": "system", |
| 65 | + }, |
| 66 | + { |
| 67 | + "data": { |
| 68 | + "account": "EvvS4HELEC1nxVHsjYUsPvypd2kXeu78AguyiSN7kV2pTnk", |
| 69 | + "freeBalance": "(rounded 3300000)", |
| 70 | + }, |
| 71 | + "method": "Endowed", |
| 72 | + "section": "balances", |
| 73 | + }, |
| 74 | +] |
| 75 | +`; |
| 76 | + |
| 77 | +exports[`Kusama Asset Hub Accounts > \`transfer_all\` > account with reserves cannot transfer all funds > events when Alice with reserve transfers all to Bob 1`] = ` |
| 78 | +[ |
| 79 | + { |
| 80 | + "data": { |
| 81 | + "account": "EvvS4HELEC1nxVHsjYUsPvypd2kXeu78AguyiSN7kV2pTnk", |
| 82 | + }, |
| 83 | + "method": "NewAccount", |
| 84 | + "section": "system", |
| 85 | + }, |
| 86 | + { |
| 87 | + "data": { |
| 88 | + "account": "EvvS4HELEC1nxVHsjYUsPvypd2kXeu78AguyiSN7kV2pTnk", |
| 89 | + "freeBalance": "(rounded 170000000)", |
| 90 | + }, |
| 91 | + "method": "Endowed", |
| 92 | + "section": "balances", |
| 93 | + }, |
| 94 | +] |
| 95 | +`; |
| 96 | + |
| 97 | +exports[`Kusama Asset Hub Accounts > \`transfer_all\` > transfer all with keepAlive false kills sender > events when Alice transfers all to Bob with \`keepAlive = false\` 1`] = ` |
| 98 | +[ |
| 99 | + { |
| 100 | + "data": { |
| 101 | + "account": "D8ew585BL5H1ALhn4kmJoxhgqcgKDZLPc6xunJNv4mmrBns", |
| 102 | + }, |
| 103 | + "method": "KilledAccount", |
| 104 | + "section": "system", |
| 105 | + }, |
| 106 | + { |
| 107 | + "data": { |
| 108 | + "account": "EvvS4HELEC1nxVHsjYUsPvypd2kXeu78AguyiSN7kV2pTnk", |
| 109 | + }, |
| 110 | + "method": "NewAccount", |
| 111 | + "section": "system", |
| 112 | + }, |
| 113 | + { |
| 114 | + "data": { |
| 115 | + "account": "EvvS4HELEC1nxVHsjYUsPvypd2kXeu78AguyiSN7kV2pTnk", |
| 116 | + "freeBalance": "(rounded 240000000)", |
| 117 | + }, |
| 118 | + "method": "Endowed", |
| 119 | + "section": "balances", |
| 120 | + }, |
| 121 | +] |
| 122 | +`; |
| 123 | + |
| 124 | +exports[`Kusama Asset Hub Accounts > \`transfer_all\` > transfer all with keepAlive true leaves 1 ED > events when Alice transfers all to Bob with \`keepAlive = true\` 1`] = ` |
| 125 | +[ |
| 126 | + { |
| 127 | + "data": { |
| 128 | + "account": "EvvS4HELEC1nxVHsjYUsPvypd2kXeu78AguyiSN7kV2pTnk", |
| 129 | + }, |
| 130 | + "method": "NewAccount", |
| 131 | + "section": "system", |
| 132 | + }, |
| 133 | + { |
| 134 | + "data": { |
| 135 | + "account": "EvvS4HELEC1nxVHsjYUsPvypd2kXeu78AguyiSN7kV2pTnk", |
| 136 | + "freeBalance": "(rounded 230000000)", |
| 137 | + }, |
| 138 | + "method": "Endowed", |
| 139 | + "section": "balances", |
| 140 | + }, |
| 141 | +] |
| 142 | +`; |
| 143 | + |
| 144 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via manual reserve and manual lock, triggered via multisig creation > liquidity restricted action events 1`] = ` |
| 145 | +[ |
| 146 | + { |
| 147 | + "data": { |
| 148 | + "dispatchError": { |
| 149 | + "Module": { |
| 150 | + "error": "0x01000000", |
| 151 | + "index": 10, |
| 152 | + }, |
| 153 | + }, |
| 154 | + "dispatchInfo": { |
| 155 | + "class": "Normal", |
| 156 | + "paysFee": "Yes", |
| 157 | + "weight": { |
| 158 | + "proofSize": "(rounded 20000)", |
| 159 | + "refTime": "(rounded 900000000)", |
| 160 | + }, |
| 161 | + }, |
| 162 | + }, |
| 163 | + "method": "ExtrinsicFailed", |
| 164 | + "section": "system", |
| 165 | + }, |
| 166 | +] |
| 167 | +`; |
| 168 | + |
| 169 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via manual reserve and manual lock, triggered via proxy addition > liquidity restricted action events 1`] = ` |
| 170 | +[ |
| 171 | + { |
| 172 | + "data": { |
| 173 | + "dispatchError": { |
| 174 | + "Module": { |
| 175 | + "error": "0x01000000", |
| 176 | + "index": 10, |
| 177 | + }, |
| 178 | + }, |
| 179 | + "dispatchInfo": { |
| 180 | + "class": "Normal", |
| 181 | + "paysFee": "Yes", |
| 182 | + "weight": { |
| 183 | + "proofSize": "(rounded 10000)", |
| 184 | + "refTime": "(rounded 800000000)", |
| 185 | + }, |
| 186 | + }, |
| 187 | + }, |
| 188 | + "method": "ExtrinsicFailed", |
| 189 | + "section": "system", |
| 190 | + }, |
| 191 | +] |
| 192 | +`; |
| 193 | + |
| 194 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via manual reserve and manual lock, triggered via referendum submission > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: deposit=referendum submission"`; |
| 195 | + |
| 196 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via manual reserve and vested transfer, triggered via multisig creation > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: lock=vested transfer"`; |
| 197 | + |
| 198 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via manual reserve and vested transfer, triggered via proxy addition > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: lock=vested transfer"`; |
| 199 | + |
| 200 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via manual reserve and vested transfer, triggered via referendum submission > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: lock=vested transfer, deposit=referendum submission"`; |
| 201 | + |
| 202 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via nomination pool and manual lock, triggered via multisig creation > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=nomination pool"`; |
| 203 | + |
| 204 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via nomination pool and manual lock, triggered via proxy addition > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=nomination pool"`; |
| 205 | + |
| 206 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via nomination pool and manual lock, triggered via referendum submission > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=nomination pool, deposit=referendum submission"`; |
| 207 | + |
| 208 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via nomination pool and vested transfer, triggered via multisig creation > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=nomination pool, lock=vested transfer"`; |
| 209 | + |
| 210 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via nomination pool and vested transfer, triggered via proxy addition > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=nomination pool, lock=vested transfer"`; |
| 211 | + |
| 212 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via nomination pool and vested transfer, triggered via referendum submission > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=nomination pool, lock=vested transfer, deposit=referendum submission"`; |
| 213 | + |
| 214 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via staking bond and manual lock, triggered via multisig creation > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=staking bond"`; |
| 215 | + |
| 216 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via staking bond and manual lock, triggered via proxy addition > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=staking bond"`; |
| 217 | + |
| 218 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via staking bond and manual lock, triggered via referendum submission > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=staking bond, deposit=referendum submission"`; |
| 219 | + |
| 220 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via staking bond and vested transfer, triggered via multisig creation > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=staking bond, lock=vested transfer"`; |
| 221 | + |
| 222 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via staking bond and vested transfer, triggered via proxy addition > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=staking bond, lock=vested transfer"`; |
| 223 | + |
| 224 | +exports[`Kusama Asset Hub Accounts > currency tests > liquidity restriction error: funds locked via staking bond and vested transfer, triggered via referendum submission > liquidity restriction test skipped 1`] = `"Skipping test - required pallets not available: reserve=staking bond, lock=vested transfer, deposit=referendum submission"`; |
| 225 | + |
| 226 | +exports[`Kusama Asset Hub Accounts > transfer_allow_death > transfer of some funds does not kill sender account > events when Alice transfers 1 ED to Bob with sufficient balance 1`] = ` |
| 227 | +[ |
| 228 | + { |
| 229 | + "data": { |
| 230 | + "account": "EvvS4HELEC1nxVHsjYUsPvypd2kXeu78AguyiSN7kV2pTnk", |
| 231 | + }, |
| 232 | + "method": "NewAccount", |
| 233 | + "section": "system", |
| 234 | + }, |
| 235 | + { |
| 236 | + "data": { |
| 237 | + "account": "EvvS4HELEC1nxVHsjYUsPvypd2kXeu78AguyiSN7kV2pTnk", |
| 238 | + "freeBalance": "(rounded 3300000)", |
| 239 | + }, |
| 240 | + "method": "Endowed", |
| 241 | + "section": "balances", |
| 242 | + }, |
| 243 | +] |
| 244 | +`; |
0 commit comments