@sentio/runtime 3.8.0-rc3.3 → 3.8.0-rc3.4
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-GY7OBH64.js → chunk-HLJD4QOP.js} +31 -1
- package/lib/chunk-HLJD4QOP.js.map +1 -0
- package/lib/{chunk-W5SMLSTL.js → chunk-XBNTVOAP.js} +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/index.js +2 -2
- package/lib/{processor-D1hP2eBU.d.ts → processor-CNJAQPfh.d.ts} +1 -0
- package/lib/processor-runner.js +8 -2
- package/lib/processor-runner.js.map +1 -1
- package/lib/test-processor.test.d.ts +1 -1
- package/package.json +1 -1
- package/src/full-service.ts +6 -0
- package/src/gen/processor/protos/processor.ts +17 -0
- package/lib/chunk-GY7OBH64.js.map +0 -1
- /package/lib/{chunk-W5SMLSTL.js.map → chunk-XBNTVOAP.js.map} +0 -0
|
@@ -11456,6 +11456,7 @@ function createBaseData_SolInstruction() {
|
|
|
11456
11456
|
programAccountId: "",
|
|
11457
11457
|
accounts: [],
|
|
11458
11458
|
parsed: void 0,
|
|
11459
|
+
rawParsed: void 0,
|
|
11459
11460
|
rawTransaction: void 0
|
|
11460
11461
|
};
|
|
11461
11462
|
}
|
|
@@ -11479,6 +11480,9 @@ var Data_SolInstruction = {
|
|
|
11479
11480
|
if (message.parsed !== void 0) {
|
|
11480
11481
|
Struct.encode(Struct.wrap(message.parsed), writer.uint32(34).fork()).ldelim();
|
|
11481
11482
|
}
|
|
11483
|
+
if (message.rawParsed !== void 0) {
|
|
11484
|
+
writer.uint32(58).string(message.rawParsed);
|
|
11485
|
+
}
|
|
11482
11486
|
if (message.rawTransaction !== void 0) {
|
|
11483
11487
|
writer.uint32(50).string(message.rawTransaction);
|
|
11484
11488
|
}
|
|
@@ -11521,6 +11525,12 @@ var Data_SolInstruction = {
|
|
|
11521
11525
|
}
|
|
11522
11526
|
message.parsed = Struct.unwrap(Struct.decode(reader, reader.uint32()));
|
|
11523
11527
|
continue;
|
|
11528
|
+
case 7:
|
|
11529
|
+
if (tag !== 58) {
|
|
11530
|
+
break;
|
|
11531
|
+
}
|
|
11532
|
+
message.rawParsed = reader.string();
|
|
11533
|
+
continue;
|
|
11524
11534
|
case 6:
|
|
11525
11535
|
if (tag !== 50) {
|
|
11526
11536
|
break;
|
|
@@ -11542,6 +11552,7 @@ var Data_SolInstruction = {
|
|
|
11542
11552
|
programAccountId: isSet4(object.programAccountId) ? globalThis.String(object.programAccountId) : "",
|
|
11543
11553
|
accounts: globalThis.Array.isArray(object?.accounts) ? object.accounts.map((e) => globalThis.String(e)) : [],
|
|
11544
11554
|
parsed: isObject3(object.parsed) ? object.parsed : void 0,
|
|
11555
|
+
rawParsed: isSet4(object.rawParsed) ? globalThis.String(object.rawParsed) : void 0,
|
|
11545
11556
|
rawTransaction: isSet4(object.rawTransaction) ? globalThis.String(object.rawTransaction) : void 0
|
|
11546
11557
|
};
|
|
11547
11558
|
},
|
|
@@ -11562,6 +11573,9 @@ var Data_SolInstruction = {
|
|
|
11562
11573
|
if (message.parsed !== void 0) {
|
|
11563
11574
|
obj.parsed = message.parsed;
|
|
11564
11575
|
}
|
|
11576
|
+
if (message.rawParsed !== void 0) {
|
|
11577
|
+
obj.rawParsed = message.rawParsed;
|
|
11578
|
+
}
|
|
11565
11579
|
if (message.rawTransaction !== void 0) {
|
|
11566
11580
|
obj.rawTransaction = message.rawTransaction;
|
|
11567
11581
|
}
|
|
@@ -11577,6 +11591,7 @@ var Data_SolInstruction = {
|
|
|
11577
11591
|
message.programAccountId = object.programAccountId ?? "";
|
|
11578
11592
|
message.accounts = object.accounts?.map((e) => e) || [];
|
|
11579
11593
|
message.parsed = object.parsed ?? void 0;
|
|
11594
|
+
message.rawParsed = object.rawParsed ?? void 0;
|
|
11580
11595
|
message.rawTransaction = object.rawTransaction ?? void 0;
|
|
11581
11596
|
return message;
|
|
11582
11597
|
}
|
|
@@ -23532,6 +23547,7 @@ function createBaseData_SolInstruction2() {
|
|
|
23532
23547
|
programAccountId: "",
|
|
23533
23548
|
accounts: [],
|
|
23534
23549
|
parsed: void 0,
|
|
23550
|
+
rawParsed: void 0,
|
|
23535
23551
|
rawTransaction: void 0
|
|
23536
23552
|
};
|
|
23537
23553
|
}
|
|
@@ -23555,6 +23571,9 @@ var Data_SolInstruction2 = {
|
|
|
23555
23571
|
if (message.parsed !== void 0) {
|
|
23556
23572
|
Struct2.encode(Struct2.wrap(message.parsed), writer.uint32(34).fork()).ldelim();
|
|
23557
23573
|
}
|
|
23574
|
+
if (message.rawParsed !== void 0) {
|
|
23575
|
+
writer.uint32(58).string(message.rawParsed);
|
|
23576
|
+
}
|
|
23558
23577
|
if (message.rawTransaction !== void 0) {
|
|
23559
23578
|
writer.uint32(50).string(message.rawTransaction);
|
|
23560
23579
|
}
|
|
@@ -23597,6 +23616,12 @@ var Data_SolInstruction2 = {
|
|
|
23597
23616
|
}
|
|
23598
23617
|
message.parsed = Struct2.unwrap(Struct2.decode(reader, reader.uint32()));
|
|
23599
23618
|
continue;
|
|
23619
|
+
case 7:
|
|
23620
|
+
if (tag !== 58) {
|
|
23621
|
+
break;
|
|
23622
|
+
}
|
|
23623
|
+
message.rawParsed = reader.string();
|
|
23624
|
+
continue;
|
|
23600
23625
|
case 6:
|
|
23601
23626
|
if (tag !== 50) {
|
|
23602
23627
|
break;
|
|
@@ -23618,6 +23643,7 @@ var Data_SolInstruction2 = {
|
|
|
23618
23643
|
programAccountId: isSet8(object.programAccountId) ? globalThis.String(object.programAccountId) : "",
|
|
23619
23644
|
accounts: globalThis.Array.isArray(object?.accounts) ? object.accounts.map((e) => globalThis.String(e)) : [],
|
|
23620
23645
|
parsed: isObject6(object.parsed) ? object.parsed : void 0,
|
|
23646
|
+
rawParsed: isSet8(object.rawParsed) ? globalThis.String(object.rawParsed) : void 0,
|
|
23621
23647
|
rawTransaction: isSet8(object.rawTransaction) ? globalThis.String(object.rawTransaction) : void 0
|
|
23622
23648
|
};
|
|
23623
23649
|
},
|
|
@@ -23638,6 +23664,9 @@ var Data_SolInstruction2 = {
|
|
|
23638
23664
|
if (message.parsed !== void 0) {
|
|
23639
23665
|
obj.parsed = message.parsed;
|
|
23640
23666
|
}
|
|
23667
|
+
if (message.rawParsed !== void 0) {
|
|
23668
|
+
obj.rawParsed = message.rawParsed;
|
|
23669
|
+
}
|
|
23641
23670
|
if (message.rawTransaction !== void 0) {
|
|
23642
23671
|
obj.rawTransaction = message.rawTransaction;
|
|
23643
23672
|
}
|
|
@@ -23653,6 +23682,7 @@ var Data_SolInstruction2 = {
|
|
|
23653
23682
|
message.programAccountId = object.programAccountId ?? "";
|
|
23654
23683
|
message.accounts = object.accounts?.map((e) => e) || [];
|
|
23655
23684
|
message.parsed = object.parsed ?? void 0;
|
|
23685
|
+
message.rawParsed = object.rawParsed ?? void 0;
|
|
23656
23686
|
message.rawTransaction = object.rawTransaction ?? void 0;
|
|
23657
23687
|
return message;
|
|
23658
23688
|
}
|
|
@@ -26233,4 +26263,4 @@ long/index.js:
|
|
|
26233
26263
|
* SPDX-License-Identifier: Apache-2.0
|
|
26234
26264
|
*)
|
|
26235
26265
|
*/
|
|
26236
|
-
//# sourceMappingURL=chunk-
|
|
26266
|
+
//# sourceMappingURL=chunk-HLJD4QOP.js.map
|