@sentio/runtime 2.59.0-rc.27 → 2.59.0-rc.28
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.
@@ -59643,10 +59643,11 @@ var ProcessorServiceImpl = class {
|
|
59643
59643
|
}
|
59644
59644
|
lastBinding = request.binding;
|
59645
59645
|
if (this.enablePartition) {
|
59646
|
-
|
59647
|
-
|
59648
|
-
|
59649
|
-
|
59646
|
+
PluginManager.INSTANCE.partition(request.binding).then((partitions) => {
|
59647
|
+
subject.next({
|
59648
|
+
processId: request.processId,
|
59649
|
+
partitions
|
59650
|
+
});
|
59650
59651
|
});
|
59651
59652
|
} else {
|
59652
59653
|
this.startProcess(request.processId, request.binding, contexts, subject);
|
@@ -59859,4 +59860,4 @@ long/umd/index.js:
|
|
59859
59860
|
@noble/curves/esm/secp256k1.js:
|
59860
59861
|
(*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
59861
59862
|
*/
|
59862
|
-
//# sourceMappingURL=chunk-
|
59863
|
+
//# sourceMappingURL=chunk-QJOLRVKZ.js.map
|