-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2586 from w3f/will-v3.0.14
v3.0.19
- Loading branch information
Showing
113 changed files
with
8,041 additions
and
9,678 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
description: 1K Validators Backend | ||
name: otv-backend | ||
version: v3.0.18 | ||
appVersion: v3.0.18 | ||
version: v3.0.19 | ||
appVersion: v3.0.19 | ||
apiVersion: v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
{ | ||
"name": "@1kv/common", | ||
"version": "3.0.18", | ||
"version": "3.0.19", | ||
"description": "Services for running the Thousand Validator Program.", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --build tsconfig.json", | ||
"docker": "docker-compose rm -f; docker-compose build --no-cache; docker-compose up -d", | ||
"lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' --quiet", | ||
"lint:fix": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' --quiet --fix", | ||
"lint:fix": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx, json}' --quiet --fix", | ||
"clean": "../../node_modules/.bin/rimraf ./build tsconfig.tsbuildinfo combined.log", | ||
"clean:build": "yarn clean && yarn build" | ||
"clean:build": "yarn clean && yarn build", | ||
"writeCandidatesFile": "ts-node src/scripts/writeCandidatesFile.ts && yarn lint:fix" | ||
}, | ||
"author": "Web3 Foundation <[email protected]>", | ||
"license": "GPL-3.0", | ||
|
@@ -30,11 +31,11 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"@polkadot/keyring": "^12.6.2", | ||
"@types/mongoose": "^5.11.97", | ||
"@types/node": "^20.11.5", | ||
"hash.js": "^1.1.7", | ||
"mongoose": "^8.1.1", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3", | ||
"winston": "^3.11.0" | ||
} | ||
|
Oops, something went wrong.