@initia/initia.js 0.0.6 → 0.0.8
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/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/dist/bundle.node.js +1 -1
- package/dist/bundle.node.js.map +1 -1
- package/dist/client/lcd/APIRequester.js +1 -0
- package/dist/client/lcd/APIRequester.js.map +1 -1
- package/dist/core/gov/Proposal.d.ts +5 -5
- package/dist/core/gov/Proposal.js +6 -0
- package/dist/core/gov/Proposal.js.map +1 -1
- package/dist/core/move/proposals/EntryFunctionProposal.d.ts +54 -0
- package/dist/core/move/proposals/EntryFunctionProposal.js +105 -0
- package/dist/core/move/proposals/EntryFunctionProposal.js.map +1 -0
- package/dist/core/move/proposals/index.d.ts +1 -0
- package/dist/core/move/proposals/index.js +1 -0
- package/dist/core/move/proposals/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"APIRequester.js","sourceRoot":"","sources":["../../../src/client/lcd/APIRequester.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAA6C;AAC7C,0EAAuF;AAS1E,QAAA,OAAO,GAAG,iBAAU,CAAC;AAYlC;IAIE,sBAAY,OAAe;QACzB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QAEvB,IAAI,CAAC,KAAK,GAAG,eAAK,CAAC,MAAM,CAAC;YACxB,OAAO,EAAE;gBACP,MAAM,EAAE,kBAAkB;
|
|
1
|
+
{"version":3,"file":"APIRequester.js","sourceRoot":"","sources":["../../../src/client/lcd/APIRequester.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAA6C;AAC7C,0EAAuF;AAS1E,QAAA,OAAO,GAAG,iBAAU,CAAC;AAYlC;IAIE,sBAAY,OAAe;QACzB,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;QAEvB,IAAI,CAAC,KAAK,GAAG,eAAK,CAAC,MAAM,CAAC;YACxB,OAAO,EAAE;gBACP,MAAM,EAAE,kBAAkB;gBAC1B,iBAAiB,EAAE,GAAG;aACvB;YACD,OAAO,EAAE,KAAK;SACf,CAAC,CAAC;IACL,CAAC;IAEO,sCAAe,GAAvB,UAAwB,QAAgB;QACtC,IAAM,GAAG,GAAG,IAAI,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAElC,GAAG,CAAC,QAAQ,KAAK,GAAG;YAClB,CAAC,CAAC,CAAC,GAAG,CAAC,QAAQ,GAAG,QAAQ,CAAC;YAC3B,CAAC,CAAC,CAAC,GAAG,CAAC,QAAQ,IAAI,QAAQ,CAAC,CAAC;QAE/B,OAAO,GAAG,CAAC,QAAQ,EAAE,CAAC;IACxB,CAAC;IAEY,6BAAM,GAAnB,UACE,QAAgB,EAChB,MAAwC;QAAxC,uBAAA,EAAA,WAAwC;;;;gBAElC,GAAG,GAAG,IAAI,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;gBAC3C,sBAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,EAAE,EAAE,MAAM,QAAA,EAAE,CAAC,CAAC,IAAI,CAAC,UAAA,CAAC,IAAI,OAAA,CAAC,CAAC,IAAI,EAAN,CAAM,CAAC,EAAC;;;KAC1D;IAEY,0BAAG,GAAhB,UACE,QAAgB,EAChB,MAAwC;QAAxC,uBAAA,EAAA,WAAwC;;;;gBAElC,GAAG,GAAG,IAAI,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;gBAC3C,sBAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,EAAE,EAAE,MAAM,QAAA,EAAE,CAAC,CAAC,IAAI,CAAC,UAAA,CAAC,IAAI,OAAA,CAAC,CAAC,IAAI,EAAN,CAAM,CAAC,EAAC;;;KAC1D;IAEY,2BAAI,GAAjB,UAAqB,QAAgB,EAAE,IAAU;;;;gBACzC,GAAG,GAAG,IAAI,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC;gBAC3C,sBAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC,IAAI,CAAC,UAAA,CAAC,IAAI,OAAA,CAAC,CAAC,IAAI,EAAN,CAAM,CAAC,EAAC;;;KACrD;IACH,mBAAC;AAAD,CAAC,AA9CD,IA8CC;AA9CY,oCAAY"}
|
|
@@ -5,7 +5,7 @@ import { ParameterChangeProposal } from '../params/proposals';
|
|
|
5
5
|
import { ClientUpdateProposal } from '../ibc/proposals';
|
|
6
6
|
import { TextProposal } from './proposals';
|
|
7
7
|
import { SoftwareUpgradeProposal, CancelSoftwareUpgradeProposal } from '../upgrade/proposals';
|
|
8
|
-
import { PublishStdModuleProposal } from '../move/proposals';
|
|
8
|
+
import { PublishStdModuleProposal, EntryFunctionProposal } from '../move/proposals';
|
|
9
9
|
import { Proposal as Proposal_pb, ProposalStatus } from '@initia/initia.proto/cosmos/gov/v1beta1/gov';
|
|
10
10
|
import { Any } from '@initia/initia.proto/google/protobuf/any';
|
|
11
11
|
/**
|
|
@@ -51,11 +51,11 @@ export declare namespace Proposal {
|
|
|
51
51
|
no: string;
|
|
52
52
|
no_with_veto: string;
|
|
53
53
|
}
|
|
54
|
-
type Content = TextProposal | CommunityPoolSpendProposal | ParameterChangeProposal | SoftwareUpgradeProposal | CancelSoftwareUpgradeProposal | ClientUpdateProposal | PublishStdModuleProposal;
|
|
54
|
+
type Content = TextProposal | CommunityPoolSpendProposal | ParameterChangeProposal | SoftwareUpgradeProposal | CancelSoftwareUpgradeProposal | ClientUpdateProposal | PublishStdModuleProposal | EntryFunctionProposal;
|
|
55
55
|
namespace Content {
|
|
56
|
-
type Amino = TextProposal.Amino | CommunityPoolSpendProposal.Amino | ParameterChangeProposal.Amino | SoftwareUpgradeProposal.Amino | CancelSoftwareUpgradeProposal.Amino | ClientUpdateProposal.Amino | PublishStdModuleProposal.Amino;
|
|
57
|
-
type Data = TextProposal.Data | CommunityPoolSpendProposal.Data | ParameterChangeProposal.Data | SoftwareUpgradeProposal.Data | CancelSoftwareUpgradeProposal.Data | ClientUpdateProposal.Data | PublishStdModuleProposal.Data;
|
|
58
|
-
type Proto = TextProposal.Proto | CommunityPoolSpendProposal.Proto | ParameterChangeProposal.Proto | SoftwareUpgradeProposal.Proto | CancelSoftwareUpgradeProposal.Proto | ClientUpdateProposal.Proto | PublishStdModuleProposal.Proto;
|
|
56
|
+
type Amino = TextProposal.Amino | CommunityPoolSpendProposal.Amino | ParameterChangeProposal.Amino | SoftwareUpgradeProposal.Amino | CancelSoftwareUpgradeProposal.Amino | ClientUpdateProposal.Amino | PublishStdModuleProposal.Amino | EntryFunctionProposal.Amino;
|
|
57
|
+
type Data = TextProposal.Data | CommunityPoolSpendProposal.Data | ParameterChangeProposal.Data | SoftwareUpgradeProposal.Data | CancelSoftwareUpgradeProposal.Data | ClientUpdateProposal.Data | PublishStdModuleProposal.Data | EntryFunctionProposal.Data;
|
|
58
|
+
type Proto = TextProposal.Proto | CommunityPoolSpendProposal.Proto | ParameterChangeProposal.Proto | SoftwareUpgradeProposal.Proto | CancelSoftwareUpgradeProposal.Proto | ClientUpdateProposal.Proto | PublishStdModuleProposal.Proto | EntryFunctionProposal.Proto;
|
|
59
59
|
function fromAmino(amino: Proposal.Content.Amino): Proposal.Content;
|
|
60
60
|
function fromData(data: Proposal.Content.Data): Proposal.Content;
|
|
61
61
|
function fromProto(anyProto: Any): Proposal.Content;
|
|
@@ -183,6 +183,8 @@ exports.Proposal = Proposal;
|
|
|
183
183
|
return proposals_3.ClientUpdateProposal.fromAmino(amino);
|
|
184
184
|
case 'move/PublishStdModuleProposal':
|
|
185
185
|
return proposals_6.PublishStdModuleProposal.fromAmino(amino);
|
|
186
|
+
case 'move/EntryFunctionProposal':
|
|
187
|
+
return proposals_6.EntryFunctionProposal.fromAmino(amino);
|
|
186
188
|
}
|
|
187
189
|
}
|
|
188
190
|
Content.fromAmino = fromAmino;
|
|
@@ -202,6 +204,8 @@ exports.Proposal = Proposal;
|
|
|
202
204
|
return proposals_3.ClientUpdateProposal.fromData(data);
|
|
203
205
|
case '/initia.move.v1.PublishStdModuleProposal':
|
|
204
206
|
return proposals_6.PublishStdModuleProposal.fromData(data);
|
|
207
|
+
case '/initia.move.v1.EntryFunctionProposal':
|
|
208
|
+
return proposals_6.EntryFunctionProposal.fromData(data);
|
|
205
209
|
}
|
|
206
210
|
}
|
|
207
211
|
Content.fromData = fromData;
|
|
@@ -222,6 +226,8 @@ exports.Proposal = Proposal;
|
|
|
222
226
|
return proposals_3.ClientUpdateProposal.unpackAny(anyProto);
|
|
223
227
|
case '/initia.move.v1.PublishStdModuleProposal':
|
|
224
228
|
return proposals_6.PublishStdModuleProposal.unpackAny(anyProto);
|
|
229
|
+
case '/initia.move.v1.EntryFunctionProposal':
|
|
230
|
+
return proposals_6.EntryFunctionProposal.unpackAny(anyProto);
|
|
225
231
|
}
|
|
226
232
|
throw "Proposal content ".concat(typeUrl, " not recognized");
|
|
227
233
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Proposal.js","sourceRoot":"","sources":["../../../src/core/gov/Proposal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA,kCAAiC;AACjC,8BAA4B;AAC5B,wCAAmD;AACnD,uDAAuE;AACvE,iDAA8D;AAC9D,8CAAwD;AACxD,yCAA2C;AAC3C,kDAG8B;AAC9B,+
|
|
1
|
+
{"version":3,"file":"Proposal.js","sourceRoot":"","sources":["../../../src/core/gov/Proposal.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { JSONSerializable } from '../../../util/json';
|
|
2
|
+
import { Any } from '@initia/initia.proto/google/protobuf/any';
|
|
3
|
+
import { EntryFunctionProposal as EntryFunctionProposal_pb } from '@initia/initia.proto/initia/move//v1/proposal';
|
|
4
|
+
/**
|
|
5
|
+
* EntryFunctionProposal gov proposal content type to execute entry function to the system
|
|
6
|
+
*/
|
|
7
|
+
export declare class EntryFunctionProposal extends JSONSerializable<EntryFunctionProposal.Amino, EntryFunctionProposal.Data, EntryFunctionProposal.Proto> {
|
|
8
|
+
title: string;
|
|
9
|
+
description: string;
|
|
10
|
+
module_name: string;
|
|
11
|
+
function_name: string;
|
|
12
|
+
type_args: string[];
|
|
13
|
+
args: string[];
|
|
14
|
+
/**
|
|
15
|
+
* @param title a short summary
|
|
16
|
+
* @param description a human readable text
|
|
17
|
+
* @param module_name a move module name
|
|
18
|
+
* @param function_name a move function name
|
|
19
|
+
* @param type_args move function type args
|
|
20
|
+
* @param args move function args
|
|
21
|
+
*/
|
|
22
|
+
constructor(title: string, description: string, module_name: string, function_name: string, type_args: string[], args: string[]);
|
|
23
|
+
static fromAmino(data: EntryFunctionProposal.Amino): EntryFunctionProposal;
|
|
24
|
+
toAmino(): EntryFunctionProposal.Amino;
|
|
25
|
+
static fromData(data: EntryFunctionProposal.Data): EntryFunctionProposal;
|
|
26
|
+
toData(): EntryFunctionProposal.Data;
|
|
27
|
+
static fromProto(proto: EntryFunctionProposal.Proto): EntryFunctionProposal;
|
|
28
|
+
toProto(): EntryFunctionProposal.Proto;
|
|
29
|
+
packAny(): Any;
|
|
30
|
+
static unpackAny(msgAny: Any): EntryFunctionProposal;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace EntryFunctionProposal {
|
|
33
|
+
interface Amino {
|
|
34
|
+
type: 'move/EntryFunctionProposal';
|
|
35
|
+
value: {
|
|
36
|
+
title: string;
|
|
37
|
+
description: string;
|
|
38
|
+
module_name: string;
|
|
39
|
+
function_name: string;
|
|
40
|
+
type_args: string[];
|
|
41
|
+
args: string[];
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
interface Data {
|
|
45
|
+
'@type': '/initia.move.v1.EntryFunctionProposal';
|
|
46
|
+
title: string;
|
|
47
|
+
description: string;
|
|
48
|
+
module_name: string;
|
|
49
|
+
function_name: string;
|
|
50
|
+
type_args: string[];
|
|
51
|
+
args: string[];
|
|
52
|
+
}
|
|
53
|
+
type Proto = EntryFunctionProposal_pb;
|
|
54
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.EntryFunctionProposal = void 0;
|
|
19
|
+
var json_1 = require("../../../util/json");
|
|
20
|
+
var any_1 = require("@initia/initia.proto/google/protobuf/any");
|
|
21
|
+
var proposal_1 = require("@initia/initia.proto/initia/move//v1/proposal");
|
|
22
|
+
/**
|
|
23
|
+
* EntryFunctionProposal gov proposal content type to execute entry function to the system
|
|
24
|
+
*/
|
|
25
|
+
var EntryFunctionProposal = /** @class */ (function (_super) {
|
|
26
|
+
__extends(EntryFunctionProposal, _super);
|
|
27
|
+
/**
|
|
28
|
+
* @param title a short summary
|
|
29
|
+
* @param description a human readable text
|
|
30
|
+
* @param module_name a move module name
|
|
31
|
+
* @param function_name a move function name
|
|
32
|
+
* @param type_args move function type args
|
|
33
|
+
* @param args move function args
|
|
34
|
+
*/
|
|
35
|
+
function EntryFunctionProposal(title, description, module_name, function_name, type_args, args) {
|
|
36
|
+
var _this = _super.call(this) || this;
|
|
37
|
+
_this.title = title;
|
|
38
|
+
_this.description = description;
|
|
39
|
+
_this.module_name = module_name;
|
|
40
|
+
_this.function_name = function_name;
|
|
41
|
+
_this.type_args = type_args;
|
|
42
|
+
_this.args = args;
|
|
43
|
+
return _this;
|
|
44
|
+
}
|
|
45
|
+
EntryFunctionProposal.fromAmino = function (data) {
|
|
46
|
+
var _a = data.value, title = _a.title, description = _a.description, module_name = _a.module_name, function_name = _a.function_name, type_args = _a.type_args, args = _a.args;
|
|
47
|
+
return new EntryFunctionProposal(title, description, module_name, function_name, type_args, args);
|
|
48
|
+
};
|
|
49
|
+
EntryFunctionProposal.prototype.toAmino = function () {
|
|
50
|
+
var _a = this, title = _a.title, description = _a.description, module_name = _a.module_name, function_name = _a.function_name, type_args = _a.type_args, args = _a.args;
|
|
51
|
+
return {
|
|
52
|
+
type: 'move/EntryFunctionProposal',
|
|
53
|
+
value: {
|
|
54
|
+
title: title,
|
|
55
|
+
description: description,
|
|
56
|
+
module_name: module_name,
|
|
57
|
+
function_name: function_name,
|
|
58
|
+
type_args: type_args,
|
|
59
|
+
args: args,
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
EntryFunctionProposal.fromData = function (data) {
|
|
64
|
+
var title = data.title, description = data.description, module_name = data.module_name, function_name = data.function_name, type_args = data.type_args, args = data.args;
|
|
65
|
+
return new EntryFunctionProposal(title, description, module_name, function_name, type_args, args);
|
|
66
|
+
};
|
|
67
|
+
EntryFunctionProposal.prototype.toData = function () {
|
|
68
|
+
var _a = this, title = _a.title, description = _a.description, module_name = _a.module_name, function_name = _a.function_name, type_args = _a.type_args, args = _a.args;
|
|
69
|
+
return {
|
|
70
|
+
'@type': '/initia.move.v1.EntryFunctionProposal',
|
|
71
|
+
title: title,
|
|
72
|
+
description: description,
|
|
73
|
+
module_name: module_name,
|
|
74
|
+
function_name: function_name,
|
|
75
|
+
type_args: type_args,
|
|
76
|
+
args: args,
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
EntryFunctionProposal.fromProto = function (proto) {
|
|
80
|
+
return new EntryFunctionProposal(proto.title, proto.description, proto.moduleName, proto.functionName, proto.typeArgs, proto.args.map(function (arg) { return Buffer.from(arg).toString('base64'); }));
|
|
81
|
+
};
|
|
82
|
+
EntryFunctionProposal.prototype.toProto = function () {
|
|
83
|
+
var _a = this, title = _a.title, description = _a.description, module_name = _a.module_name, function_name = _a.function_name, type_args = _a.type_args, args = _a.args;
|
|
84
|
+
return proposal_1.EntryFunctionProposal.fromPartial({
|
|
85
|
+
title: title,
|
|
86
|
+
description: description,
|
|
87
|
+
moduleName: module_name,
|
|
88
|
+
functionName: function_name,
|
|
89
|
+
typeArgs: type_args,
|
|
90
|
+
args: args.map(function (arg) { return Buffer.from(arg, 'base64'); }),
|
|
91
|
+
});
|
|
92
|
+
};
|
|
93
|
+
EntryFunctionProposal.prototype.packAny = function () {
|
|
94
|
+
return any_1.Any.fromPartial({
|
|
95
|
+
typeUrl: '/initia.move.v1.EntryFunctionProposal',
|
|
96
|
+
value: proposal_1.EntryFunctionProposal.encode(this.toProto()).finish(),
|
|
97
|
+
});
|
|
98
|
+
};
|
|
99
|
+
EntryFunctionProposal.unpackAny = function (msgAny) {
|
|
100
|
+
return EntryFunctionProposal.fromProto(proposal_1.EntryFunctionProposal.decode(msgAny.value));
|
|
101
|
+
};
|
|
102
|
+
return EntryFunctionProposal;
|
|
103
|
+
}(json_1.JSONSerializable));
|
|
104
|
+
exports.EntryFunctionProposal = EntryFunctionProposal;
|
|
105
|
+
//# sourceMappingURL=EntryFunctionProposal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntryFunctionProposal.js","sourceRoot":"","sources":["../../../../src/core/move/proposals/EntryFunctionProposal.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./PublishStdModuleProposal"), exports);
|
|
18
|
+
__exportStar(require("./EntryFunctionProposal"), exports);
|
|
18
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/core/move/proposals/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/core/move/proposals/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6DAA2C;AAC3C,0DAAwC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@initia/initia.js",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "The JavaScript SDK for Initia",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "InitiaLabs",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"webpack-cli": "^4.10.0"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@initia/initia.proto": "^0.0.
|
|
85
|
+
"@initia/initia.proto": "^0.0.3-alpha1",
|
|
86
86
|
"@mysten/bcs": "^0.3.0",
|
|
87
87
|
"axios": "^0.27.2",
|
|
88
88
|
"bech32": "^2.0.0",
|