@metamask-previews/network-controller 26.0.0-preview-81c9cf83 → 26.0.0-preview-d6fe4594

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/NetworkController.cjs +4 -0
  3. package/dist/NetworkController.cjs.map +1 -1
  4. package/dist/NetworkController.d.cts +135 -12
  5. package/dist/NetworkController.d.cts.map +1 -1
  6. package/dist/NetworkController.d.mts +135 -12
  7. package/dist/NetworkController.d.mts.map +1 -1
  8. package/dist/NetworkController.mjs +4 -0
  9. package/dist/NetworkController.mjs.map +1 -1
  10. package/dist/create-auto-managed-network-client.cjs +4 -1
  11. package/dist/create-auto-managed-network-client.cjs.map +1 -1
  12. package/dist/create-auto-managed-network-client.d.cts +5 -2
  13. package/dist/create-auto-managed-network-client.d.cts.map +1 -1
  14. package/dist/create-auto-managed-network-client.d.mts +5 -2
  15. package/dist/create-auto-managed-network-client.d.mts.map +1 -1
  16. package/dist/create-auto-managed-network-client.mjs +4 -1
  17. package/dist/create-auto-managed-network-client.mjs.map +1 -1
  18. package/dist/create-network-client.cjs +132 -42
  19. package/dist/create-network-client.cjs.map +1 -1
  20. package/dist/create-network-client.d.cts +5 -2
  21. package/dist/create-network-client.d.cts.map +1 -1
  22. package/dist/create-network-client.d.mts +5 -2
  23. package/dist/create-network-client.d.mts.map +1 -1
  24. package/dist/create-network-client.mjs +132 -42
  25. package/dist/create-network-client.mjs.map +1 -1
  26. package/dist/index.cjs.map +1 -1
  27. package/dist/index.d.cts +1 -1
  28. package/dist/index.d.cts.map +1 -1
  29. package/dist/index.d.mts +1 -1
  30. package/dist/index.d.mts.map +1 -1
  31. package/dist/index.mjs.map +1 -1
  32. package/dist/rpc-service/rpc-service-chain.cjs +247 -39
  33. package/dist/rpc-service/rpc-service-chain.cjs.map +1 -1
  34. package/dist/rpc-service/rpc-service-chain.d.cts +106 -25
  35. package/dist/rpc-service/rpc-service-chain.d.cts.map +1 -1
  36. package/dist/rpc-service/rpc-service-chain.d.mts +106 -25
  37. package/dist/rpc-service/rpc-service-chain.d.mts.map +1 -1
  38. package/dist/rpc-service/rpc-service-chain.mjs +247 -39
  39. package/dist/rpc-service/rpc-service-chain.mjs.map +1 -1
  40. package/dist/rpc-service/rpc-service-requestable.cjs.map +1 -1
  41. package/dist/rpc-service/rpc-service-requestable.d.cts +15 -5
  42. package/dist/rpc-service/rpc-service-requestable.d.cts.map +1 -1
  43. package/dist/rpc-service/rpc-service-requestable.d.mts +15 -5
  44. package/dist/rpc-service/rpc-service-requestable.d.mts.map +1 -1
  45. package/dist/rpc-service/rpc-service-requestable.mjs.map +1 -1
  46. package/dist/rpc-service/rpc-service.cjs +65 -33
  47. package/dist/rpc-service/rpc-service.cjs.map +1 -1
  48. package/dist/rpc-service/rpc-service.d.cts +33 -24
  49. package/dist/rpc-service/rpc-service.d.cts.map +1 -1
  50. package/dist/rpc-service/rpc-service.d.mts +33 -24
  51. package/dist/rpc-service/rpc-service.d.mts.map +1 -1
  52. package/dist/rpc-service/rpc-service.mjs +66 -34
  53. package/dist/rpc-service/rpc-service.mjs.map +1 -1
  54. package/dist/rpc-service/shared.cjs.map +1 -1
  55. package/dist/rpc-service/shared.d.cts +25 -3
  56. package/dist/rpc-service/shared.d.cts.map +1 -1
  57. package/dist/rpc-service/shared.d.mts +25 -3
  58. package/dist/rpc-service/shared.d.mts.map +1 -1
  59. package/dist/rpc-service/shared.mjs.map +1 -1
  60. package/package.json +2 -1
@@ -1,24 +1,36 @@
1
1
  "use strict";
2
- var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
3
- if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
4
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
5
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
6
- };
7
2
  var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
8
3
  if (kind === "m") throw new TypeError("Private method is not writable");
9
4
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
10
5
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
11
6
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
12
7
  };
13
- var _RpcServiceChain_instances, _RpcServiceChain_services, _RpcServiceChain_buildRpcServiceChain;
8
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
9
+ if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
10
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
12
+ };
13
+ var _RpcServiceChain_onAvailableEventEmitter, _RpcServiceChain_onBreakEventEmitter, _RpcServiceChain_onDegradedEventEmitter, _RpcServiceChain_primaryService, _RpcServiceChain_services, _RpcServiceChain_status;
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.RpcServiceChain = void 0;
16
+ const controller_utils_1 = require("@metamask/controller-utils");
16
17
  const rpc_service_1 = require("./rpc-service.cjs");
18
+ const logger_1 = require("../logger.cjs");
19
+ const log = (0, logger_1.createModuleLogger)(logger_1.projectLogger, 'RpcServiceChain');
17
20
  /**
18
- * This class constructs a chain of RpcService objects which represent a
19
- * particular network. The first object in the chain is intended to be the
20
- * primary way of reaching the network and the remaining objects are used as
21
- * failovers.
21
+ * Statuses that the RPC service chain can be in.
22
+ */
23
+ const STATUSES = {
24
+ Available: 'available',
25
+ Degraded: 'degraded',
26
+ Unknown: 'unknown',
27
+ Unavailable: 'unavailable',
28
+ };
29
+ /**
30
+ * This class constructs and manages requests to a chain of RpcService objects
31
+ * which represent RPC endpoints with which to access a particular network. The
32
+ * first service in the chain is intended to be the primary way of hitting the
33
+ * network and the remaining services are used as failovers.
22
34
  */
23
35
  class RpcServiceChain {
24
36
  /**
@@ -29,18 +41,73 @@ class RpcServiceChain {
29
41
  * {@link RpcServiceOptions}.
30
42
  */
31
43
  constructor(rpcServiceConfigurations) {
32
- _RpcServiceChain_instances.add(this);
44
+ /**
45
+ * The event emitter for the `onAvailable` event.
46
+ */
47
+ _RpcServiceChain_onAvailableEventEmitter.set(this, void 0);
48
+ /**
49
+ * The event emitter for the `onBreak` event.
50
+ */
51
+ _RpcServiceChain_onBreakEventEmitter.set(this, void 0);
52
+ /**
53
+ * The event emitter for the `onDegraded` event.
54
+ */
55
+ _RpcServiceChain_onDegradedEventEmitter.set(this, void 0);
56
+ /**
57
+ * The first RPC service that requests will be sent to.
58
+ */
59
+ _RpcServiceChain_primaryService.set(this, void 0);
60
+ /**
61
+ * The RPC services in the chain.
62
+ */
33
63
  _RpcServiceChain_services.set(this, void 0);
34
- __classPrivateFieldSet(this, _RpcServiceChain_services, __classPrivateFieldGet(this, _RpcServiceChain_instances, "m", _RpcServiceChain_buildRpcServiceChain).call(this, rpcServiceConfigurations), "f");
64
+ /**
65
+ * The status of the RPC service chain.
66
+ */
67
+ _RpcServiceChain_status.set(this, void 0);
68
+ __classPrivateFieldSet(this, _RpcServiceChain_services, rpcServiceConfigurations.map((rpcServiceConfiguration) => new rpc_service_1.RpcService(rpcServiceConfiguration)), "f");
69
+ __classPrivateFieldSet(this, _RpcServiceChain_primaryService, __classPrivateFieldGet(this, _RpcServiceChain_services, "f")[0], "f");
70
+ __classPrivateFieldSet(this, _RpcServiceChain_status, STATUSES.Unknown, "f");
71
+ __classPrivateFieldSet(this, _RpcServiceChain_onBreakEventEmitter, new controller_utils_1.CockatielEventEmitter(), "f");
72
+ __classPrivateFieldSet(this, _RpcServiceChain_onDegradedEventEmitter, new controller_utils_1.CockatielEventEmitter(), "f");
73
+ for (const service of __classPrivateFieldGet(this, _RpcServiceChain_services, "f")) {
74
+ service.onDegraded((data) => {
75
+ if (__classPrivateFieldGet(this, _RpcServiceChain_status, "f") !== STATUSES.Degraded) {
76
+ log('Updating status to "degraded"', data);
77
+ __classPrivateFieldSet(this, _RpcServiceChain_status, STATUSES.Degraded, "f");
78
+ const { endpointUrl, ...rest } = data;
79
+ __classPrivateFieldGet(this, _RpcServiceChain_onDegradedEventEmitter, "f").emit(rest);
80
+ }
81
+ });
82
+ }
83
+ __classPrivateFieldSet(this, _RpcServiceChain_onAvailableEventEmitter, new controller_utils_1.CockatielEventEmitter(), "f");
84
+ for (const service of __classPrivateFieldGet(this, _RpcServiceChain_services, "f")) {
85
+ service.onAvailable((data) => {
86
+ if (__classPrivateFieldGet(this, _RpcServiceChain_status, "f") !== STATUSES.Available) {
87
+ log('Updating status to "available"', data);
88
+ __classPrivateFieldSet(this, _RpcServiceChain_status, STATUSES.Available, "f");
89
+ const { endpointUrl, ...rest } = data;
90
+ __classPrivateFieldGet(this, _RpcServiceChain_onAvailableEventEmitter, "f").emit(rest);
91
+ }
92
+ });
93
+ }
35
94
  }
36
95
  /**
37
- * Listens for when any of the RPC services retry a request.
96
+ * Calls the provided callback when any of the RPC services is retried.
97
+ *
98
+ * This is mainly useful for tests.
38
99
  *
39
- * @param listener - The callback to be called when the retry occurs.
40
- * @returns What {@link RpcService.onRetry} returns.
100
+ * @param listener - The callback to be called.
101
+ * @returns An object with a `dispose` method which can be used to unregister
102
+ * the event listener.
41
103
  */
42
- onRetry(listener) {
43
- const disposables = __classPrivateFieldGet(this, _RpcServiceChain_services, "f").map((service) => service.onRetry(listener));
104
+ onServiceRetry(listener) {
105
+ const disposables = __classPrivateFieldGet(this, _RpcServiceChain_services, "f").map((service) => service.onRetry((data) => {
106
+ listener({
107
+ ...data,
108
+ primaryEndpointUrl: __classPrivateFieldGet(this, _RpcServiceChain_primaryService, "f").endpointUrl.toString(),
109
+ });
110
+ }));
44
111
  return {
45
112
  dispose() {
46
113
  disposables.forEach((disposable) => disposable.dispose());
@@ -48,14 +115,39 @@ class RpcServiceChain {
48
115
  };
49
116
  }
50
117
  /**
51
- * Listens for when any of the RPC services retry the request too many times
52
- * in a row.
118
+ * Calls the provided callback only when the maximum number of failed
119
+ * consecutive attempts to receive a 2xx response has been reached for all
120
+ * RPC services in the chain, and all services' underlying circuits have
121
+ * broken.
53
122
  *
54
- * @param listener - The callback to be called when the retry occurs.
55
- * @returns What {@link RpcService.onBreak} returns.
123
+ * The callback will not be called if a service's circuit breaks but its
124
+ * failover does not. Use `onServiceBreak` if you'd like a lower level of
125
+ * granularity.
126
+ *
127
+ * @param listener - The callback to be called.
128
+ * @returns An object with a `dispose` method which can be used to unregister
129
+ * the callback.
56
130
  */
57
131
  onBreak(listener) {
58
- const disposables = __classPrivateFieldGet(this, _RpcServiceChain_services, "f").map((service) => service.onBreak(listener));
132
+ return __classPrivateFieldGet(this, _RpcServiceChain_onBreakEventEmitter, "f").addListener(listener);
133
+ }
134
+ /**
135
+ * Calls the provided callback each time when, for *any* of the RPC services
136
+ * in this chain, the maximum number of failed consecutive attempts to receive
137
+ * a 2xx response has been reached and the underlying circuit has broken. A
138
+ * more granular version of `onBreak`.
139
+ *
140
+ * @param listener - The callback to be called.
141
+ * @returns An object with a `dispose` method which can be used to unregister
142
+ * the callback.
143
+ */
144
+ onServiceBreak(listener) {
145
+ const disposables = __classPrivateFieldGet(this, _RpcServiceChain_services, "f").map((service) => service.onBreak((data) => {
146
+ listener({
147
+ ...data,
148
+ primaryEndpointUrl: __classPrivateFieldGet(this, _RpcServiceChain_primaryService, "f").endpointUrl.toString(),
149
+ });
150
+ }));
59
151
  return {
60
152
  dispose() {
61
153
  disposables.forEach((disposable) => disposable.dispose());
@@ -63,34 +155,150 @@ class RpcServiceChain {
63
155
  };
64
156
  }
65
157
  /**
66
- * Listens for when any of the RPC services send a slow request.
158
+ * Calls the provided callback if no requests have been initiated yet or
159
+ * all requests to RPC services in this chain have responded successfully in a
160
+ * timely fashion, and then one of the two conditions apply:
161
+ *
162
+ * 1. When a retriable error is encountered making a request to an RPC
163
+ * service, and the request is retried until a set maximum is reached.
164
+ * 2. When a RPC service responds successfully, but the request takes longer
165
+ * than a set number of seconds to complete.
166
+ *
167
+ * Note that the callback will be called even if there are local connectivity
168
+ * issues which prevent requests from being initiated. This is intentional.
67
169
  *
68
- * @param listener - The callback to be called when the retry occurs.
69
- * @returns What {@link RpcService.onRetry} returns.
170
+ * Also note this callback will only be called if the RPC service chain as a
171
+ * whole is in a "degraded" state, and will then only be called once (e.g., it
172
+ * will not be called if a failover service falls into a degraded state, then
173
+ * the primary comes back online, but it is slow). Use `onServiceDegraded` if
174
+ * you'd like a lower level of granularity.
175
+ *
176
+ * @param listener - The callback to be called.
177
+ * @returns An object with a `dispose` method which can be used to unregister
178
+ * the callback.
70
179
  */
71
180
  onDegraded(listener) {
72
- const disposables = __classPrivateFieldGet(this, _RpcServiceChain_services, "f").map((service) => service.onDegraded(listener));
181
+ return __classPrivateFieldGet(this, _RpcServiceChain_onDegradedEventEmitter, "f").addListener(listener);
182
+ }
183
+ /**
184
+ * Calls the provided callback each time one of the two conditions apply:
185
+ *
186
+ * 1. When a retriable error is encountered making a request to an RPC
187
+ * service, and the request is retried until a set maximum is reached.
188
+ * 2. When a RPC service responds successfully, but the request takes longer
189
+ * than a set number of seconds to complete.
190
+ *
191
+ * Note that the callback will be called even if there are local connectivity
192
+ * issues which prevent requests from being initiated. This is intentional.
193
+ *
194
+ * This is a more granular version of `onDegraded`. The callback will be
195
+ * called for each slow request to an RPC service. It may also be called again
196
+ * if a failover service falls into a degraded state, then the primary comes
197
+ * back online, but it is slow.
198
+ *
199
+ * @param listener - The callback to be called.
200
+ * @returns An object with a `dispose` method which can be used to unregister
201
+ * the callback.
202
+ */
203
+ onServiceDegraded(listener) {
204
+ const disposables = __classPrivateFieldGet(this, _RpcServiceChain_services, "f").map((service) => service.onDegraded((data) => {
205
+ listener({
206
+ ...data,
207
+ primaryEndpointUrl: __classPrivateFieldGet(this, _RpcServiceChain_primaryService, "f").endpointUrl.toString(),
208
+ });
209
+ }));
73
210
  return {
74
211
  dispose() {
75
212
  disposables.forEach((disposable) => disposable.dispose());
76
213
  },
77
214
  };
78
215
  }
216
+ /**
217
+ * Calls the provided callback in one of the following two conditions:
218
+ *
219
+ * 1. The first time that a 2xx request is made to any of the RPC services in
220
+ * this chain.
221
+ * 2. When requests to any the failover RPC services in this chain were
222
+ * failing such that they were degraded or their underyling circuits broke,
223
+ * but the first request to the primary succeeds again.
224
+ *
225
+ * Note this callback will only be called if the RPC service chain as a whole
226
+ * is in an "available" state.
227
+ *
228
+ * @param listener - The callback to be called.
229
+ * @returns An object with a `dispose` method which can be used to unregister
230
+ * the callback.
231
+ */
232
+ onAvailable(listener) {
233
+ return __classPrivateFieldGet(this, _RpcServiceChain_onAvailableEventEmitter, "f").addListener(listener);
234
+ }
79
235
  async request(jsonRpcRequest, fetchOptions = {}) {
80
- return __classPrivateFieldGet(this, _RpcServiceChain_services, "f")[0].request(jsonRpcRequest, fetchOptions);
236
+ // Start with the primary (first) service and switch to failovers as the
237
+ // need arises. This is a bit confusing, so keep reading for more on how
238
+ // this works.
239
+ let availableServiceIndex;
240
+ let response;
241
+ for (const [i, service] of __classPrivateFieldGet(this, _RpcServiceChain_services, "f").entries()) {
242
+ log(`Trying service #${i + 1}...`);
243
+ const previousCircuitState = service.getCircuitState();
244
+ try {
245
+ // Try making the request through the service.
246
+ response = await service.request(jsonRpcRequest, fetchOptions);
247
+ log('Service successfully received request.');
248
+ availableServiceIndex = i;
249
+ break;
250
+ }
251
+ catch (error) {
252
+ // Oops, that didn't work.
253
+ // Capture this error so that we can handle it later.
254
+ const { lastError } = service;
255
+ const isCircuitOpen = service.getCircuitState() === controller_utils_1.CircuitState.Open;
256
+ log('Service failed! error =', error, 'lastError = ', lastError);
257
+ if (isCircuitOpen) {
258
+ if (i < __classPrivateFieldGet(this, _RpcServiceChain_services, "f").length - 1) {
259
+ log("This service's circuit is open. Proceeding to next service...");
260
+ continue;
261
+ }
262
+ if (previousCircuitState !== controller_utils_1.CircuitState.Open &&
263
+ __classPrivateFieldGet(this, _RpcServiceChain_status, "f") !== STATUSES.Unavailable &&
264
+ lastError !== undefined) {
265
+ // If the service's circuit just broke and it's the last one in the
266
+ // chain, then trigger the onBreak event. (But if for some reason we
267
+ // have already done this, then don't do it.)
268
+ log('This service\'s circuit just opened and it is the last service. Updating status to "unavailable" and triggering onBreak.');
269
+ __classPrivateFieldSet(this, _RpcServiceChain_status, STATUSES.Unavailable, "f");
270
+ __classPrivateFieldGet(this, _RpcServiceChain_onBreakEventEmitter, "f").emit({
271
+ error: lastError,
272
+ });
273
+ }
274
+ }
275
+ // The service failed, and we throw whatever the error is. The calling
276
+ // code can try again if it so desires.
277
+ log(`${isCircuitOpen ? '' : "This service's circuit is closed. "}Re-throwing error.`);
278
+ throw error;
279
+ }
280
+ }
281
+ if (response) {
282
+ // If one of the services is available, reset all of the circuits of the
283
+ // following services. If we didn't do this and the service became
284
+ // unavailable in the future, and any of the failovers' circuits were
285
+ // open (due to previous failures), we would receive a "circuit broken"
286
+ // error when we attempted to divert traffic to the failovers again.
287
+ //
288
+ if (availableServiceIndex !== undefined) {
289
+ for (const [i, service] of [...__classPrivateFieldGet(this, _RpcServiceChain_services, "f").entries()].slice(availableServiceIndex + 1)) {
290
+ log(`Resetting policy for service #${i + 1}.`);
291
+ service.resetPolicy();
292
+ }
293
+ }
294
+ return response;
295
+ }
296
+ // The only way we can end up here is if there are no services to loop over.
297
+ // That is not possible due to the types on the constructor, but TypeScript
298
+ // doesn't know this, so we have to appease it.
299
+ throw new Error('Nothing to return');
81
300
  }
82
301
  }
83
302
  exports.RpcServiceChain = RpcServiceChain;
84
- _RpcServiceChain_services = new WeakMap(), _RpcServiceChain_instances = new WeakSet(), _RpcServiceChain_buildRpcServiceChain = function _RpcServiceChain_buildRpcServiceChain(rpcServiceConfigurations) {
85
- return [...rpcServiceConfigurations]
86
- .reverse()
87
- .reduce((workingServices, serviceConfiguration, index) => {
88
- const failoverService = index > 0 ? workingServices[0] : undefined;
89
- const service = new rpc_service_1.RpcService({
90
- ...serviceConfiguration,
91
- failoverService,
92
- });
93
- return [service, ...workingServices];
94
- }, []);
95
- };
303
+ _RpcServiceChain_onAvailableEventEmitter = new WeakMap(), _RpcServiceChain_onBreakEventEmitter = new WeakMap(), _RpcServiceChain_onDegradedEventEmitter = new WeakMap(), _RpcServiceChain_primaryService = new WeakMap(), _RpcServiceChain_services = new WeakMap(), _RpcServiceChain_status = new WeakMap();
96
304
  //# sourceMappingURL=rpc-service-chain.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"rpc-service-chain.cjs","sourceRoot":"","sources":["../../src/rpc-service/rpc-service-chain.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAOA,mDAA2C;AAK3C;;;;;GAKG;AACH,MAAa,eAAe;IAG1B;;;;;;OAMG;IACH,YACE,wBAAsE;;QAV/D,4CAAwB;QAY/B,uBAAA,IAAI,6BAAa,uBAAA,IAAI,yEAAsB,MAA1B,IAAI,EAAuB,wBAAwB,CAAC,MAAA,CAAC;IACxE,CAAC;IAED;;;;;OAKG;IACH,OAAO,CAAC,QAA8C;QACpD,MAAM,WAAW,GAAG,uBAAA,IAAI,iCAAU,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE,CACjD,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,CAC1B,CAAC;QAEF,OAAO;YACL,OAAO;gBACL,WAAW,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC;YAC5D,CAAC;SACF,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,OAAO,CAAC,QAA8C;QACpD,MAAM,WAAW,GAAG,uBAAA,IAAI,iCAAU,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE,CACjD,OAAO,CAAC,OAAO,CAAC,QAAQ,CAAC,CAC1B,CAAC;QAEF,OAAO;YACL,OAAO;gBACL,WAAW,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC;YAC5D,CAAC;SACF,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,UAAU,CAAC,QAAiD;QAC1D,MAAM,WAAW,GAAG,uBAAA,IAAI,iCAAU,CAAC,GAAG,CAAC,CAAC,OAAO,EAAE,EAAE,CACjD,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,CAC7B,CAAC;QAEF,OAAO;YACL,OAAO;gBACL,WAAW,CAAC,OAAO,CAAC,CAAC,UAAU,EAAE,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC,CAAC;YAC5D,CAAC;SACF,CAAC;IACJ,CAAC;IAkDD,KAAK,CAAC,OAAO,CACX,cAAgD,EAChD,eAA6B,EAAE;QAE/B,OAAO,uBAAA,IAAI,iCAAU,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,cAAc,EAAE,YAAY,CAAC,CAAC;IACjE,CAAC;CA0BF;AAtJD,0CAsJC;8KAbG,wBAAsE;IAEtE,OAAO,CAAC,GAAG,wBAAwB,CAAC;SACjC,OAAO,EAAE;SACT,MAAM,CAAC,CAAC,eAA6B,EAAE,oBAAoB,EAAE,KAAK,EAAE,EAAE;QACrE,MAAM,eAAe,GAAG,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;QACnE,MAAM,OAAO,GAAG,IAAI,wBAAU,CAAC;YAC7B,GAAG,oBAAoB;YACvB,eAAe;SAChB,CAAC,CAAC;QACH,OAAO,CAAC,OAAO,EAAE,GAAG,eAAe,CAAC,CAAC;IACvC,CAAC,EAAE,EAAE,CAAC,CAAC;AACX,CAAC","sourcesContent":["import type {\n Json,\n JsonRpcParams,\n JsonRpcRequest,\n JsonRpcResponse,\n} from '@metamask/utils';\n\nimport { RpcService } from './rpc-service';\nimport type { RpcServiceOptions } from './rpc-service';\nimport type { RpcServiceRequestable } from './rpc-service-requestable';\nimport type { FetchOptions } from './shared';\n\n/**\n * This class constructs a chain of RpcService objects which represent a\n * particular network. The first object in the chain is intended to be the\n * primary way of reaching the network and the remaining objects are used as\n * failovers.\n */\nexport class RpcServiceChain implements RpcServiceRequestable {\n readonly #services: RpcService[];\n\n /**\n * Constructs a new RpcServiceChain object.\n *\n * @param rpcServiceConfigurations - The options for the RPC services\n * that you want to construct. Each object in this array is the same as\n * {@link RpcServiceOptions}.\n */\n constructor(\n rpcServiceConfigurations: Omit<RpcServiceOptions, 'failoverService'>[],\n ) {\n this.#services = this.#buildRpcServiceChain(rpcServiceConfigurations);\n }\n\n /**\n * Listens for when any of the RPC services retry a request.\n *\n * @param listener - The callback to be called when the retry occurs.\n * @returns What {@link RpcService.onRetry} returns.\n */\n onRetry(listener: Parameters<RpcService['onRetry']>[0]) {\n const disposables = this.#services.map((service) =>\n service.onRetry(listener),\n );\n\n return {\n dispose() {\n disposables.forEach((disposable) => disposable.dispose());\n },\n };\n }\n\n /**\n * Listens for when any of the RPC services retry the request too many times\n * in a row.\n *\n * @param listener - The callback to be called when the retry occurs.\n * @returns What {@link RpcService.onBreak} returns.\n */\n onBreak(listener: Parameters<RpcService['onBreak']>[0]) {\n const disposables = this.#services.map((service) =>\n service.onBreak(listener),\n );\n\n return {\n dispose() {\n disposables.forEach((disposable) => disposable.dispose());\n },\n };\n }\n\n /**\n * Listens for when any of the RPC services send a slow request.\n *\n * @param listener - The callback to be called when the retry occurs.\n * @returns What {@link RpcService.onRetry} returns.\n */\n onDegraded(listener: Parameters<RpcService['onDegraded']>[0]) {\n const disposables = this.#services.map((service) =>\n service.onDegraded(listener),\n );\n\n return {\n dispose() {\n disposables.forEach((disposable) => disposable.dispose());\n },\n };\n }\n\n /**\n * Makes a request to the first RPC service in the chain. If this service is\n * down, then the request is forwarded to the next service in the chain, etc.\n *\n * This overload is specifically designed for `eth_getBlockByNumber`, which\n * can return a `result` of `null` despite an expected `Result` being\n * provided.\n *\n * @param jsonRpcRequest - The JSON-RPC request to send to the endpoint.\n * @param fetchOptions - An options bag for {@link fetch} which further\n * specifies the request.\n * @returns The decoded JSON-RPC response from the endpoint.\n * @throws A 401 error if the response status is 401.\n * @throws A \"rate limiting\" error if the response HTTP status is 429.\n * @throws A \"resource unavailable\" error if the response status is 402, 404, or any 5xx.\n * @throws A generic HTTP client error (-32100) for any other 4xx status codes.\n * @throws A \"parse\" error if the response is not valid JSON.\n */\n async request<Params extends JsonRpcParams, Result extends Json>(\n jsonRpcRequest: Readonly<JsonRpcRequest<Params>> & {\n method: 'eth_getBlockByNumber';\n },\n fetchOptions?: FetchOptions,\n ): Promise<JsonRpcResponse<Result> | JsonRpcResponse<null>>;\n\n /**\n * Makes a request to the first RPC service in the chain. If this service is\n * down, then the request is forwarded to the next service in the chain, etc.\n *\n * This overload is designed for all RPC methods except for\n * `eth_getBlockByNumber`, which are expected to return a `result` of the\n * expected `Result`.\n *\n * @param jsonRpcRequest - The JSON-RPC request to send to the endpoint.\n * @param fetchOptions - An options bag for {@link fetch} which further\n * specifies the request.\n * @returns The decoded JSON-RPC response from the endpoint.\n * @throws A 401 error if the response status is 401.\n * @throws A \"rate limiting\" error if the response HTTP status is 429.\n * @throws A \"resource unavailable\" error if the response status is 402, 404, or any 5xx.\n * @throws A generic HTTP client error (-32100) for any other 4xx status codes.\n * @throws A \"parse\" error if the response is not valid JSON.\n */\n async request<Params extends JsonRpcParams, Result extends Json>(\n jsonRpcRequest: Readonly<JsonRpcRequest<Params>>,\n fetchOptions?: FetchOptions,\n ): Promise<JsonRpcResponse<Result>>;\n\n async request<Params extends JsonRpcParams, Result extends Json>(\n jsonRpcRequest: Readonly<JsonRpcRequest<Params>>,\n fetchOptions: FetchOptions = {},\n ): Promise<JsonRpcResponse<Result | null>> {\n return this.#services[0].request(jsonRpcRequest, fetchOptions);\n }\n\n /**\n * Constructs the chain of RPC services. The second RPC service is\n * configured as the failover for the first, the third service is\n * configured as the failover for the second, etc.\n *\n * @param rpcServiceConfigurations - The options for the RPC services that\n * you want to construct. Each object in this array is the same as\n * {@link RpcServiceOptions}.\n * @returns The constructed chain of RPC services.\n */\n #buildRpcServiceChain(\n rpcServiceConfigurations: Omit<RpcServiceOptions, 'failoverService'>[],\n ): RpcService[] {\n return [...rpcServiceConfigurations]\n .reverse()\n .reduce((workingServices: RpcService[], serviceConfiguration, index) => {\n const failoverService = index > 0 ? workingServices[0] : undefined;\n const service = new RpcService({\n ...serviceConfiguration,\n failoverService,\n });\n return [service, ...workingServices];\n }, []);\n }\n}\n"]}
1
+ {"version":3,"file":"rpc-service-chain.cjs","sourceRoot":"","sources":["../../src/rpc-service/rpc-service-chain.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n CircuitState,\n CockatielEventEmitter,\n} from '@metamask/controller-utils';\nimport type {\n Json,\n JsonRpcParams,\n JsonRpcRequest,\n JsonRpcResponse,\n} from '@metamask/utils';\n\nimport { RpcService } from './rpc-service';\nimport type { RpcServiceOptions } from './rpc-service';\nimport type {\n CockatielEventToEventListenerWithData,\n ExcludeCockatielEventData,\n ExtractCockatielEventData,\n FetchOptions,\n} from './shared';\nimport { projectLogger, createModuleLogger } from '../logger';\n\nconst log = createModuleLogger(projectLogger, 'RpcServiceChain');\n\n/**\n * Statuses that the RPC service chain can be in.\n */\nconst STATUSES = {\n Available: 'available',\n Degraded: 'degraded',\n Unknown: 'unknown',\n Unavailable: 'unavailable',\n} as const;\n\n/**\n * Statuses that the RPC service chain can be in.\n */\ntype Status = (typeof STATUSES)[keyof typeof STATUSES];\n\n/**\n * This class constructs and manages requests to a chain of RpcService objects\n * which represent RPC endpoints with which to access a particular network. The\n * first service in the chain is intended to be the primary way of hitting the\n * network and the remaining services are used as failovers.\n */\nexport class RpcServiceChain {\n /**\n * The event emitter for the `onAvailable` event.\n */\n readonly #onAvailableEventEmitter: CockatielEventEmitter<\n ExcludeCockatielEventData<\n ExtractCockatielEventData<RpcService['onAvailable']>,\n 'endpointUrl'\n >\n >;\n\n /**\n * The event emitter for the `onBreak` event.\n */\n readonly #onBreakEventEmitter: CockatielEventEmitter<\n ExcludeCockatielEventData<\n ExtractCockatielEventData<RpcService['onBreak']>,\n 'endpointUrl'\n >\n >;\n\n /**\n * The event emitter for the `onDegraded` event.\n */\n readonly #onDegradedEventEmitter: CockatielEventEmitter<\n ExcludeCockatielEventData<\n ExtractCockatielEventData<RpcService['onDegraded']>,\n 'endpointUrl'\n >\n >;\n\n /**\n * The first RPC service that requests will be sent to.\n */\n readonly #primaryService: RpcService;\n\n /**\n * The RPC services in the chain.\n */\n readonly #services: RpcService[];\n\n /**\n * The status of the RPC service chain.\n */\n #status: Status;\n\n /**\n * Constructs a new RpcServiceChain object.\n *\n * @param rpcServiceConfigurations - The options for the RPC services\n * that you want to construct. Each object in this array is the same as\n * {@link RpcServiceOptions}.\n */\n constructor(\n rpcServiceConfigurations: [RpcServiceOptions, ...RpcServiceOptions[]],\n ) {\n this.#services = rpcServiceConfigurations.map(\n (rpcServiceConfiguration) => new RpcService(rpcServiceConfiguration),\n );\n this.#primaryService = this.#services[0];\n\n this.#status = STATUSES.Unknown;\n this.#onBreakEventEmitter = new CockatielEventEmitter<\n ExcludeCockatielEventData<\n ExtractCockatielEventData<RpcService['onBreak']>,\n 'endpointUrl'\n >\n >();\n\n this.#onDegradedEventEmitter = new CockatielEventEmitter<\n ExcludeCockatielEventData<\n ExtractCockatielEventData<RpcService['onDegraded']>,\n 'endpointUrl'\n >\n >();\n for (const service of this.#services) {\n service.onDegraded((data) => {\n if (this.#status !== STATUSES.Degraded) {\n log('Updating status to \"degraded\"', data);\n this.#status = STATUSES.Degraded;\n const { endpointUrl, ...rest } = data;\n this.#onDegradedEventEmitter.emit(rest);\n }\n });\n }\n\n this.#onAvailableEventEmitter = new CockatielEventEmitter<\n ExcludeCockatielEventData<\n ExtractCockatielEventData<RpcService['onAvailable']>,\n 'endpointUrl'\n >\n >();\n for (const service of this.#services) {\n service.onAvailable((data) => {\n if (this.#status !== STATUSES.Available) {\n log('Updating status to \"available\"', data);\n this.#status = STATUSES.Available;\n const { endpointUrl, ...rest } = data;\n this.#onAvailableEventEmitter.emit(rest);\n }\n });\n }\n }\n\n /**\n * Calls the provided callback when any of the RPC services is retried.\n *\n * This is mainly useful for tests.\n *\n * @param listener - The callback to be called.\n * @returns An object with a `dispose` method which can be used to unregister\n * the event listener.\n */\n onServiceRetry(\n listener: CockatielEventToEventListenerWithData<\n RpcService['onRetry'],\n { primaryEndpointUrl: string }\n >,\n ) {\n const disposables = this.#services.map((service) =>\n service.onRetry((data) => {\n listener({\n ...data,\n primaryEndpointUrl: this.#primaryService.endpointUrl.toString(),\n });\n }),\n );\n\n return {\n dispose() {\n disposables.forEach((disposable) => disposable.dispose());\n },\n };\n }\n\n /**\n * Calls the provided callback only when the maximum number of failed\n * consecutive attempts to receive a 2xx response has been reached for all\n * RPC services in the chain, and all services' underlying circuits have\n * broken.\n *\n * The callback will not be called if a service's circuit breaks but its\n * failover does not. Use `onServiceBreak` if you'd like a lower level of\n * granularity.\n *\n * @param listener - The callback to be called.\n * @returns An object with a `dispose` method which can be used to unregister\n * the callback.\n */\n onBreak(\n listener: (\n data: ExcludeCockatielEventData<\n ExtractCockatielEventData<RpcService['onBreak']>,\n 'endpointUrl'\n >,\n ) => void,\n ) {\n return this.#onBreakEventEmitter.addListener(listener);\n }\n\n /**\n * Calls the provided callback each time when, for *any* of the RPC services\n * in this chain, the maximum number of failed consecutive attempts to receive\n * a 2xx response has been reached and the underlying circuit has broken. A\n * more granular version of `onBreak`.\n *\n * @param listener - The callback to be called.\n * @returns An object with a `dispose` method which can be used to unregister\n * the callback.\n */\n onServiceBreak(\n listener: CockatielEventToEventListenerWithData<\n RpcService['onBreak'],\n { primaryEndpointUrl: string }\n >,\n ) {\n const disposables = this.#services.map((service) =>\n service.onBreak((data) => {\n listener({\n ...data,\n primaryEndpointUrl: this.#primaryService.endpointUrl.toString(),\n });\n }),\n );\n\n return {\n dispose() {\n disposables.forEach((disposable) => disposable.dispose());\n },\n };\n }\n\n /**\n * Calls the provided callback if no requests have been initiated yet or\n * all requests to RPC services in this chain have responded successfully in a\n * timely fashion, and then one of the two conditions apply:\n *\n * 1. When a retriable error is encountered making a request to an RPC\n * service, and the request is retried until a set maximum is reached.\n * 2. When a RPC service responds successfully, but the request takes longer\n * than a set number of seconds to complete.\n *\n * Note that the callback will be called even if there are local connectivity\n * issues which prevent requests from being initiated. This is intentional.\n *\n * Also note this callback will only be called if the RPC service chain as a\n * whole is in a \"degraded\" state, and will then only be called once (e.g., it\n * will not be called if a failover service falls into a degraded state, then\n * the primary comes back online, but it is slow). Use `onServiceDegraded` if\n * you'd like a lower level of granularity.\n *\n * @param listener - The callback to be called.\n * @returns An object with a `dispose` method which can be used to unregister\n * the callback.\n */\n onDegraded(\n listener: (\n data: ExcludeCockatielEventData<\n ExtractCockatielEventData<RpcService['onDegraded']>,\n 'endpointUrl'\n >,\n ) => void,\n ) {\n return this.#onDegradedEventEmitter.addListener(listener);\n }\n\n /**\n * Calls the provided callback each time one of the two conditions apply:\n *\n * 1. When a retriable error is encountered making a request to an RPC\n * service, and the request is retried until a set maximum is reached.\n * 2. When a RPC service responds successfully, but the request takes longer\n * than a set number of seconds to complete.\n *\n * Note that the callback will be called even if there are local connectivity\n * issues which prevent requests from being initiated. This is intentional.\n *\n * This is a more granular version of `onDegraded`. The callback will be\n * called for each slow request to an RPC service. It may also be called again\n * if a failover service falls into a degraded state, then the primary comes\n * back online, but it is slow.\n *\n * @param listener - The callback to be called.\n * @returns An object with a `dispose` method which can be used to unregister\n * the callback.\n */\n onServiceDegraded(\n listener: CockatielEventToEventListenerWithData<\n RpcService['onDegraded'],\n { primaryEndpointUrl: string }\n >,\n ) {\n const disposables = this.#services.map((service) =>\n service.onDegraded((data) => {\n listener({\n ...data,\n primaryEndpointUrl: this.#primaryService.endpointUrl.toString(),\n });\n }),\n );\n\n return {\n dispose() {\n disposables.forEach((disposable) => disposable.dispose());\n },\n };\n }\n\n /**\n * Calls the provided callback in one of the following two conditions:\n *\n * 1. The first time that a 2xx request is made to any of the RPC services in\n * this chain.\n * 2. When requests to any the failover RPC services in this chain were\n * failing such that they were degraded or their underyling circuits broke,\n * but the first request to the primary succeeds again.\n *\n * Note this callback will only be called if the RPC service chain as a whole\n * is in an \"available\" state.\n *\n * @param listener - The callback to be called.\n * @returns An object with a `dispose` method which can be used to unregister\n * the callback.\n */\n onAvailable(\n listener: (\n data: ExcludeCockatielEventData<\n ExtractCockatielEventData<RpcService['onAvailable']>,\n 'endpointUrl'\n >,\n ) => void,\n ) {\n return this.#onAvailableEventEmitter.addListener(listener);\n }\n\n /**\n * Uses the RPC services in the chain to make a request, using each service\n * after the first as a fallback to the previous one as necessary.\n *\n * This overload is specifically designed for `eth_getBlockByNumber`, which\n * can return a `result` of `null` despite an expected `Result` being\n * provided.\n *\n * @param jsonRpcRequest - The JSON-RPC request to send to the endpoint.\n * @param fetchOptions - An options bag for {@link fetch} which further\n * specifies the request.\n * @returns The decoded JSON-RPC response from the endpoint.\n * @throws A 401 error if the response status is 401.\n * @throws A \"rate limiting\" error if the response HTTP status is 429.\n * @throws A \"resource unavailable\" error if the response status is 402, 404, or any 5xx.\n * @throws A generic HTTP client error (-32100) for any other 4xx status codes.\n * @throws A \"parse\" error if the response is not valid JSON.\n */\n async request<Params extends JsonRpcParams, Result extends Json>(\n jsonRpcRequest: Readonly<JsonRpcRequest<Params>> & {\n method: 'eth_getBlockByNumber';\n },\n fetchOptions?: FetchOptions,\n ): Promise<JsonRpcResponse<Result> | JsonRpcResponse<null>>;\n\n /**\n * Uses the RPC services in the chain to make a request, using each service\n * after the first as a fallback to the previous one as necessary.\n *\n * This overload is designed for all RPC methods except for\n * `eth_getBlockByNumber`, which are expected to return a `result` of the\n * expected `Result`.\n *\n * @param jsonRpcRequest - The JSON-RPC request to send to the endpoint.\n * @param fetchOptions - An options bag for {@link fetch} which further\n * specifies the request.\n * @returns The decoded JSON-RPC response from the endpoint.\n * @throws A 401 error if the response status is 401.\n * @throws A \"rate limiting\" error if the response HTTP status is 429.\n * @throws A \"resource unavailable\" error if the response status is 402, 404, or any 5xx.\n * @throws A generic HTTP client error (-32100) for any other 4xx status codes.\n * @throws A \"parse\" error if the response is not valid JSON.\n */\n async request<Params extends JsonRpcParams, Result extends Json>(\n jsonRpcRequest: Readonly<JsonRpcRequest<Params>>,\n fetchOptions?: FetchOptions,\n ): Promise<JsonRpcResponse<Result>>;\n\n async request<Params extends JsonRpcParams, Result extends Json>(\n jsonRpcRequest: Readonly<JsonRpcRequest<Params>>,\n fetchOptions: FetchOptions = {},\n ): Promise<JsonRpcResponse<Result | null>> {\n // Start with the primary (first) service and switch to failovers as the\n // need arises. This is a bit confusing, so keep reading for more on how\n // this works.\n\n let availableServiceIndex: number | undefined;\n let response: JsonRpcResponse<Result> | undefined;\n\n for (const [i, service] of this.#services.entries()) {\n log(`Trying service #${i + 1}...`);\n const previousCircuitState = service.getCircuitState();\n\n try {\n // Try making the request through the service.\n response = await service.request<Params, Result>(\n jsonRpcRequest,\n fetchOptions,\n );\n log('Service successfully received request.');\n availableServiceIndex = i;\n break;\n } catch (error) {\n // Oops, that didn't work.\n // Capture this error so that we can handle it later.\n\n const { lastError } = service;\n const isCircuitOpen = service.getCircuitState() === CircuitState.Open;\n\n log('Service failed! error =', error, 'lastError = ', lastError);\n\n if (isCircuitOpen) {\n if (i < this.#services.length - 1) {\n log(\n \"This service's circuit is open. Proceeding to next service...\",\n );\n continue;\n }\n\n if (\n previousCircuitState !== CircuitState.Open &&\n this.#status !== STATUSES.Unavailable &&\n lastError !== undefined\n ) {\n // If the service's circuit just broke and it's the last one in the\n // chain, then trigger the onBreak event. (But if for some reason we\n // have already done this, then don't do it.)\n log(\n 'This service\\'s circuit just opened and it is the last service. Updating status to \"unavailable\" and triggering onBreak.',\n );\n this.#status = STATUSES.Unavailable;\n this.#onBreakEventEmitter.emit({\n error: lastError,\n });\n }\n }\n\n // The service failed, and we throw whatever the error is. The calling\n // code can try again if it so desires.\n log(\n `${isCircuitOpen ? '' : \"This service's circuit is closed. \"}Re-throwing error.`,\n );\n throw error;\n }\n }\n\n if (response) {\n // If one of the services is available, reset all of the circuits of the\n // following services. If we didn't do this and the service became\n // unavailable in the future, and any of the failovers' circuits were\n // open (due to previous failures), we would receive a \"circuit broken\"\n // error when we attempted to divert traffic to the failovers again.\n //\n if (availableServiceIndex !== undefined) {\n for (const [i, service] of [...this.#services.entries()].slice(\n availableServiceIndex + 1,\n )) {\n log(`Resetting policy for service #${i + 1}.`);\n service.resetPolicy();\n }\n }\n\n return response;\n }\n\n // The only way we can end up here is if there are no services to loop over.\n // That is not possible due to the types on the constructor, but TypeScript\n // doesn't know this, so we have to appease it.\n throw new Error('Nothing to return');\n }\n}\n"]}
@@ -1,15 +1,14 @@
1
1
  import type { Json, JsonRpcParams, JsonRpcRequest, JsonRpcResponse } from "@metamask/utils";
2
2
  import { RpcService } from "./rpc-service.cjs";
3
3
  import type { RpcServiceOptions } from "./rpc-service.cjs";
4
- import type { RpcServiceRequestable } from "./rpc-service-requestable.cjs";
5
- import type { FetchOptions } from "./shared.cjs";
4
+ import type { CockatielEventToEventListenerWithData, ExcludeCockatielEventData, ExtractCockatielEventData, FetchOptions } from "./shared.cjs";
6
5
  /**
7
- * This class constructs a chain of RpcService objects which represent a
8
- * particular network. The first object in the chain is intended to be the
9
- * primary way of reaching the network and the remaining objects are used as
10
- * failovers.
6
+ * This class constructs and manages requests to a chain of RpcService objects
7
+ * which represent RPC endpoints with which to access a particular network. The
8
+ * first service in the chain is intended to be the primary way of hitting the
9
+ * network and the remaining services are used as failovers.
11
10
  */
12
- export declare class RpcServiceChain implements RpcServiceRequestable {
11
+ export declare class RpcServiceChain {
13
12
  #private;
14
13
  /**
15
14
  * Constructs a new RpcServiceChain object.
@@ -18,38 +17,120 @@ export declare class RpcServiceChain implements RpcServiceRequestable {
18
17
  * that you want to construct. Each object in this array is the same as
19
18
  * {@link RpcServiceOptions}.
20
19
  */
21
- constructor(rpcServiceConfigurations: Omit<RpcServiceOptions, 'failoverService'>[]);
20
+ constructor(rpcServiceConfigurations: [RpcServiceOptions, ...RpcServiceOptions[]]);
22
21
  /**
23
- * Listens for when any of the RPC services retry a request.
22
+ * Calls the provided callback when any of the RPC services is retried.
24
23
  *
25
- * @param listener - The callback to be called when the retry occurs.
26
- * @returns What {@link RpcService.onRetry} returns.
24
+ * This is mainly useful for tests.
25
+ *
26
+ * @param listener - The callback to be called.
27
+ * @returns An object with a `dispose` method which can be used to unregister
28
+ * the event listener.
27
29
  */
28
- onRetry(listener: Parameters<RpcService['onRetry']>[0]): {
30
+ onServiceRetry(listener: CockatielEventToEventListenerWithData<RpcService['onRetry'], {
31
+ primaryEndpointUrl: string;
32
+ }>): {
29
33
  dispose(): void;
30
34
  };
31
35
  /**
32
- * Listens for when any of the RPC services retry the request too many times
33
- * in a row.
36
+ * Calls the provided callback only when the maximum number of failed
37
+ * consecutive attempts to receive a 2xx response has been reached for all
38
+ * RPC services in the chain, and all services' underlying circuits have
39
+ * broken.
40
+ *
41
+ * The callback will not be called if a service's circuit breaks but its
42
+ * failover does not. Use `onServiceBreak` if you'd like a lower level of
43
+ * granularity.
44
+ *
45
+ * @param listener - The callback to be called.
46
+ * @returns An object with a `dispose` method which can be used to unregister
47
+ * the callback.
48
+ */
49
+ onBreak(listener: (data: ExcludeCockatielEventData<ExtractCockatielEventData<RpcService['onBreak']>, 'endpointUrl'>) => void): import("cockatiel").IDisposable;
50
+ /**
51
+ * Calls the provided callback each time when, for *any* of the RPC services
52
+ * in this chain, the maximum number of failed consecutive attempts to receive
53
+ * a 2xx response has been reached and the underlying circuit has broken. A
54
+ * more granular version of `onBreak`.
34
55
  *
35
- * @param listener - The callback to be called when the retry occurs.
36
- * @returns What {@link RpcService.onBreak} returns.
56
+ * @param listener - The callback to be called.
57
+ * @returns An object with a `dispose` method which can be used to unregister
58
+ * the callback.
37
59
  */
38
- onBreak(listener: Parameters<RpcService['onBreak']>[0]): {
60
+ onServiceBreak(listener: CockatielEventToEventListenerWithData<RpcService['onBreak'], {
61
+ primaryEndpointUrl: string;
62
+ }>): {
39
63
  dispose(): void;
40
64
  };
41
65
  /**
42
- * Listens for when any of the RPC services send a slow request.
66
+ * Calls the provided callback if no requests have been initiated yet or
67
+ * all requests to RPC services in this chain have responded successfully in a
68
+ * timely fashion, and then one of the two conditions apply:
43
69
  *
44
- * @param listener - The callback to be called when the retry occurs.
45
- * @returns What {@link RpcService.onRetry} returns.
70
+ * 1. When a retriable error is encountered making a request to an RPC
71
+ * service, and the request is retried until a set maximum is reached.
72
+ * 2. When a RPC service responds successfully, but the request takes longer
73
+ * than a set number of seconds to complete.
74
+ *
75
+ * Note that the callback will be called even if there are local connectivity
76
+ * issues which prevent requests from being initiated. This is intentional.
77
+ *
78
+ * Also note this callback will only be called if the RPC service chain as a
79
+ * whole is in a "degraded" state, and will then only be called once (e.g., it
80
+ * will not be called if a failover service falls into a degraded state, then
81
+ * the primary comes back online, but it is slow). Use `onServiceDegraded` if
82
+ * you'd like a lower level of granularity.
83
+ *
84
+ * @param listener - The callback to be called.
85
+ * @returns An object with a `dispose` method which can be used to unregister
86
+ * the callback.
46
87
  */
47
- onDegraded(listener: Parameters<RpcService['onDegraded']>[0]): {
88
+ onDegraded(listener: (data: ExcludeCockatielEventData<ExtractCockatielEventData<RpcService['onDegraded']>, 'endpointUrl'>) => void): import("cockatiel").IDisposable;
89
+ /**
90
+ * Calls the provided callback each time one of the two conditions apply:
91
+ *
92
+ * 1. When a retriable error is encountered making a request to an RPC
93
+ * service, and the request is retried until a set maximum is reached.
94
+ * 2. When a RPC service responds successfully, but the request takes longer
95
+ * than a set number of seconds to complete.
96
+ *
97
+ * Note that the callback will be called even if there are local connectivity
98
+ * issues which prevent requests from being initiated. This is intentional.
99
+ *
100
+ * This is a more granular version of `onDegraded`. The callback will be
101
+ * called for each slow request to an RPC service. It may also be called again
102
+ * if a failover service falls into a degraded state, then the primary comes
103
+ * back online, but it is slow.
104
+ *
105
+ * @param listener - The callback to be called.
106
+ * @returns An object with a `dispose` method which can be used to unregister
107
+ * the callback.
108
+ */
109
+ onServiceDegraded(listener: CockatielEventToEventListenerWithData<RpcService['onDegraded'], {
110
+ primaryEndpointUrl: string;
111
+ }>): {
48
112
  dispose(): void;
49
113
  };
50
114
  /**
51
- * Makes a request to the first RPC service in the chain. If this service is
52
- * down, then the request is forwarded to the next service in the chain, etc.
115
+ * Calls the provided callback in one of the following two conditions:
116
+ *
117
+ * 1. The first time that a 2xx request is made to any of the RPC services in
118
+ * this chain.
119
+ * 2. When requests to any the failover RPC services in this chain were
120
+ * failing such that they were degraded or their underyling circuits broke,
121
+ * but the first request to the primary succeeds again.
122
+ *
123
+ * Note this callback will only be called if the RPC service chain as a whole
124
+ * is in an "available" state.
125
+ *
126
+ * @param listener - The callback to be called.
127
+ * @returns An object with a `dispose` method which can be used to unregister
128
+ * the callback.
129
+ */
130
+ onAvailable(listener: (data: ExcludeCockatielEventData<ExtractCockatielEventData<RpcService['onAvailable']>, 'endpointUrl'>) => void): import("cockatiel").IDisposable;
131
+ /**
132
+ * Uses the RPC services in the chain to make a request, using each service
133
+ * after the first as a fallback to the previous one as necessary.
53
134
  *
54
135
  * This overload is specifically designed for `eth_getBlockByNumber`, which
55
136
  * can return a `result` of `null` despite an expected `Result` being
@@ -69,8 +150,8 @@ export declare class RpcServiceChain implements RpcServiceRequestable {
69
150
  method: 'eth_getBlockByNumber';
70
151
  }, fetchOptions?: FetchOptions): Promise<JsonRpcResponse<Result> | JsonRpcResponse<null>>;
71
152
  /**
72
- * Makes a request to the first RPC service in the chain. If this service is
73
- * down, then the request is forwarded to the next service in the chain, etc.
153
+ * Uses the RPC services in the chain to make a request, using each service
154
+ * after the first as a fallback to the previous one as necessary.
74
155
  *
75
156
  * This overload is designed for all RPC methods except for
76
157
  * `eth_getBlockByNumber`, which are expected to return a `result` of the
@@ -1 +1 @@
1
- {"version":3,"file":"rpc-service-chain.d.cts","sourceRoot":"","sources":["../../src/rpc-service/rpc-service-chain.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,IAAI,EACJ,aAAa,EACb,cAAc,EACd,eAAe,EAChB,wBAAwB;AAEzB,OAAO,EAAE,UAAU,EAAE,0BAAsB;AAC3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,0BAAsB;AACvD,OAAO,KAAK,EAAE,qBAAqB,EAAE,sCAAkC;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,qBAAiB;AAE7C;;;;;GAKG;AACH,qBAAa,eAAgB,YAAW,qBAAqB;;IAG3D;;;;;;OAMG;gBAED,wBAAwB,EAAE,IAAI,CAAC,iBAAiB,EAAE,iBAAiB,CAAC,EAAE;IAKxE;;;;;OAKG;IACH,OAAO,CAAC,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;;;IAYtD;;;;;;OAMG;IACH,OAAO,CAAC,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;;;IAYtD;;;;;OAKG;IACH,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;;;IAY5D;;;;;;;;;;;;;;;;;OAiBG;IACG,OAAO,CAAC,MAAM,SAAS,aAAa,EAAE,MAAM,SAAS,IAAI,EAC7D,cAAc,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,GAAG;QACjD,MAAM,EAAE,sBAAsB,CAAC;KAChC,EACD,YAAY,CAAC,EAAE,YAAY,GAC1B,OAAO,CAAC,eAAe,CAAC,MAAM,CAAC,GAAG,eAAe,CAAC,IAAI,CAAC,CAAC;IAE3D;;;;;;;;;;;;;;;;;OAiBG;IACG,OAAO,CAAC,MAAM,SAAS,aAAa,EAAE,MAAM,SAAS,IAAI,EAC7D,cAAc,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,EAChD,YAAY,CAAC,EAAE,YAAY,GAC1B,OAAO,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;CAiCpC"}
1
+ {"version":3,"file":"rpc-service-chain.d.cts","sourceRoot":"","sources":["../../src/rpc-service/rpc-service-chain.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,IAAI,EACJ,aAAa,EACb,cAAc,EACd,eAAe,EAChB,wBAAwB;AAEzB,OAAO,EAAE,UAAU,EAAE,0BAAsB;AAC3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,0BAAsB;AACvD,OAAO,KAAK,EACV,qCAAqC,EACrC,yBAAyB,EACzB,yBAAyB,EACzB,YAAY,EACb,qBAAiB;AAoBlB;;;;;GAKG;AACH,qBAAa,eAAe;;IA8C1B;;;;;;OAMG;gBAED,wBAAwB,EAAE,CAAC,iBAAiB,EAAE,GAAG,iBAAiB,EAAE,CAAC;IAkDvE;;;;;;;;OAQG;IACH,cAAc,CACZ,QAAQ,EAAE,qCAAqC,CAC7C,UAAU,CAAC,SAAS,CAAC,EACrB;QAAE,kBAAkB,EAAE,MAAM,CAAA;KAAE,CAC/B;;;IAkBH;;;;;;;;;;;;;OAaG;IACH,OAAO,CACL,QAAQ,EAAE,CACR,IAAI,EAAE,yBAAyB,CAC7B,yBAAyB,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,EAChD,aAAa,CACd,KACE,IAAI;IAKX;;;;;;;;;OASG;IACH,cAAc,CACZ,QAAQ,EAAE,qCAAqC,CAC7C,UAAU,CAAC,SAAS,CAAC,EACrB;QAAE,kBAAkB,EAAE,MAAM,CAAA;KAAE,CAC/B;;;IAkBH;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,UAAU,CACR,QAAQ,EAAE,CACR,IAAI,EAAE,yBAAyB,CAC7B,yBAAyB,CAAC,UAAU,CAAC,YAAY,CAAC,CAAC,EACnD,aAAa,CACd,KACE,IAAI;IAKX;;;;;;;;;;;;;;;;;;;OAmBG;IACH,iBAAiB,CACf,QAAQ,EAAE,qCAAqC,CAC7C,UAAU,CAAC,YAAY,CAAC,EACxB;QAAE,kBAAkB,EAAE,MAAM,CAAA;KAAE,CAC/B;;;IAkBH;;;;;;;;;;;;;;;OAeG;IACH,WAAW,CACT,QAAQ,EAAE,CACR,IAAI,EAAE,yBAAyB,CAC7B,yBAAyB,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC,EACpD,aAAa,CACd,KACE,IAAI;IAKX;;;;;;;;;;;;;;;;;OAiBG;IACG,OAAO,CAAC,MAAM,SAAS,aAAa,EAAE,MAAM,SAAS,IAAI,EAC7D,cAAc,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,GAAG;QACjD,MAAM,EAAE,sBAAsB,CAAC;KAChC,EACD,YAAY,CAAC,EAAE,YAAY,GAC1B,OAAO,CAAC,eAAe,CAAC,MAAM,CAAC,GAAG,eAAe,CAAC,IAAI,CAAC,CAAC;IAE3D;;;;;;;;;;;;;;;;;OAiBG;IACG,OAAO,CAAC,MAAM,SAAS,aAAa,EAAE,MAAM,SAAS,IAAI,EAC7D,cAAc,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC,EAChD,YAAY,CAAC,EAAE,YAAY,GAC1B,OAAO,CAAC,eAAe,CAAC,MAAM,CAAC,CAAC;CA8FpC"}