@ocap/proto 1.14.7 → 1.14.11
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/gen/enum_pb.js +11 -11
- package/lib/gen/spec.json +112 -0
- package/lib/gen/state_pb.js +13 -13
- package/lib/gen/trace-type_pb.js +33 -33
- package/lib/gen/tx_pb.js +39 -39
- package/lib/gen/type_pb.js +1063 -48
- package/lib/gen/vendor_pb.js +18 -18
- package/package.json +3 -3
package/lib/gen/vendor_pb.js
CHANGED
|
@@ -13,27 +13,27 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var
|
|
16
|
+
var root = (typeof self === 'object' && self.self === self && self) || (typeof global === 'object' && global.global === global && global) || this;
|
|
17
17
|
|
|
18
18
|
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
|
|
19
19
|
goog.object.extend(proto, google_protobuf_timestamp_pb);
|
|
20
|
-
goog.exportSymbol('proto.vendor.BlockID', null,
|
|
21
|
-
goog.exportSymbol('proto.vendor.BlockParams', null,
|
|
22
|
-
goog.exportSymbol('proto.vendor.ConsensusParams', null,
|
|
23
|
-
goog.exportSymbol('proto.vendor.Evidence', null,
|
|
24
|
-
goog.exportSymbol('proto.vendor.EvidenceParams', null,
|
|
25
|
-
goog.exportSymbol('proto.vendor.Header', null,
|
|
26
|
-
goog.exportSymbol('proto.vendor.KVPair', null,
|
|
27
|
-
goog.exportSymbol('proto.vendor.LastCommitInfo', null,
|
|
28
|
-
goog.exportSymbol('proto.vendor.PartSetHeader', null,
|
|
29
|
-
goog.exportSymbol('proto.vendor.PubKey', null,
|
|
30
|
-
goog.exportSymbol('proto.vendor.RequestBeginBlock', null,
|
|
31
|
-
goog.exportSymbol('proto.vendor.RequestEndBlock', null,
|
|
32
|
-
goog.exportSymbol('proto.vendor.Validator', null,
|
|
33
|
-
goog.exportSymbol('proto.vendor.ValidatorParams', null,
|
|
34
|
-
goog.exportSymbol('proto.vendor.ValidatorUpdate', null,
|
|
35
|
-
goog.exportSymbol('proto.vendor.Version', null,
|
|
36
|
-
goog.exportSymbol('proto.vendor.VoteInfo', null,
|
|
20
|
+
goog.exportSymbol('proto.vendor.BlockID', null, root);
|
|
21
|
+
goog.exportSymbol('proto.vendor.BlockParams', null, root);
|
|
22
|
+
goog.exportSymbol('proto.vendor.ConsensusParams', null, root);
|
|
23
|
+
goog.exportSymbol('proto.vendor.Evidence', null, root);
|
|
24
|
+
goog.exportSymbol('proto.vendor.EvidenceParams', null, root);
|
|
25
|
+
goog.exportSymbol('proto.vendor.Header', null, root);
|
|
26
|
+
goog.exportSymbol('proto.vendor.KVPair', null, root);
|
|
27
|
+
goog.exportSymbol('proto.vendor.LastCommitInfo', null, root);
|
|
28
|
+
goog.exportSymbol('proto.vendor.PartSetHeader', null, root);
|
|
29
|
+
goog.exportSymbol('proto.vendor.PubKey', null, root);
|
|
30
|
+
goog.exportSymbol('proto.vendor.RequestBeginBlock', null, root);
|
|
31
|
+
goog.exportSymbol('proto.vendor.RequestEndBlock', null, root);
|
|
32
|
+
goog.exportSymbol('proto.vendor.Validator', null, root);
|
|
33
|
+
goog.exportSymbol('proto.vendor.ValidatorParams', null, root);
|
|
34
|
+
goog.exportSymbol('proto.vendor.ValidatorUpdate', null, root);
|
|
35
|
+
goog.exportSymbol('proto.vendor.Version', null, root);
|
|
36
|
+
goog.exportSymbol('proto.vendor.VoteInfo', null, root);
|
|
37
37
|
/**
|
|
38
38
|
* Generated by JsPbCodeGenerator.
|
|
39
39
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocap/proto",
|
|
3
3
|
"description": "Static modules generated from forge-sdk protobuf files",
|
|
4
|
-
"version": "1.14.
|
|
4
|
+
"version": "1.14.11",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "wangshijun",
|
|
7
7
|
"email": "shijun@arcblock.io",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"coverage": "npm run test -- --coverage"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"debug": "^4.3.
|
|
47
|
+
"debug": "^4.3.3",
|
|
48
48
|
"lodash": "^4.17.21"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "df9681a5e8ef4cff1972c5e7be5137f72b60f1c7"
|
|
51
51
|
}
|