@sentio/runtime 2.62.0-rc.8 → 2.62.0
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.
- package/lib/chunk-3A7UBKPA.js +26 -0
- package/lib/chunk-3A7UBKPA.js.map +1 -0
- package/lib/chunk-AUPVVLD3.js +3 -0
- package/lib/chunk-CJDESLYQ.js +3 -0
- package/lib/{chunk-L2A6JPIQ.js.map → chunk-CJDESLYQ.js.map} +1 -1
- package/lib/chunk-G6HW3DCN.js +3 -0
- package/lib/{chunk-W3VN25ER.js.map → chunk-G6HW3DCN.js.map} +1 -1
- package/lib/chunk-QPZM6M6S.js +117 -0
- package/lib/{chunk-YBKSM3GO.js.map → chunk-QPZM6M6S.js.map} +1 -1
- package/lib/chunk-WHWNPZZ3.js +3 -0
- package/lib/{chunk-6XHWJ2VS.js.map → chunk-WHWNPZZ3.js.map} +1 -1
- package/lib/chunk-XI22N6AJ.js +38 -0
- package/lib/{chunk-PCB4OKW7.js.map → chunk-XI22N6AJ.js.map} +1 -1
- package/lib/getMachineId-bsd-I6PJXCQT.js +3 -0
- package/lib/{getMachineId-bsd-WJ6BLVOD.js.map → getMachineId-bsd-I6PJXCQT.js.map} +1 -1
- package/lib/getMachineId-darwin-HKHV3WMW.js +4 -0
- package/lib/{getMachineId-darwin-TW74DVT5.js.map → getMachineId-darwin-HKHV3WMW.js.map} +1 -1
- package/lib/getMachineId-linux-I76A7IOE.js +3 -0
- package/lib/{getMachineId-linux-MDJOKOMI.js.map → getMachineId-linux-I76A7IOE.js.map} +1 -1
- package/lib/getMachineId-unsupported-VPOZWIZS.js +3 -0
- package/lib/{getMachineId-unsupported-X2EJZ25K.js.map → getMachineId-unsupported-VPOZWIZS.js.map} +1 -1
- package/lib/getMachineId-win-W5S4EK74.js +3 -0
- package/lib/{getMachineId-win-VE7DMTAF.js.map → getMachineId-win-W5S4EK74.js.map} +1 -1
- package/lib/index.d.ts +204 -89
- package/lib/index.js +1 -76
- package/lib/index.js.map +1 -1
- package/lib/{processor-HNY62jHs.d.ts → processor-CIR4erWa.d.ts} +0 -32
- package/lib/processor-runner.js +47 -24609
- package/lib/processor-runner.js.map +1 -1
- package/lib/service-worker.js +2 -132
- package/lib/service-worker.js.map +1 -1
- package/lib/test-processor.test.d.ts +1 -1
- package/lib/test-processor.test.js.map +1 -1
- package/package.json +3 -2
- package/src/gen/processor/protos/processor.ts +83 -1217
- package/src/gen/service/common/protos/common.ts +13 -552
- package/src/otlp.ts +9 -34
- package/src/processor-runner-program.ts +57 -0
- package/src/processor-runner.ts +11 -68
- package/src/service-manager.ts +3 -2
- package/src/service-v3.ts +6 -8
- package/src/service-worker.ts +3 -2
- package/src/service.ts +3 -2
- package/lib/chunk-6XHWJ2VS.js +0 -92
- package/lib/chunk-I5YHR3CE.js +0 -27642
- package/lib/chunk-I5YHR3CE.js.map +0 -1
- package/lib/chunk-KVSDPGUI.js +0 -50
- package/lib/chunk-L2A6JPIQ.js +0 -21
- package/lib/chunk-PCB4OKW7.js +0 -10975
- package/lib/chunk-W3VN25ER.js +0 -1703
- package/lib/chunk-YBKSM3GO.js +0 -59783
- package/lib/getMachineId-bsd-WJ6BLVOD.js +0 -41
- package/lib/getMachineId-darwin-TW74DVT5.js +0 -41
- package/lib/getMachineId-linux-MDJOKOMI.js +0 -33
- package/lib/getMachineId-unsupported-X2EJZ25K.js +0 -24
- package/lib/getMachineId-win-VE7DMTAF.js +0 -43
- /package/lib/{chunk-KVSDPGUI.js.map → chunk-AUPVVLD3.js.map} +0 -0
@@ -279,8 +279,6 @@ declare enum HandlerType {
|
|
279
279
|
FUEL_BLOCK = 17,
|
280
280
|
COSMOS_CALL = 14,
|
281
281
|
STARKNET_EVENT = 15,
|
282
|
-
BTC_TRANSACTION = 16,
|
283
|
-
BTC_BLOCK = 18,
|
284
282
|
UNRECOGNIZED = -1
|
285
283
|
}
|
286
284
|
declare enum LogLevel {
|
@@ -352,8 +350,6 @@ interface Data {
|
|
352
350
|
fuelBlock?: Data_FuelBlock | undefined;
|
353
351
|
cosmosCall?: Data_CosmosCall | undefined;
|
354
352
|
starknetEvents?: Data_StarknetEvent | undefined;
|
355
|
-
btcTransaction?: Data_BTCTransaction | undefined;
|
356
|
-
btcBlock?: Data_BTCBlock | undefined;
|
357
353
|
}
|
358
354
|
declare const Data: {
|
359
355
|
encode(message: Data, writer?: _m0.Writer): _m0.Writer;
|
@@ -683,34 +679,6 @@ declare const Data_StarknetEvent: {
|
|
683
679
|
create(base?: DeepPartial<Data_StarknetEvent>): Data_StarknetEvent;
|
684
680
|
fromPartial(object: DeepPartial<Data_StarknetEvent>): Data_StarknetEvent;
|
685
681
|
};
|
686
|
-
interface Data_BTCTransaction {
|
687
|
-
transaction: {
|
688
|
-
[key: string]: any;
|
689
|
-
} | undefined;
|
690
|
-
timestamp: Date | undefined;
|
691
|
-
}
|
692
|
-
declare const Data_BTCTransaction: {
|
693
|
-
encode(message: Data_BTCTransaction, writer?: _m0.Writer): _m0.Writer;
|
694
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): Data_BTCTransaction;
|
695
|
-
fromJSON(object: any): Data_BTCTransaction;
|
696
|
-
toJSON(message: Data_BTCTransaction): unknown;
|
697
|
-
create(base?: DeepPartial<Data_BTCTransaction>): Data_BTCTransaction;
|
698
|
-
fromPartial(object: DeepPartial<Data_BTCTransaction>): Data_BTCTransaction;
|
699
|
-
};
|
700
|
-
interface Data_BTCBlock {
|
701
|
-
block: {
|
702
|
-
[key: string]: any;
|
703
|
-
} | undefined;
|
704
|
-
timestamp: Date | undefined;
|
705
|
-
}
|
706
|
-
declare const Data_BTCBlock: {
|
707
|
-
encode(message: Data_BTCBlock, writer?: _m0.Writer): _m0.Writer;
|
708
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): Data_BTCBlock;
|
709
|
-
fromJSON(object: any): Data_BTCBlock;
|
710
|
-
toJSON(message: Data_BTCBlock): unknown;
|
711
|
-
create(base?: DeepPartial<Data_BTCBlock>): Data_BTCBlock;
|
712
|
-
fromPartial(object: DeepPartial<Data_BTCBlock>): Data_BTCBlock;
|
713
|
-
};
|
714
682
|
interface DataBinding {
|
715
683
|
data: Data | undefined;
|
716
684
|
handlerType: HandlerType;
|