@polkadot/types-known 10.5.1 → 10.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@polkadot/types-known', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.5.1' };
4
+ exports.packageInfo = { name: '@polkadot/types-known', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.6.1' };
@@ -49,6 +49,7 @@ exports.versioned = [
49
49
  OpenTip: 'OpenTipTo225',
50
50
  RefCount: 'RefCountTo259',
51
51
  ReferendumInfo: 'ReferendumInfoTo239',
52
+ Scheduled: 'ScheduledTo254',
52
53
  SlashingSpans: 'SlashingSpansTo204',
53
54
  StakingLedger: 'StakingLedgerTo223',
54
55
  Votes: 'VotesTo230',
@@ -68,6 +69,7 @@ exports.versioned = [
68
69
  OpenTip: 'OpenTipTo225',
69
70
  RefCount: 'RefCountTo259',
70
71
  ReferendumInfo: 'ReferendumInfoTo239',
72
+ Scheduled: 'ScheduledTo254',
71
73
  SlashingSpans: 'SlashingSpansTo204',
72
74
  StakingLedger: 'StakingLedgerTo223',
73
75
  Votes: 'VotesTo230',
@@ -88,6 +90,7 @@ exports.versioned = [
88
90
  OpenTip: 'OpenTipTo225',
89
91
  RefCount: 'RefCountTo259',
90
92
  ReferendumInfo: 'ReferendumInfoTo239',
93
+ Scheduled: 'ScheduledTo254',
91
94
  StakingLedger: 'StakingLedgerTo223',
92
95
  Votes: 'VotesTo230',
93
96
  Weight: 'u32'
@@ -105,6 +108,7 @@ exports.versioned = [
105
108
  OpenTip: 'OpenTipTo225',
106
109
  RefCount: 'RefCountTo259',
107
110
  ReferendumInfo: 'ReferendumInfoTo239',
111
+ Scheduled: 'ScheduledTo254',
108
112
  StakingLedger: 'StakingLedgerTo223',
109
113
  Weight: 'u32'
110
114
  }
@@ -121,6 +125,7 @@ exports.versioned = [
121
125
  OpenTip: 'OpenTipTo225',
122
126
  RefCount: 'RefCountTo259',
123
127
  ReferendumInfo: 'ReferendumInfoTo239',
128
+ Scheduled: 'ScheduledTo254',
124
129
  StakingLedger: 'StakingLedgerTo240',
125
130
  Weight: 'u32'
126
131
  }
@@ -136,6 +141,7 @@ exports.versioned = [
136
141
  Multiplier: 'Fixed64',
137
142
  OpenTip: 'OpenTipTo225',
138
143
  RefCount: 'RefCountTo259',
144
+ Scheduled: 'ScheduledTo254',
139
145
  StakingLedger: 'StakingLedgerTo240',
140
146
  Weight: 'u32'
141
147
  }
@@ -149,7 +155,15 @@ exports.versioned = [
149
155
  DispatchInfo: 'DispatchInfoTo244',
150
156
  Heartbeat: 'HeartbeatTo244',
151
157
  OpenTip: 'OpenTipTo225',
152
- RefCount: 'RefCountTo259'
158
+ RefCount: 'RefCountTo259',
159
+ // Last 100% known problematic runtime range - this quite possibly need to
160
+ // apply to more runtime ranges that follow, we just don't know how far this
161
+ // should be applied to
162
+ //
163
+ // TL;DR whack-a-mole since this was not histrically checked
164
+ //
165
+ // See https://github.com/polkadot-js/api/issues/5618#issuecomment-1530970316
166
+ Scheduled: 'ScheduledTo254'
153
167
  }
154
168
  },
155
169
  {
@@ -72,7 +72,9 @@ exports.versioned = [
72
72
  },
73
73
  {
74
74
  minmax: [30, 9109],
75
- types: { ...sharedTypes }
75
+ types: {
76
+ ...sharedTypes
77
+ }
76
78
  },
77
79
  {
78
80
  // metadata v14
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "./cjs/detectPackage.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "10.5.1",
21
+ "version": "10.6.1",
22
22
  "main": "./cjs/index.js",
23
23
  "module": "./index.js",
24
24
  "types": "./index.d.ts",
@@ -171,11 +171,11 @@
171
171
  }
172
172
  },
173
173
  "dependencies": {
174
- "@polkadot/networks": "^12.1.1",
175
- "@polkadot/types": "10.5.1",
176
- "@polkadot/types-codec": "10.5.1",
177
- "@polkadot/types-create": "10.5.1",
178
- "@polkadot/util": "^12.1.1",
174
+ "@polkadot/networks": "^12.1.2",
175
+ "@polkadot/types": "10.6.1",
176
+ "@polkadot/types-codec": "10.6.1",
177
+ "@polkadot/types-create": "10.6.1",
178
+ "@polkadot/util": "^12.1.2",
179
179
  "tslib": "^2.5.0"
180
180
  }
181
181
  }
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@polkadot/types-known', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '10.5.1' };
1
+ export const packageInfo = { name: '@polkadot/types-known', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '10.6.1' };
package/spec/kusama.js CHANGED
@@ -46,6 +46,7 @@ export const versioned = [
46
46
  OpenTip: 'OpenTipTo225',
47
47
  RefCount: 'RefCountTo259',
48
48
  ReferendumInfo: 'ReferendumInfoTo239',
49
+ Scheduled: 'ScheduledTo254',
49
50
  SlashingSpans: 'SlashingSpansTo204',
50
51
  StakingLedger: 'StakingLedgerTo223',
51
52
  Votes: 'VotesTo230',
@@ -65,6 +66,7 @@ export const versioned = [
65
66
  OpenTip: 'OpenTipTo225',
66
67
  RefCount: 'RefCountTo259',
67
68
  ReferendumInfo: 'ReferendumInfoTo239',
69
+ Scheduled: 'ScheduledTo254',
68
70
  SlashingSpans: 'SlashingSpansTo204',
69
71
  StakingLedger: 'StakingLedgerTo223',
70
72
  Votes: 'VotesTo230',
@@ -85,6 +87,7 @@ export const versioned = [
85
87
  OpenTip: 'OpenTipTo225',
86
88
  RefCount: 'RefCountTo259',
87
89
  ReferendumInfo: 'ReferendumInfoTo239',
90
+ Scheduled: 'ScheduledTo254',
88
91
  StakingLedger: 'StakingLedgerTo223',
89
92
  Votes: 'VotesTo230',
90
93
  Weight: 'u32'
@@ -102,6 +105,7 @@ export const versioned = [
102
105
  OpenTip: 'OpenTipTo225',
103
106
  RefCount: 'RefCountTo259',
104
107
  ReferendumInfo: 'ReferendumInfoTo239',
108
+ Scheduled: 'ScheduledTo254',
105
109
  StakingLedger: 'StakingLedgerTo223',
106
110
  Weight: 'u32'
107
111
  }
@@ -118,6 +122,7 @@ export const versioned = [
118
122
  OpenTip: 'OpenTipTo225',
119
123
  RefCount: 'RefCountTo259',
120
124
  ReferendumInfo: 'ReferendumInfoTo239',
125
+ Scheduled: 'ScheduledTo254',
121
126
  StakingLedger: 'StakingLedgerTo240',
122
127
  Weight: 'u32'
123
128
  }
@@ -133,6 +138,7 @@ export const versioned = [
133
138
  Multiplier: 'Fixed64',
134
139
  OpenTip: 'OpenTipTo225',
135
140
  RefCount: 'RefCountTo259',
141
+ Scheduled: 'ScheduledTo254',
136
142
  StakingLedger: 'StakingLedgerTo240',
137
143
  Weight: 'u32'
138
144
  }
@@ -146,7 +152,15 @@ export const versioned = [
146
152
  DispatchInfo: 'DispatchInfoTo244',
147
153
  Heartbeat: 'HeartbeatTo244',
148
154
  OpenTip: 'OpenTipTo225',
149
- RefCount: 'RefCountTo259'
155
+ RefCount: 'RefCountTo259',
156
+ // Last 100% known problematic runtime range - this quite possibly need to
157
+ // apply to more runtime ranges that follow, we just don't know how far this
158
+ // should be applied to
159
+ //
160
+ // TL;DR whack-a-mole since this was not histrically checked
161
+ //
162
+ // See https://github.com/polkadot-js/api/issues/5618#issuecomment-1530970316
163
+ Scheduled: 'ScheduledTo254'
150
164
  }
151
165
  },
152
166
  {
package/spec/polkadot.js CHANGED
@@ -69,7 +69,9 @@ export const versioned = [
69
69
  },
70
70
  {
71
71
  minmax: [30, 9109],
72
- types: { ...sharedTypes }
72
+ types: {
73
+ ...sharedTypes
74
+ }
73
75
  },
74
76
  {
75
77
  // metadata v14