@0xtorch/core 0.0.42 → 0.0.44
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/_cjs/actions/logic/checkIfActionsIsValid/index.js +7 -17
- package/_cjs/actions/logic/checkIfActionsIsValid/index.js.map +1 -1
- package/_esm/actions/logic/checkIfActionsIsValid/index.js +7 -17
- package/_esm/actions/logic/checkIfActionsIsValid/index.js.map +1 -1
- package/_types/actions/logic/checkIfActionsIsValid/index.d.ts.map +1 -1
- package/actions/logic/checkIfActionsIsValid/index.ts +7 -17
- package/package.json +1 -1
- package/test.ts +3 -9
- package/_cjs/test.js +0 -8
- package/_cjs/test.js.map +0 -1
- package/_esm/test.js +0 -5
- package/_esm/test.js.map +0 -1
- package/_types/test.d.ts +0 -5
- package/_types/test.d.ts.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.checkIfActionsIsValid = void 0;
|
|
4
|
-
const
|
|
4
|
+
const utils_1 = require("../../../utils");
|
|
5
5
|
const action_1 = require("../../action");
|
|
6
6
|
const mergeSameAssetTransfers_1 = require("../../utils/mergeSameAssetTransfers");
|
|
7
7
|
const checkIfActionsHaveAllTransfers_1 = require("./checkIfActionsHaveAllTransfers");
|
|
@@ -10,37 +10,27 @@ const isMatchActionTransferPattern_1 = require("./isMatchActionTransferPattern")
|
|
|
10
10
|
const checkIfActionsIsValid = ({ actions, accountIds, transfers, }) => {
|
|
11
11
|
for (const action of actions) {
|
|
12
12
|
if (!(0, isMatchActionTransferPattern_1.isMatchActionTransferPattern)(action)) {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
console.dir(action, { depth: null });
|
|
16
|
-
}
|
|
13
|
+
console.debug('Action transfer pattern mismatch');
|
|
14
|
+
console.debug((0, utils_1.stringify)(action));
|
|
17
15
|
return false;
|
|
18
16
|
}
|
|
19
17
|
if (action_1.crossActionTypes.has(action.type)) {
|
|
20
18
|
if (action.crossId === undefined || action.crossId === '') {
|
|
21
|
-
|
|
22
|
-
console.debug(`${action.type} action must have crossId`);
|
|
23
|
-
}
|
|
19
|
+
console.debug(`${action.type} action must have crossId`);
|
|
24
20
|
return false;
|
|
25
21
|
}
|
|
26
22
|
if (action.crossType === undefined) {
|
|
27
|
-
|
|
28
|
-
console.debug(`${action.type} action must have crossType`);
|
|
29
|
-
}
|
|
23
|
+
console.debug(`${action.type} action must have crossType`);
|
|
30
24
|
return false;
|
|
31
25
|
}
|
|
32
26
|
}
|
|
33
27
|
if (action_1.loanActionTypes.has(action.type) &&
|
|
34
28
|
(action.loanId === undefined || action.loanId === '')) {
|
|
35
|
-
|
|
36
|
-
console.debug(`${action.type} action must have loanId`);
|
|
37
|
-
}
|
|
29
|
+
console.debug(`${action.type} action must have loanId`);
|
|
38
30
|
return false;
|
|
39
31
|
}
|
|
40
32
|
if (action_1.targetActionTypes.has(action.type) && action.target === undefined) {
|
|
41
|
-
|
|
42
|
-
console.debug(`${action.type} action must have target`);
|
|
43
|
-
}
|
|
33
|
+
console.debug(`${action.type} action must have target`);
|
|
44
34
|
return false;
|
|
45
35
|
}
|
|
46
36
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../actions/logic/checkIfActionsIsValid/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../actions/logic/checkIfActionsIsValid/index.ts"],"names":[],"mappings":";;;AAAA,0CAA0C;AAC1C,yCAKqB;AAErB,iFAA6E;AAC7E,qFAAiF;AACjF,uFAAmF;AACnF,iFAA6E;AAQtE,MAAM,qBAAqB,GAAG,CAAC,EACpC,OAAO,EACP,UAAU,EACV,SAAS,GACuB,EAAW,EAAE;IAM7C,KAAK,MAAM,MAAM,IAAI,OAAO,EAAE,CAAC;QAC7B,IAAI,CAAC,IAAA,2DAA4B,EAAC,MAAM,CAAC,EAAE,CAAC;YAC1C,OAAO,CAAC,KAAK,CAAC,kCAAkC,CAAC,CAAA;YACjD,OAAO,CAAC,KAAK,CAAC,IAAA,iBAAS,EAAC,MAAM,CAAC,CAAC,CAAA;YAChC,OAAO,KAAK,CAAA;QACd,CAAC;QACD,IAAI,yBAAgB,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC;YACtC,IAAI,MAAM,CAAC,OAAO,KAAK,SAAS,IAAI,MAAM,CAAC,OAAO,KAAK,EAAE,EAAE,CAAC;gBAC1D,OAAO,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,IAAI,2BAA2B,CAAC,CAAA;gBACxD,OAAO,KAAK,CAAA;YACd,CAAC;YACD,IAAI,MAAM,CAAC,SAAS,KAAK,SAAS,EAAE,CAAC;gBACnC,OAAO,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,IAAI,6BAA6B,CAAC,CAAA;gBAC1D,OAAO,KAAK,CAAA;YACd,CAAC;QACH,CAAC;QACD,IACE,wBAAe,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC;YAChC,CAAC,MAAM,CAAC,MAAM,KAAK,SAAS,IAAI,MAAM,CAAC,MAAM,KAAK,EAAE,CAAC,EACrD,CAAC;YACD,OAAO,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,IAAI,0BAA0B,CAAC,CAAA;YACvD,OAAO,KAAK,CAAA;QACd,CAAC;QACD,IAAI,0BAAiB,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,MAAM,CAAC,MAAM,KAAK,SAAS,EAAE,CAAC;YACtE,OAAO,CAAC,KAAK,CAAC,GAAG,MAAM,CAAC,IAAI,0BAA0B,CAAC,CAAA;YACvD,OAAO,KAAK,CAAA;QACd,CAAC;IACH,CAAC;IAGD,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;QAC5B,OAAO,IAAI,CAAA;IACb,CAAC;IAID,IAAI,IAAA,+DAA8B,EAAC,EAAE,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,CAAC,EAAE,CAAC;QACvE,OAAO,IAAI,CAAA;IACb,CAAC;IAID,MAAM,eAAe,GAAG,IAAA,iDAAuB,EAAC,SAAS,EAAE,UAAU,CAAC,CAAA;IACtE,MAAM,qBAAqB,GAAG,IAAA,iDAAuB,EACnD,OAAO,CAAC,OAAO,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,EAC7C,UAAU,CACX,CAAA;IACD,IAAI,IAAA,iEAA+B,EAAC,eAAe,EAAE,qBAAqB,CAAC,EAAE,CAAC;QAC5E,OAAO,IAAI,CAAA;IACb,CAAC;IAGD,OAAO,KAAK,CAAA;AACd,CAAC,CAAA;AA/DY,QAAA,qBAAqB,yBA+DjC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { stringify } from '../../../utils';
|
|
2
2
|
import { crossActionTypes, loanActionTypes, targetActionTypes, } from '../../action';
|
|
3
3
|
import { mergeSameAssetTransfers } from '../../utils/mergeSameAssetTransfers';
|
|
4
4
|
import { checkIfActionsHaveAllTransfers } from './checkIfActionsHaveAllTransfers';
|
|
@@ -12,37 +12,27 @@ export const checkIfActionsIsValid = ({ actions, accountIds, transfers, }) => {
|
|
|
12
12
|
// 合致しない場合は false
|
|
13
13
|
for (const action of actions) {
|
|
14
14
|
if (!isMatchActionTransferPattern(action)) {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
console.dir(action, { depth: null });
|
|
18
|
-
}
|
|
15
|
+
console.debug('Action transfer pattern mismatch');
|
|
16
|
+
console.debug(stringify(action));
|
|
19
17
|
return false;
|
|
20
18
|
}
|
|
21
19
|
if (crossActionTypes.has(action.type)) {
|
|
22
20
|
if (action.crossId === undefined || action.crossId === '') {
|
|
23
|
-
|
|
24
|
-
console.debug(`${action.type} action must have crossId`);
|
|
25
|
-
}
|
|
21
|
+
console.debug(`${action.type} action must have crossId`);
|
|
26
22
|
return false;
|
|
27
23
|
}
|
|
28
24
|
if (action.crossType === undefined) {
|
|
29
|
-
|
|
30
|
-
console.debug(`${action.type} action must have crossType`);
|
|
31
|
-
}
|
|
25
|
+
console.debug(`${action.type} action must have crossType`);
|
|
32
26
|
return false;
|
|
33
27
|
}
|
|
34
28
|
}
|
|
35
29
|
if (loanActionTypes.has(action.type) &&
|
|
36
30
|
(action.loanId === undefined || action.loanId === '')) {
|
|
37
|
-
|
|
38
|
-
console.debug(`${action.type} action must have loanId`);
|
|
39
|
-
}
|
|
31
|
+
console.debug(`${action.type} action must have loanId`);
|
|
40
32
|
return false;
|
|
41
33
|
}
|
|
42
34
|
if (targetActionTypes.has(action.type) && action.target === undefined) {
|
|
43
|
-
|
|
44
|
-
console.debug(`${action.type} action must have target`);
|
|
45
|
-
}
|
|
35
|
+
console.debug(`${action.type} action must have target`);
|
|
46
36
|
return false;
|
|
47
37
|
}
|
|
48
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../actions/logic/checkIfActionsIsValid/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../actions/logic/checkIfActionsIsValid/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../actions/logic/checkIfActionsIsValid/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,MAAM,EAIZ,MAAM,cAAc,CAAA;AACrB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAM9C,KAAK,+BAA+B,GAAG;IACrC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAA;IAC1B,UAAU,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACvB,SAAS,CAAC,EAAE,SAAS,QAAQ,EAAE,CAAA;CAChC,CAAA;AAED,eAAO,MAAM,qBAAqB,wCAI/B,+BAA+B,KAAG,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../actions/logic/checkIfActionsIsValid/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,MAAM,EAIZ,MAAM,cAAc,CAAA;AACrB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AAM9C,KAAK,+BAA+B,GAAG;IACrC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAA;IAC1B,UAAU,EAAE,GAAG,CAAC,MAAM,CAAC,CAAA;IACvB,SAAS,CAAC,EAAE,SAAS,QAAQ,EAAE,CAAA;CAChC,CAAA;AAED,eAAO,MAAM,qBAAqB,wCAI/B,+BAA+B,KAAG,OA2DpC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { stringify } from '../../../utils'
|
|
2
2
|
import {
|
|
3
3
|
type Action,
|
|
4
4
|
crossActionTypes,
|
|
@@ -29,23 +29,17 @@ export const checkIfActionsIsValid = ({
|
|
|
29
29
|
// 合致しない場合は false
|
|
30
30
|
for (const action of actions) {
|
|
31
31
|
if (!isMatchActionTransferPattern(action)) {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
console.dir(action, { depth: null })
|
|
35
|
-
}
|
|
32
|
+
console.debug('Action transfer pattern mismatch')
|
|
33
|
+
console.debug(stringify(action))
|
|
36
34
|
return false
|
|
37
35
|
}
|
|
38
36
|
if (crossActionTypes.has(action.type)) {
|
|
39
37
|
if (action.crossId === undefined || action.crossId === '') {
|
|
40
|
-
|
|
41
|
-
console.debug(`${action.type} action must have crossId`)
|
|
42
|
-
}
|
|
38
|
+
console.debug(`${action.type} action must have crossId`)
|
|
43
39
|
return false
|
|
44
40
|
}
|
|
45
41
|
if (action.crossType === undefined) {
|
|
46
|
-
|
|
47
|
-
console.debug(`${action.type} action must have crossType`)
|
|
48
|
-
}
|
|
42
|
+
console.debug(`${action.type} action must have crossType`)
|
|
49
43
|
return false
|
|
50
44
|
}
|
|
51
45
|
}
|
|
@@ -53,15 +47,11 @@ export const checkIfActionsIsValid = ({
|
|
|
53
47
|
loanActionTypes.has(action.type) &&
|
|
54
48
|
(action.loanId === undefined || action.loanId === '')
|
|
55
49
|
) {
|
|
56
|
-
|
|
57
|
-
console.debug(`${action.type} action must have loanId`)
|
|
58
|
-
}
|
|
50
|
+
console.debug(`${action.type} action must have loanId`)
|
|
59
51
|
return false
|
|
60
52
|
}
|
|
61
53
|
if (targetActionTypes.has(action.type) && action.target === undefined) {
|
|
62
|
-
|
|
63
|
-
console.debug(`${action.type} action must have target`)
|
|
64
|
-
}
|
|
54
|
+
console.debug(`${action.type} action must have target`)
|
|
65
55
|
return false
|
|
66
56
|
}
|
|
67
57
|
}
|
package/package.json
CHANGED
package/test.ts
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
export const IS_SMALL_TEST =
|
|
2
|
-
process !== undefined && (process.env.TEST_SIZE ?? '').includes('S')
|
|
1
|
+
export const IS_SMALL_TEST = (process.env.TEST_SIZE ?? '').includes('S')
|
|
3
2
|
|
|
4
|
-
export const IS_MEDIUM_TEST =
|
|
5
|
-
process !== undefined && (process.env.TEST_SIZE ?? '').includes('M')
|
|
3
|
+
export const IS_MEDIUM_TEST = (process.env.TEST_SIZE ?? '').includes('M')
|
|
6
4
|
|
|
7
|
-
export const IS_LARGE_TEST =
|
|
8
|
-
process !== undefined && (process.env.TEST_SIZE ?? '').includes('L')
|
|
9
|
-
|
|
10
|
-
export const IS_DEBUG =
|
|
11
|
-
process !== undefined && (process.env.DEBUG ?? '').length > 0
|
|
5
|
+
export const IS_LARGE_TEST = (process.env.TEST_SIZE ?? '').includes('L')
|
package/_cjs/test.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IS_DEBUG = exports.IS_LARGE_TEST = exports.IS_MEDIUM_TEST = exports.IS_SMALL_TEST = void 0;
|
|
4
|
-
exports.IS_SMALL_TEST = process !== undefined && (process.env.TEST_SIZE ?? '').includes('S');
|
|
5
|
-
exports.IS_MEDIUM_TEST = process !== undefined && (process.env.TEST_SIZE ?? '').includes('M');
|
|
6
|
-
exports.IS_LARGE_TEST = process !== undefined && (process.env.TEST_SIZE ?? '').includes('L');
|
|
7
|
-
exports.IS_DEBUG = process !== undefined && (process.env.DEBUG ?? '').length > 0;
|
|
8
|
-
//# sourceMappingURL=test.js.map
|
package/_cjs/test.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test.js","sourceRoot":"","sources":["../test.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GACxB,OAAO,KAAK,SAAS,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAEzD,QAAA,cAAc,GACzB,OAAO,KAAK,SAAS,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAEzD,QAAA,aAAa,GACxB,OAAO,KAAK,SAAS,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAEzD,QAAA,QAAQ,GACnB,OAAO,KAAK,SAAS,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAA"}
|
package/_esm/test.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export const IS_SMALL_TEST = process !== undefined && (process.env.TEST_SIZE ?? '').includes('S');
|
|
2
|
-
export const IS_MEDIUM_TEST = process !== undefined && (process.env.TEST_SIZE ?? '').includes('M');
|
|
3
|
-
export const IS_LARGE_TEST = process !== undefined && (process.env.TEST_SIZE ?? '').includes('L');
|
|
4
|
-
export const IS_DEBUG = process !== undefined && (process.env.DEBUG ?? '').length > 0;
|
|
5
|
-
//# sourceMappingURL=test.js.map
|
package/_esm/test.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test.js","sourceRoot":"","sources":["../test.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GACxB,OAAO,KAAK,SAAS,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAEtE,MAAM,CAAC,MAAM,cAAc,GACzB,OAAO,KAAK,SAAS,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAEtE,MAAM,CAAC,MAAM,aAAa,GACxB,OAAO,KAAK,SAAS,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAA;AAEtE,MAAM,CAAC,MAAM,QAAQ,GACnB,OAAO,KAAK,SAAS,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAA"}
|
package/_types/test.d.ts
DELETED
package/_types/test.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../test.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,SAC4C,CAAA;AAEtE,eAAO,MAAM,cAAc,SAC2C,CAAA;AAEtE,eAAO,MAAM,aAAa,SAC4C,CAAA;AAEtE,eAAO,MAAM,QAAQ,SAC0C,CAAA"}
|