lunesjs 1.5.0 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. package/.github/workflows/deploy.yml +47 -0
  2. package/.github/workflows/test.yml +31 -14
  3. package/.gitlab/.gitlab-ci.yml +1 -1
  4. package/.gitlab/issue_templates/bug.md +4 -4
  5. package/.gitlab/issue_templates/proposal.md +3 -3
  6. package/.gitlab/merge_request_templates/MR.md +3 -3
  7. package/.prettierrc.yml +1 -1
  8. package/CHANGELOG.md +1 -4
  9. package/CONTRIBUTING.md +20 -24
  10. package/Dockerfile +1 -4
  11. package/README.md +2 -2
  12. package/dist/client/transactions/BaseTransaction.d.ts +6 -0
  13. package/dist/client/transactions/BaseTransaction.js +2 -0
  14. package/dist/client/transactions/transactions.types.d.ts +10 -0
  15. package/dist/client/transactions/transactions.types.js +17 -0
  16. package/dist/client/transactions/transfer/service.transfer.d.ts +12 -0
  17. package/dist/client/transactions/transfer/service.transfer.js +78 -0
  18. package/dist/client/transactions/transfer/transfer.types.d.ts +12 -0
  19. package/dist/client/transactions/transfer/transfer.types.js +2 -0
  20. package/dist/client/transactions/transfer/validator.d.ts +9 -0
  21. package/dist/client/transactions/transfer/validator.js +93 -0
  22. package/dist/client/wallet/constants.d.ts +8 -0
  23. package/dist/client/wallet/constants.js +2064 -0
  24. package/dist/client/wallet/service.account.d.ts +20 -0
  25. package/dist/client/wallet/service.account.js +35 -0
  26. package/dist/client/wallet/wallet.types.d.ts +21 -0
  27. package/dist/client/wallet/wallet.types.js +11 -0
  28. package/dist/utils/crypto.d.ts +13 -0
  29. package/dist/utils/crypto.js +102 -0
  30. package/package.json +10 -45
  31. package/src/client/transactions/transfer/service.transfer.ts +15 -21
  32. package/src/client/transactions/transfer/validator.ts +18 -10
  33. package/src/client/wallet/service.account.ts +1 -1
  34. package/src/utils/crypto.ts +24 -28
  35. package/test/client/transactions/transfer/transfer.token.test.ts +14 -12
  36. package/test/client/wallet/service.account.test.ts +17 -7
  37. package/tsconfig.json +12 -89
  38. package/.github/workflows/build.yml +0 -18
  39. package/.husky/commit-msg +0 -4
  40. package/.prettierignore +0 -2
  41. package/commitlint.config.js +0 -10
  42. package/docker/runner/Dockerfile +0 -22
  43. package/src/client/transactions/transfer/validators.ts +0 -27
  44. package/src/server/blocks/block.types.ts +0 -13
  45. package/src/server/blocks/service.blocks.ts +0 -8
package/tsconfig.json CHANGED
@@ -1,92 +1,15 @@
1
1
  {
2
2
  "compilerOptions": {
3
- /* Visit https://aka.ms/tsconfig.json to read more about this file */
4
- /* Projects */
5
- // "incremental": true, /* Enable incremental compilation */
6
- // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
7
- // "tsBuildInfoFile": "./", /* Specify the folder for .tsbuildinfo incremental compilation files. */
8
- // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects */
9
- // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */
10
- // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */
11
- /* Language and Environment */
12
- "target": "es6" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,
13
- // "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
14
- // "jsx": "preserve", /* Specify what JSX code is generated. */
15
- // "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
16
- // "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */
17
- // "jsxFactory": "", /* Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h' */
18
- // "jsxFragmentFactory": "", /* Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. */
19
- // "jsxImportSource": "", /* Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx*`.` */
20
- // "reactNamespace": "", /* Specify the object invoked for `createElement`. This only applies when targeting `react` JSX emit. */
21
- // "noLib": true, /* Disable including any library files, including the default lib.d.ts. */
22
- // "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */
23
- /* Modules */
24
- "module": "commonjs" /* Specify what module code is generated. */,
25
- // "rootDir": "./", /* Specify the root folder within your source files. */
26
- // "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
27
- // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
28
- // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
29
- // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
30
- // "typeRoots": [], /* Specify multiple folders that act like `./node_modules/@types`. */
31
- // "types": [], /* Specify type package names to be included without being referenced in a source file. */
32
- // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
33
- // "resolveJsonModule": true, /* Enable importing .json files */
34
- // "noResolve": true, /* Disallow `import`s, `require`s or `<reference>`s from expanding the number of files TypeScript should add to a project. */
35
- /* JavaScript Support */
36
- // "allowJs": true, /* Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files. */
37
- // "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
38
- // "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`. */
39
- /* Emit */
40
- // "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
41
- // "declarationMap": true, /* Create sourcemaps for d.ts files. */
42
- // "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
43
- // "sourceMap": true, /* Create source map files for emitted JavaScript files. */
44
- // "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
45
- "outDir": "./build" /* Specify an output folder for all emitted files. */,
46
- // "removeComments": true, /* Disable emitting comments. */
47
- // "noEmit": true, /* Disable emitting files from a compilation. */
48
- // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
49
- // "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
50
- // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
51
- // "sourceRoot": "", /* Specify the root path for debuggers to find the reference source code. */
52
- // "mapRoot": "", /* Specify the location where debugger should locate map files instead of generated locations. */
53
- // "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
54
- // "inlineSources": true, /* Include source code in the sourcemaps inside the emitted JavaScript. */
55
- // "emitBOM": true, /* Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files. */
56
- // "newLine": "crlf", /* Set the newline character for emitting files. */
57
- // "stripInternal": true, /* Disable emitting declarations that have `@internal` in their JSDoc comments. */
58
- // "noEmitHelpers": true, /* Disable generating custom helper functions like `__extends` in compiled output. */
59
- // "noEmitOnError": true, /* Disable emitting files if any type checking errors are reported. */
60
- // "preserveConstEnums": true, /* Disable erasing `const enum` declarations in generated code. */
61
- // "declarationDir": "./", /* Specify the output directory for generated declaration files. */
62
- /* Interop Constraints */
63
- // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
64
- // "allowSyntheticDefaultImports": true, /* Allow 'import x from y' when a module doesn't have a default export. */
65
- "esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */,
66
- // "preserveSymlinks": true, /* Disable resolving symlinks to their realpath. This correlates to the same flag in node. */
67
- "forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,
68
- /* Type Checking */
69
- "strict": true /* Enable all strict type-checking options. */,
70
- // "noImplicitAny": true, /* Enable error reporting for expressions and declarations with an implied `any` type.. */
71
- // "strictNullChecks": true, /* When type checking, take into account `null` and `undefined`. */
72
- // "strictFunctionTypes": true, /* When assigning functions, check to ensure parameters and the return values are subtype-compatible. */
73
- // "strictBindCallApply": true, /* Check that the arguments for `bind`, `call`, and `apply` methods match the original function. */
74
- // "strictPropertyInitialization": true, /* Check for class properties that are declared but not set in the constructor. */
75
- // "noImplicitThis": true, /* Enable error reporting when `this` is given the type `any`. */
76
- // "useUnknownInCatchVariables": true, /* Type catch clause variables as 'unknown' instead of 'any'. */
77
- // "alwaysStrict": true, /* Ensure 'use strict' is always emitted. */
78
- // "noUnusedLocals": true, /* Enable error reporting when a local variables aren't read. */
79
- // "noUnusedParameters": true, /* Raise an error when a function parameter isn't read */
80
- // "exactOptionalPropertyTypes": true, /* Interpret optional property types as written, rather than adding 'undefined'. */
81
- // "noImplicitReturns": true, /* Enable error reporting for codepaths that do not explicitly return in a function. */
82
- // "noFallthroughCasesInSwitch": true, /* Enable error reporting for fallthrough cases in switch statements. */
83
- // "noUncheckedIndexedAccess": true, /* Include 'undefined' in index signature results */
84
- // "noImplicitOverride": true, /* Ensure overriding members in derived classes are marked with an override modifier. */
85
- // "noPropertyAccessFromIndexSignature": true, /* Enforces using indexed accessors for keys declared using an indexed type */
86
- // "allowUnusedLabels": true, /* Disable error reporting for unused labels. */
87
- // "allowUnreachableCode": true, /* Disable error reporting for unreachable code. */
88
- /* Completeness */
89
- // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
90
- "skipLibCheck": true /* Skip type checking all .d.ts files. */
91
- }
3
+ "target": "es6",
4
+ "module": "commonjs",
5
+ "outDir": "./dist",
6
+ "strict": true,
7
+ "noUnusedLocals": true,
8
+ "noUnusedParameters": true,
9
+ "noImplicitReturns": true,
10
+ "noFallthroughCasesInSwitch": true,
11
+ "esModuleInterop": true
12
+ },
13
+ "include": ["src/**/*"],
14
+ "exclude": ["node_modules", "**/*.test.ts"]
92
15
  }
@@ -1,18 +0,0 @@
1
- name: Build
2
-
3
- on:
4
- push:
5
- branches: [ main ]
6
- pull_request:
7
- branches: [ main ]
8
-
9
- jobs:
10
- build:
11
- name: Build
12
- runs-on: self-hosted
13
- steps:
14
- - uses: actions/checkout@v2
15
- - name: Install dependencies
16
- run: yarn install
17
- - name: Build
18
- run: yarn build
package/.husky/commit-msg DELETED
@@ -1,4 +0,0 @@
1
- #!/bin/sh
2
- . "$(dirname "$0")/_/husky.sh"
3
-
4
- npx commitlint --edit $1
package/.prettierignore DELETED
@@ -1,2 +0,0 @@
1
- *.md
2
- *.yml
@@ -1,10 +0,0 @@
1
- module.exports = {
2
- extends: ["@commitlint/config-conventional"],
3
- rules: {
4
- "type-enum": [
5
- 2,
6
- "always",
7
- ["fixed", "added", "merged", "refactored", "deprecated"]
8
- ]
9
- }
10
- }
@@ -1,22 +0,0 @@
1
- FROM --platform=linux/amd64 node:16.13.2
2
-
3
- WORKDIR runner/
4
-
5
- ENV RUNNER_ALLOW_RUNASROOT="1"
6
-
7
- RUN npm install -g npm@latest
8
- RUN npm install -g commitizen
9
- RUN npm install -g --save-dev --save-exact prettier
10
- RUN npm install -g jest
11
-
12
- # Install Github Runner
13
- RUN apt update -y
14
- # Download
15
- RUN curl -o actions-runner-linux-x64-2.287.1.tar.gz -L https://github.com/actions/runner/releases/download/v2.287.1/actions-runner-linux-x64-2.287.1.tar.gz
16
- # Installer
17
- RUN tar xzf ./actions-runner-linux-x64-2.287.1.tar.gz
18
-
19
- # Running container and then
20
- ## get your token here https://github.com/lunes-platform/lunespy/settings/actions/runners/new
21
- ## > ./config.sh --url https://github.com/lunes-platform/lunespy --token YOUR_TOKEN
22
- ## > ["./run.sh"]
@@ -1,27 +0,0 @@
1
- import { $log } from "@tsed/logger"
2
- import { TransferTransaction } from "../BaseTransaction"
3
- import cryptoUtils from "../../../utils/crypto"
4
-
5
- const alphabet = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"
6
- $log.name = "TRANSFER"
7
-
8
- export function validateTransfer(transaction: TransferTransaction) {
9
- for (const i of transaction.sender || "") {
10
- if (!alphabet.includes(i)) {
11
- $log.error("Sender invalid `public key`")
12
- return false
13
- }
14
- }
15
-
16
- if (transaction.amount <= 0) {
17
- $log.error("amount should be greater than zero")
18
- return false
19
- }
20
-
21
- if (!cryptoUtils.validateAddress(transaction.receiver, transaction.chain)) {
22
- $log.error("receiver address is invalid")
23
- return false
24
- }
25
-
26
- return true
27
- }
@@ -1,13 +0,0 @@
1
- interface ITransaction {
2
- type: number
3
- id: string
4
- }
5
-
6
- interface IHeader {
7
- version: number
8
- }
9
-
10
- export interface IBlock {
11
- header: IHeader
12
- transactions: Array<ITransaction>
13
- }
@@ -1,8 +0,0 @@
1
- import { IBlock } from "./block.types"
2
-
3
- /*
4
- * This function get `height` e return a full block
5
- */
6
- function blockByHeight(height: number): IBlock {
7
- return fetch("url", "GET").json()
8
- }