Skip to content

Commit 70445f8

Browse files
update snapshots (#300)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e763190 commit 70445f8

File tree

4 files changed

+126
-21
lines changed

4 files changed

+126
-21
lines changed

KNOWN_GOOD_BLOCK_NUMBERS.env

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
ACALA_BLOCK_NUMBER=8866179
2-
ASSETHUBKUSAMA_BLOCK_NUMBER=9785952
3-
ASSETHUBPOLKADOT_BLOCK_NUMBER=9120426
4-
ASTAR_BLOCK_NUMBER=9044196
5-
BASILISK_BLOCK_NUMBER=9986870
6-
BRIDGEHUBKUSAMA_BLOCK_NUMBER=5979640
7-
BRIDGEHUBPOLKADOT_BLOCK_NUMBER=5435778
8-
COLLECTIVESPOLKADOT_BLOCK_NUMBER=6623688
9-
CORETIMEKUSAMA_BLOCK_NUMBER=2968512
10-
CORETIMEPOLKADOT_BLOCK_NUMBER=2053714
11-
HYDRATION_BLOCK_NUMBER=8028534
12-
KARURA_BLOCK_NUMBER=9413798
13-
KUSAMA_BLOCK_NUMBER=28907230
14-
MOONBEAM_BLOCK_NUMBER=11415642
15-
MOONRIVER_BLOCK_NUMBER=12082853
16-
PEOPLEKUSAMA_BLOCK_NUMBER=4636383
17-
PEOPLEPOLKADOT_BLOCK_NUMBER=2382155
18-
POLKADOT_BLOCK_NUMBER=26563759
19-
SHIDEN_BLOCK_NUMBER=10759563
1+
ACALA_BLOCK_NUMBER=8869366
2+
ASSETHUBKUSAMA_BLOCK_NUMBER=9791825
3+
ASSETHUBPOLKADOT_BLOCK_NUMBER=9123694
4+
ASTAR_BLOCK_NUMBER=9050422
5+
BASILISK_BLOCK_NUMBER=9993287
6+
BRIDGEHUBKUSAMA_BLOCK_NUMBER=5982810
7+
BRIDGEHUBPOLKADOT_BLOCK_NUMBER=5439047
8+
COLLECTIVESPOLKADOT_BLOCK_NUMBER=6626952
9+
CORETIMEKUSAMA_BLOCK_NUMBER=2971421
10+
CORETIMEPOLKADOT_BLOCK_NUMBER=2056901
11+
HYDRATION_BLOCK_NUMBER=8035025
12+
KARURA_BLOCK_NUMBER=9416880
13+
KUSAMA_BLOCK_NUMBER=28913785
14+
MOONBEAM_BLOCK_NUMBER=11422119
15+
MOONRIVER_BLOCK_NUMBER=12088710
16+
PEOPLEKUSAMA_BLOCK_NUMBER=4642474
17+
PEOPLEPOLKADOT_BLOCK_NUMBER=2385419
18+
POLKADOT_BLOCK_NUMBER=26570320
19+
SHIDEN_BLOCK_NUMBER=10765641

packages/kusama/src/__snapshots__/coretimeKusama.proxy.e2e.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ exports[`Kusama Coretime Proxy > filtering tests for permitted proxy calls > all
12561256
"result": {
12571257
"Err": {
12581258
"Module": {
1259-
"error": "0x0b000000",
1259+
"error": "0x0f000000",
12601260
"index": 50,
12611261
},
12621262
},

packages/polkadot/src/__snapshots__/assetHubPolkadot.coretimePolkadot.test.ts.snap

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ exports[`assetHubPolkadot & coretimePolkadot > assetHubPolkadot transfer DOT to
3232

3333
exports[`assetHubPolkadot & coretimePolkadot > assetHubPolkadot transfer DOT to coretimePolkadot > to chain dmp events 1`] = `
3434
[
35+
{
36+
"data": {
37+
"messageHash": "(hash)",
38+
},
39+
"method": "UpwardMessageSent",
40+
"section": "parachainSystem",
41+
},
3542
{
3643
"data": {
3744
"id": "(hash)",
@@ -211,7 +218,37 @@ exports[`assetHubPolkadot & coretimePolkadot > coretimePolkadot transfer DOT to
211218
}
212219
`;
213220

214-
exports[`assetHubPolkadot & coretimePolkadot > coretimePolkadot transfer DOT to assetHubPolkadot > from chain ump messages 1`] = `[]`;
221+
exports[`assetHubPolkadot & coretimePolkadot > coretimePolkadot transfer DOT to assetHubPolkadot > from chain ump messages 1`] = `
222+
[
223+
{
224+
"v5": [
225+
{
226+
"unpaidExecution": {
227+
"checkOrigin": null,
228+
"weightLimit": {
229+
"unlimited": null,
230+
},
231+
},
232+
},
233+
{
234+
"transact": {
235+
"call": {
236+
"encoded": "0x4a02506e9501",
237+
},
238+
"fallbackMaxWeight": {
239+
"proofSize": 9216,
240+
"refTime": 1000000000,
241+
},
242+
"originKind": "Native",
243+
},
244+
},
245+
{
246+
"setTopic": "(redacted)",
247+
},
248+
],
249+
},
250+
]
251+
`;
215252

216253
exports[`assetHubPolkadot & coretimePolkadot > coretimePolkadot transfer DOT to assetHubPolkadot > to chain ump events 1`] = `
217254
[

packages/polkadot/src/__snapshots__/coretimePolkadot.polkadot.test.ts.snap

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,33 @@ exports[`polkadot & coretimePolkadot > coretimePolkadot transfer DOT to polkadot
3232

3333
exports[`polkadot & coretimePolkadot > coretimePolkadot transfer DOT to polkadot > from chain ump messages 1`] = `
3434
[
35+
{
36+
"v5": [
37+
{
38+
"unpaidExecution": {
39+
"checkOrigin": null,
40+
"weightLimit": {
41+
"unlimited": null,
42+
},
43+
},
44+
},
45+
{
46+
"transact": {
47+
"call": {
48+
"encoded": "0x4a02506e9501",
49+
},
50+
"fallbackMaxWeight": {
51+
"proofSize": 9216,
52+
"refTime": 1000000000,
53+
},
54+
"originKind": "Native",
55+
},
56+
},
57+
{
58+
"setTopic": "(redacted)",
59+
},
60+
],
61+
},
3562
{
3663
"v5": [
3764
{
@@ -102,6 +129,40 @@ exports[`polkadot & coretimePolkadot > coretimePolkadot transfer DOT to polkadot
102129

103130
exports[`polkadot & coretimePolkadot > coretimePolkadot transfer DOT to polkadot > to chain ump events 1`] = `
104131
[
132+
{
133+
"data": {
134+
"id": "(hash)",
135+
"origin": {
136+
"Ump": {
137+
"Para": "(rounded 1000)",
138+
},
139+
},
140+
"success": true,
141+
"weightUsed": {
142+
"proofSize": "(rounded 6300)",
143+
"refTime": "(rounded 680000000)",
144+
},
145+
},
146+
"method": "Processed",
147+
"section": "messageQueue",
148+
},
149+
{
150+
"data": {
151+
"id": "(hash)",
152+
"origin": {
153+
"Ump": {
154+
"Para": "(rounded 1000)",
155+
},
156+
},
157+
"success": true,
158+
"weightUsed": {
159+
"proofSize": "(rounded 6300)",
160+
"refTime": "(rounded 680000000)",
161+
},
162+
},
163+
"method": "Processed",
164+
"section": "messageQueue",
165+
},
105166
{
106167
"data": {
107168
"id": "(hash)",
@@ -279,6 +340,13 @@ exports[`polkadot & coretimePolkadot > polkadot transfer DOT to coretimePolkadot
279340

280341
exports[`polkadot & coretimePolkadot > polkadot transfer DOT to coretimePolkadot > to chain dmp events 1`] = `
281342
[
343+
{
344+
"data": {
345+
"messageHash": "(hash)",
346+
},
347+
"method": "UpwardMessageSent",
348+
"section": "parachainSystem",
349+
},
282350
{
283351
"data": {
284352
"count": 1,

0 commit comments

Comments
 (0)