-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Intermediate release - updating GHGP policy (#2387)
* fix too big policy Signed-off-by: simvalery <[email protected]> * fix calculate block output schema config Signed-off-by: Artem Buslaev <[email protected]> * fix mongodb version Signed-off-by: simvalery <[email protected]> * update ghgp policy [skip ci] Signed-off-by: Artem Buslaev <[email protected]> * update aggregate block in ghgp Signed-off-by: Artem Buslaev <[email protected]> * update versions Signed-off-by: Artem Buslaev <[email protected]> * [skip ci] Add swagger.yaml --------- Signed-off-by: simvalery <[email protected]> Signed-off-by: Artem Buslaev <[email protected]> Co-authored-by: Artem Buslaev <[email protected]> Co-authored-by: envision-ci-agent <[email protected]>
- Loading branch information
1 parent
9c87706
commit 00d7994
Showing
21 changed files
with
87 additions
and
94 deletions.
There are no files selected for viewing
Binary file modified
BIN
+23.1 KB
(110%)
Methodology Library/GHG Methodology/GHGP Policy/GHGP Policy.policy
Binary file not shown.
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 |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.14.1", | ||
"@guardian/interfaces": "^2.14.1", | ||
"@guardian/common": "^2.14.2", | ||
"@guardian/interfaces": "^2.14.2", | ||
"@nestjs/common": "^9.4.1", | ||
"@nestjs/core": "^9.4.1", | ||
"@nestjs/jwt": "^10.0.3", | ||
|
@@ -66,5 +66,5 @@ | |
"start": "node dist/index.js", | ||
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml" | ||
}, | ||
"version": "2.14.1" | ||
"version": "2.14.2" | ||
} |
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 |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.14.1", | ||
"@guardian/interfaces": "^2.14.1", | ||
"@guardian/common": "^2.14.2", | ||
"@guardian/interfaces": "^2.14.2", | ||
"@mikro-orm/core": "~5.7.12", | ||
"@mikro-orm/mongodb": "~5.7.12", | ||
"@nestjs/common": "^9.4.1", | ||
|
@@ -53,5 +53,5 @@ | |
"start": "node dist/index.js", | ||
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml" | ||
}, | ||
"version": "2.14.1" | ||
"version": "2.14.2" | ||
} |
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 |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.14.1", | ||
"@guardian/interfaces": "^2.14.1", | ||
"@guardian/common": "^2.14.2", | ||
"@guardian/interfaces": "^2.14.2", | ||
"@hashgraph/sdk": "2.24.2", | ||
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2", | ||
"@meeco/cryppo": "^2.0.2", | ||
|
@@ -46,7 +46,7 @@ | |
"mathjs": "^10.1.0", | ||
"module-alias": "^2.2.2", | ||
"moment": "^2.29.2", | ||
"mongodb": "^5.6.0", | ||
"mongodb": "5.6.0", | ||
"prom-client": "^14.1.1", | ||
"prometheus-api-metrics": "3.2.2", | ||
"reflect-metadata": "^0.1.13" | ||
|
@@ -85,5 +85,5 @@ | |
"test:local": "mocha tests/**/*.test.js --exit", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.14.1" | ||
"version": "2.14.2" | ||
} |
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,8 +1,8 @@ | ||
{ | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.14.1", | ||
"@guardian/interfaces": "^2.14.1", | ||
"@guardian/common": "^2.14.2", | ||
"@guardian/interfaces": "^2.14.2", | ||
"@mikro-orm/core": "~5.7.12", | ||
"@mikro-orm/mongodb": "~5.7.12", | ||
"@nestjs/common": "^9.4.1", | ||
|
@@ -40,5 +40,5 @@ | |
"start": "node dist/index.js", | ||
"watch": "nodemon src/index.ts" | ||
}, | ||
"version": "2.14.1" | ||
"version": "2.14.2" | ||
} |
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,17 +1,17 @@ | ||
{ | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.14.1", | ||
"@transmute/credentials-context": "0.7.0-unstable.80", | ||
"@transmute/did-context": "0.7.0-unstable.80", | ||
"@transmute/ed25519-signature-2018": "0.7.0-unstable.80", | ||
"@transmute/json-web-signature": "0.7.0-unstable.80", | ||
"@transmute/jsonld-schema": "0.7.0-unstable.80", | ||
"@transmute/security-context": "0.7.0-unstable.80", | ||
"@transmute/vc.js": "0.7.0-unstable.80", | ||
"axios": "^1.3.6", | ||
"express": "^4.17.3", | ||
"jose": "4.14.1", | ||
"@guardian/common": "^2.14.2", | ||
"@transmute/credentials-context": "0.7.0-unstable.80", | ||
"@transmute/did-context": "0.7.0-unstable.80", | ||
"@transmute/ed25519-signature-2018": "0.7.0-unstable.80", | ||
"@transmute/json-web-signature": "0.7.0-unstable.80", | ||
"@transmute/jsonld-schema": "0.7.0-unstable.80", | ||
"@transmute/security-context": "0.7.0-unstable.80", | ||
"@transmute/vc.js": "0.7.0-unstable.80", | ||
"axios": "^1.3.6", | ||
"express": "^4.17.3", | ||
"jose": "4.14.1", | ||
"prom-client": "^14.1.1", | ||
"prometheus-api-metrics": "3.2.2" | ||
}, | ||
|
@@ -32,5 +32,5 @@ | |
"dev:docker": "nodemon .", | ||
"start": "node dist/index.js" | ||
}, | ||
"version": "2.14.1" | ||
"version": "2.14.2" | ||
} |
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 |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
"policy-service", | ||
"api-tests" | ||
], | ||
"version": "2.14.1" | ||
"version": "2.14.2" | ||
} |
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 |
---|---|---|
|
@@ -11,8 +11,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.14.1", | ||
"@guardian/interfaces": "^2.14.1", | ||
"@guardian/common": "^2.14.2", | ||
"@guardian/interfaces": "^2.14.2", | ||
"@hashgraph/sdk": "2.24.2", | ||
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2", | ||
"@meeco/cryppo": "^2.0.2", | ||
|
@@ -43,7 +43,7 @@ | |
"mathjs": "^10.1.0", | ||
"module-alias": "^2.2.2", | ||
"moment": "^2.29.2", | ||
"mongodb": "^5.6.0", | ||
"mongodb": "5.6.0", | ||
"prom-client": "^14.1.1", | ||
"prometheus-api-metrics": "3.2.2", | ||
"reflect-metadata": "^0.1.13" | ||
|
@@ -82,5 +82,5 @@ | |
"test:local": "mocha tests/**/*.test.js", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.14.1" | ||
"version": "2.14.2" | ||
} |
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 |
---|---|---|
|
@@ -22,5 +22,5 @@ | |
"dev": "tsc -w", | ||
"start": "node dist/index.js" | ||
}, | ||
"version": "2.14.1" | ||
"version": "2.14.2" | ||
} |
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 |
---|---|---|
|
@@ -20,5 +20,5 @@ | |
"dev": "tsc -w", | ||
"start": "node dist/index.js" | ||
}, | ||
"version": "2.14.1" | ||
"version": "2.14.2" | ||
} |
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,18 +1,18 @@ | ||
{ | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.14.1", | ||
"@guardian/interfaces": "^2.14.1", | ||
"@hashgraph/sdk": "2.24.2", | ||
"@transmute/credentials-context": "^0.7.0-unstable.80", | ||
"@transmute/did-context": "^0.7.0-unstable.80", | ||
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.80", | ||
"@transmute/json-web-signature": "^0.7.0-unstable.80", | ||
"@transmute/jsonld-schema": "^0.7.0-unstable.80", | ||
"@transmute/security-context": "^0.7.0-unstable.80", | ||
"@transmute/vc.js": "^0.7.0-unstable.80", | ||
"axios": "^1.3.6", | ||
"axios-retry": "^3.2.4", | ||
"@guardian/common": "^2.14.2", | ||
"@guardian/interfaces": "^2.14.2", | ||
"@hashgraph/sdk": "2.24.2", | ||
"@transmute/credentials-context": "^0.7.0-unstable.80", | ||
"@transmute/did-context": "^0.7.0-unstable.80", | ||
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.80", | ||
"@transmute/json-web-signature": "^0.7.0-unstable.80", | ||
"@transmute/jsonld-schema": "^0.7.0-unstable.80", | ||
"@transmute/security-context": "^0.7.0-unstable.80", | ||
"@transmute/vc.js": "^0.7.0-unstable.80", | ||
"axios": "^1.3.6", | ||
"axios-retry": "^3.2.4", | ||
"cross-blob": "^2.0.1", | ||
"dotenv": "^16.0.0", | ||
"ipfs-client": "0.5.0", | ||
|
@@ -49,5 +49,5 @@ | |
"start": "node dist/index.js", | ||
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/worker-service.xml --exit" | ||
}, | ||
"version": "2.14.1" | ||
"version": "2.14.2" | ||
} |
Oops, something went wrong.