From fdd888396d6727ee225b6729a2aac6d6d05b802c Mon Sep 17 00:00:00 2001 From: Peter Somogyvari Date: Mon, 6 Dec 2021 17:13:27 -0800 Subject: [PATCH] chore(release): publish v1.0.0-rc.3 Signed-off-by: Peter Somogyvari --- CHANGELOG.md | 58 +++++++++++++---- .../CHANGELOG.md | 11 ++++ .../package.json | 24 +++---- .../CHANGELOG.md | 8 +++ .../package.json | 18 +++--- .../CHANGELOG.md | 8 +++ .../package.json | 16 ++--- .../CHANGELOG.md | 12 ++++ .../package.json | 30 ++++----- .../CHANGELOG.md | 8 +++ .../package.json | 20 +++--- .../CHANGELOG.md | 8 +++ .../package.json | 18 +++--- .../CHANGELOG.md | 11 ++++ .../package.json | 20 +++--- .../CHANGELOG.md | 8 +++ .../package.json | 10 +-- lerna.json | 2 +- packages/cactus-api-client/CHANGELOG.md | 8 +++ packages/cactus-api-client/package.json | 10 +-- packages/cactus-cmd-api-server/CHANGELOG.md | 13 ++++ packages/cactus-cmd-api-server/package.json | 12 ++-- .../cactus-dummy-package/package.json | 2 +- .../cactus-cmd-socketio-server/CHANGELOG.md | 13 +++- .../cactus-cmd-socketio-server/package.json | 8 +-- packages/cactus-common/CHANGELOG.md | 8 +++ packages/cactus-common/package.json | 2 +- packages/cactus-core-api/CHANGELOG.md | 16 +++++ packages/cactus-core-api/package.json | 4 +- packages/cactus-core/CHANGELOG.md | 8 +++ packages/cactus-core/package.json | 6 +- .../CHANGELOG.md | 8 +++ .../package.json | 8 +-- .../CHANGELOG.md | 8 +++ .../package.json | 10 +-- .../cactus-plugin-htlc-eth-besu/CHANGELOG.md | 11 ++++ .../cactus-plugin-htlc-eth-besu/package.json | 18 +++--- .../CHANGELOG.md | 11 ++++ .../package.json | 10 +-- .../CHANGELOG.md | 8 +++ .../package.json | 10 +-- .../CHANGELOG.md | 8 +++ .../package.json | 10 +-- .../CHANGELOG.md | 11 ++++ .../package.json | 8 +-- .../CHANGELOG.md | 8 +++ .../package.json | 8 +-- .../cactus-plugin-keychain-vault/CHANGELOG.md | 8 +++ .../cactus-plugin-keychain-vault/package.json | 10 +-- .../CHANGELOG.md | 16 +++++ .../package.json | 12 ++-- .../CHANGELOG.md | 12 ++++ .../package.json | 10 +-- .../CHANGELOG.md | 13 +++- .../package.json | 4 +- .../CHANGELOG.md | 19 ++++++ .../package.json | 14 ++--- .../CHANGELOG.md | 10 ++- .../package.json | 2 +- .../CHANGELOG.md | 11 ++++ .../package.json | 12 ++-- .../CHANGELOG.md | 11 ++++ .../package.json | 12 ++-- .../CHANGELOG.md | 10 ++- .../package.json | 2 +- .../CHANGELOG.md | 11 ++++ .../package.json | 12 ++-- .../cactus-plugin-odap-hermes/CHANGELOG.md | 17 +++++ .../cactus-plugin-odap-hermes/package.json | 20 +++--- packages/cactus-test-api-client/CHANGELOG.md | 8 +++ packages/cactus-test-api-client/package.json | 18 +++--- .../cactus-test-cmd-api-server/CHANGELOG.md | 8 +++ .../cactus-test-cmd-api-server/package.json | 14 ++--- .../CHANGELOG.md | 8 +++ .../package.json | 14 ++--- .../CHANGELOG.md | 8 +++ .../package.json | 18 +++--- .../CHANGELOG.md | 8 +++ .../package.json | 18 +++--- .../CHANGELOG.md | 8 +++ .../package.json | 14 ++--- .../CHANGELOG.md | 11 ++++ .../package.json | 16 ++--- packages/cactus-test-tooling/CHANGELOG.md | 20 ++++++ packages/cactus-test-tooling/package.json | 8 +-- yarn.lock | 62 ++++++++++++++----- 86 files changed, 777 insertions(+), 287 deletions(-) create mode 100644 packages/cactus-plugin-odap-hermes/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e09818ca10..e6db503d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,25 +3,61 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.0.0-rc.2](https://github.com/petermetz/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) ### Bug Fixes -* fixes issue 1444 invoking the onPluginInit ([0b4dc2e](https://github.com/petermetz/cactus/commit/0b4dc2eb121cb52d6038822efca434b9a0e4abcf)), closes [#1444](https://github.com/petermetz/cactus/issues/1444) -* **lint:** fix issue [#1359](https://github.com/petermetz/cactus/issues/1359) ([f7eb39b](https://github.com/petermetz/cactus/commit/f7eb39bb1392b2762adac3a189da071249f4eca3)) -* **lint:** fix issue [#1359](https://github.com/petermetz/cactus/issues/1359) ([d067df2](https://github.com/petermetz/cactus/commit/d067df29db21325ba9b29b52d244066fce0e3a02)) -* openapi validation for keychain-google-sm plugin ([45f8c7c](https://github.com/petermetz/cactus/commit/45f8c7c007e604b0fe54af6cba888eaaff15519b)), closes [#847](https://github.com/petermetz/cactus/issues/847) +* added a dummy package ([e1e8aee](https://github.com/hyperledger/cactus/commit/e1e8aee692dd0055e4f2b772590ad7386008c500)), closes [#1210](https://github.com/hyperledger/cactus/issues/1210) +* **cmd-api-server:** build occasionally broken - protoc-gen-ts [#1563](https://github.com/hyperledger/cactus/issues/1563) ([c2ecba5](https://github.com/hyperledger/cactus/commit/c2ecba54396d5e72b28d9ad538460d3bde2ca6d0)) +* **cmd-api-server:** cockpit off by default [#1239](https://github.com/hyperledger/cactus/issues/1239) ([10344b5](https://github.com/hyperledger/cactus/commit/10344b574013209f1cb96e37a01d0d79e629be1f)) +* **connector-corda:** add script to remove files before generate them ([58d1ce9](https://github.com/hyperledger/cactus/commit/58d1ce9d5fb176c1e3b9a55e1a4e6cd9c673f682)), closes [#1559](https://github.com/hyperledger/cactus/issues/1559) +* **connector-fabric:** chain code deployment fails >1 scp concurrency ([71c9063](https://github.com/hyperledger/cactus/commit/71c9063a70d3ea77264d631272e792d339ffb1e3)), closes [#1570](https://github.com/hyperledger/cactus/issues/1570) +* **connector-quorum:** transaction with different credentials [#1098](https://github.com/hyperledger/cactus/issues/1098) ([af6c240](https://github.com/hyperledger/cactus/commit/af6c24045f3696b3a64d64182afbd610c6409b17)) +* **deps:** sibling package dependencies keychain-memory 0.6.0 [#1532](https://github.com/hyperledger/cactus/issues/1532) ([d01d72d](https://github.com/hyperledger/cactus/commit/d01d72d36200d47acac89f7ab90f6ddc96afba6f)) +* endpoints implementation in corda plugin ([21a22b5](https://github.com/hyperledger/cactus/commit/21a22b574fb2e08c8c69106a6b3ecf1cb252c654)), closes [#1346](https://github.com/hyperledger/cactus/issues/1346) +* fixes 1445 and implementing correct interface types ([9022064](https://github.com/hyperledger/cactus/commit/9022064e245a92f71d2d303d77bfdaf64d1b1678)), closes [#1445](https://github.com/hyperledger/cactus/issues/1445) +* openapi validation for corda server endpoints ([21fc5ba](https://github.com/hyperledger/cactus/commit/21fc5ba874e0d1974a7e9524aff5103bb8af4b53)) +* openapi validation for keychain-aws-sm plugin ([b270d28](https://github.com/hyperledger/cactus/commit/b270d2891d88149caa3de66096e727e82df0233e)), closes [#847](https://github.com/hyperledger/cactus/issues/847) +* **security:** remedy CVE-2021-3749 ([b33aa90](https://github.com/hyperledger/cactus/commit/b33aa904cfa3794357c77b24f464d41a325f1d80)), closes [#1569](https://github.com/hyperledger/cactus/issues/1569) +* **security:** upgrade fabric-common to 2.2.10 or later ([45c4a69](https://github.com/hyperledger/cactus/commit/45c4a69fb86964bc4e7018c31c5914a0063c7638)), closes [#1600](https://github.com/hyperledger/cactus/issues/1600) +* **supply-chain-app:** enable cockpit in supply-chain ([4a65b96](https://github.com/hyperledger/cactus/commit/4a65b96cfd83564343ec548c715946480ce228ea)), closes [#1622](https://github.com/hyperledger/cactus/issues/1622) +* **tools:** fix the names of scripts on README ([93360e1](https://github.com/hyperledger/cactus/commit/93360e12fa0e8af1d8c9fe73a3ebf955bc069201)) ### Features -* allows for constructor args in quorum contract deploy ([cb3c8d8](https://github.com/petermetz/cactus/commit/cb3c8d85d7fa275faf94c1e45584a5736fffd562)), closes [#962](https://github.com/petermetz/cactus/issues/962) -* **common:** add Strings#isNonBlank() ([8d7d247](https://github.com/petermetz/cactus/commit/8d7d2473d749746e38931e27c8044889b0ce3394)) -* **connector-fabric:** support for FabricSigningCredentialType.WsX509 ([50e666f](https://github.com/petermetz/cactus/commit/50e666fa522c3ae8b2f517e694c581f04c446e13)) -* **htlc-coordinator:** new htlc coordinator ([28c97d3](https://github.com/petermetz/cactus/commit/28c97d33e97fa180f1b2b65d505f5ae36a9ddc25)), closes [#953](https://github.com/petermetz/cactus/issues/953) -* option to enable a graceful shutdown via cli ([c345cb0](https://github.com/petermetz/cactus/commit/c345cb0aeba4ae46440ba396bcd11ca0fa5a5c96)) -* **plugin-keychain-memory-wasm:** add WebAssmebly PoC ([df94397](https://github.com/petermetz/cactus/commit/df9439789109715839b28ba4bce89da7bb9dcb00)), closes [#1281](https://github.com/petermetz/cactus/issues/1281) +* **core-api:** add weaver protocol buffer definitions [#1523](https://github.com/hyperledger/cactus/issues/1523) ([851c071](https://github.com/hyperledger/cactus/commit/851c071e13e2ed3748a9c52ae9d02fb85d235c9a)) +* **docs:** upated maintainers list ([b5c94dc](https://github.com/hyperledger/cactus/commit/b5c94dc744c48040b5cadd49b8903534ba5998d1)) +* **example:** make cartrade support more environments ([e7e0402](https://github.com/hyperledger/cactus/commit/e7e04026059b7c1dfd1c5bd8c65f052651464966)) +* **odap:** first implemenation for odap plugin and endpoints ([51bf753](https://github.com/hyperledger/cactus/commit/51bf753d421cdd255c178036fe901eb9c1c04130)) +* **test-tooling:** embed couch-db image in the faio ([95d956d](https://github.com/hyperledger/cactus/commit/95d956d9bbfb15b15b043a753f07cbf876c33707)) +* **test-tooling:** env injenction for Besu, Fabric, Quorum AIOs ([bb0352d](https://github.com/hyperledger/cactus/commit/bb0352dad85a1acbb4fc4b34026f39f289cfa9c0)), closes [#1580](https://github.com/hyperledger/cactus/issues/1580) +* **test-tooling:** faio features and improvements ([794e8b8](https://github.com/hyperledger/cactus/commit/794e8b89aba5a7bc6144343607893bca64affda1)) + + + + + +# [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) + + +### Bug Fixes + +* fixes issue 1444 invoking the onPluginInit ([0b4dc2e](https://github.com/hyperledger/cactus/commit/0b4dc2eb121cb52d6038822efca434b9a0e4abcf)), closes [#1444](https://github.com/hyperledger/cactus/issues/1444) +* **lint:** fix issue [#1359](https://github.com/hyperledger/cactus/issues/1359) ([f7eb39b](https://github.com/hyperledger/cactus/commit/f7eb39bb1392b2762adac3a189da071249f4eca3)) +* **lint:** fix issue [#1359](https://github.com/hyperledger/cactus/issues/1359) ([d067df2](https://github.com/hyperledger/cactus/commit/d067df29db21325ba9b29b52d244066fce0e3a02)) +* openapi validation for keychain-google-sm plugin ([45f8c7c](https://github.com/hyperledger/cactus/commit/45f8c7c007e604b0fe54af6cba888eaaff15519b)), closes [#847](https://github.com/hyperledger/cactus/issues/847) + + +### Features + +* allows for constructor args in quorum contract deploy ([cb3c8d8](https://github.com/hyperledger/cactus/commit/cb3c8d85d7fa275faf94c1e45584a5736fffd562)), closes [#962](https://github.com/hyperledger/cactus/issues/962) +* **common:** add Strings#isNonBlank() ([8d7d247](https://github.com/hyperledger/cactus/commit/8d7d2473d749746e38931e27c8044889b0ce3394)) +* **connector-fabric:** support for FabricSigningCredentialType.WsX509 ([50e666f](https://github.com/hyperledger/cactus/commit/50e666fa522c3ae8b2f517e694c581f04c446e13)) +* **htlc-coordinator:** new htlc coordinator ([28c97d3](https://github.com/hyperledger/cactus/commit/28c97d33e97fa180f1b2b65d505f5ae36a9ddc25)), closes [#953](https://github.com/hyperledger/cactus/issues/953) +* option to enable a graceful shutdown via cli ([c345cb0](https://github.com/hyperledger/cactus/commit/c345cb0aeba4ae46440ba396bcd11ca0fa5a5c96)) +* **plugin-keychain-memory-wasm:** add WebAssmebly PoC ([df94397](https://github.com/hyperledger/cactus/commit/df9439789109715839b28ba4bce89da7bb9dcb00)), closes [#1281](https://github.com/hyperledger/cactus/issues/1281) diff --git a/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md b/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md index b05b6af4a0..5ae5aa103e 100644 --- a/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md +++ b/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **security:** upgrade fabric-common to 2.2.10 or later ([45c4a69](https://github.com/hyperledger/cactus/commit/45c4a69fb86964bc4e7018c31c5914a0063c7638)), closes [#1600](https://github.com/hyperledger/cactus/issues/1600) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-backend diff --git a/examples/cactus-example-carbon-accounting-backend/package.json b/examples/cactus-example-carbon-accounting-backend/package.json index f1dd2d4dcd..09ed2c427d 100644 --- a/examples/cactus-example-carbon-accounting-backend/package.json +++ b/examples/cactus-example-carbon-accounting-backend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-carbon-accounting-backend", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "An example application showing how to use Cactus when implementing a Carbon Accounting Application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-example-carbon-accounting-backend.node.umd.min.js", @@ -69,16 +69,16 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-api-client": "1.0.0-rc.2", - "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-api-client": "1.0.0-rc.3", + "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@openzeppelin/contracts": "4.3.3", "@openzeppelin/contracts-upgradeable": "4.3.3", "async-exit-hook": "2.0.1", @@ -99,4 +99,4 @@ "http-status-codes": "2.1.4", "jose": "4.1.0" } -} \ No newline at end of file +} diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/CHANGELOG.md b/examples/cactus-example-carbon-accounting-business-logic-plugin/CHANGELOG.md index aba0103f56..45490b802c 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/CHANGELOG.md +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-business-logic-plugin + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-business-logic-plugin diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json b/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json index 1bd597caa9..89cf866c90 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "An example business logic plugin implementation for Cactus", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-example-carbon-accounting-business-logic-plugin.node.umd.min.js", @@ -69,14 +69,14 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-api-client": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.2", + "@hyperledger/cactus-api-client": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.3", "async-exit-hook": "2.0.1", "axios": "0.21.4", "express": "4.17.1", diff --git a/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md b/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md index 532a95d8c6..7968f517e0 100644 --- a/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md +++ b/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend diff --git a/examples/cactus-example-carbon-accounting-frontend/package.json b/examples/cactus-example-carbon-accounting-frontend/package.json index b4f578d5fb..d298cbd768 100644 --- a/examples/cactus-example-carbon-accounting-frontend/package.json +++ b/examples/cactus-example-carbon-accounting-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-carbon-accounting-frontend", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.", "files": [ "www/*" @@ -22,13 +22,13 @@ "@angular/platform-browser": "12.2.0", "@angular/platform-browser-dynamic": "12.2.0", "@angular/router": "12.2.0", - "@hyperledger/cactus-api-client": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2", + "@hyperledger/cactus-api-client": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.3", "@ionic-native/core": "5.35.0", "@ionic-native/splash-screen": "5.35.0", "@ionic-native/status-bar": "5.35.0", diff --git a/examples/cactus-example-supply-chain-backend/CHANGELOG.md b/examples/cactus-example-supply-chain-backend/CHANGELOG.md index 243446d27e..a438959550 100644 --- a/examples/cactus-example-supply-chain-backend/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-backend/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **security:** upgrade fabric-common to 2.2.10 or later ([45c4a69](https://github.com/hyperledger/cactus/commit/45c4a69fb86964bc4e7018c31c5914a0063c7638)), closes [#1600](https://github.com/hyperledger/cactus/issues/1600) +* **supply-chain-app:** enable cockpit in supply-chain ([4a65b96](https://github.com/hyperledger/cactus/commit/4a65b96cfd83564343ec548c715946480ce228ea)), closes [#1622](https://github.com/hyperledger/cactus/issues/1622) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-backend diff --git a/examples/cactus-example-supply-chain-backend/package.json b/examples/cactus-example-supply-chain-backend/package.json index d94d614bd1..a51da94944 100644 --- a/examples/cactus-example-supply-chain-backend/package.json +++ b/examples/cactus-example-supply-chain-backend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-backend", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "An example application showing how to use Cactus when implementing a supply chain application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-example-supply-chain-backend.node.umd.min.js", @@ -60,19 +60,19 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-api-client": "1.0.0-rc.2", - "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.2", - "@hyperledger/cactus-example-supply-chain-frontend": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-api-client": "1.0.0-rc.3", + "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.3", + "@hyperledger/cactus-example-supply-chain-frontend": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "async-exit-hook": "2.0.1", "axios": "0.21.4", "express": "4.17.1", @@ -88,4 +88,4 @@ "@types/express": "4.17.13", "@types/uuid": "8.3.1" } -} \ No newline at end of file +} diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md b/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md index b1c35b276f..94c1de64c0 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/package.json b/examples/cactus-example-supply-chain-business-logic-plugin/package.json index c81095e61c..0682106d85 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/package.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-business-logic-plugin", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "An example business logic plugin implementation for Cactus", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-example-supply-chain-business-logic-plugin.node.umd.min.js", @@ -69,15 +69,15 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-api-client": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.2", + "@hyperledger/cactus-api-client": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.3", "async-exit-hook": "2.0.1", "axios": "0.21.4", "express": "4.17.1", diff --git a/examples/cactus-example-supply-chain-frontend/CHANGELOG.md b/examples/cactus-example-supply-chain-frontend/CHANGELOG.md index 1b287f580a..472e5b8677 100644 --- a/examples/cactus-example-supply-chain-frontend/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-frontend/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend diff --git a/examples/cactus-example-supply-chain-frontend/package.json b/examples/cactus-example-supply-chain-frontend/package.json index 555b4fb5f7..bac1f897fe 100644 --- a/examples/cactus-example-supply-chain-frontend/package.json +++ b/examples/cactus-example-supply-chain-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-frontend", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.", "files": [ "www/*" @@ -22,14 +22,14 @@ "@angular/platform-browser": "12.2.0", "@angular/platform-browser-dynamic": "12.2.0", "@angular/router": "12.2.0", - "@hyperledger/cactus-api-client": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.2", + "@hyperledger/cactus-api-client": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.3", "@ionic-native/core": "5.35.0", "@ionic-native/splash-screen": "5.35.0", "@ionic-native/status-bar": "5.35.0", diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md b/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md index 49300af9fa..ad49d2ca98 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md +++ b/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **security:** remedy CVE-2021-3749 ([b33aa90](https://github.com/hyperledger/cactus/commit/b33aa904cfa3794357c77b24f464d41a325f1d80)), closes [#1569](https://github.com/hyperledger/cactus/issues/1569) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/package.json b/extensions/cactus-plugin-htlc-coordinator-besu/package.json index 9f7bb8220f..66c1de08e4 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/package.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-htlc-coordinator-besu", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "HTLC Coordinator to exchange tokens between networks.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-htlc-coordinator-besu.node.umd.min.js", @@ -72,13 +72,13 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-htlc-eth-besu": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2", - "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-htlc-eth-besu": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3", + "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.0.0-rc.3", "axios": "0.21.4", "body-parser": "1.19.0", "joi": "14.3.1", @@ -88,8 +88,8 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.8", "socket.io": "4.1.3" } diff --git a/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md b/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md index 88c9a70ea2..de182164f3 100644 --- a/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md +++ b/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-object-store-ipfs + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-object-store-ipfs diff --git a/extensions/cactus-plugin-object-store-ipfs/package.json b/extensions/cactus-plugin-object-store-ipfs/package.json index 98b53c8a56..9cc4e3924c 100644 --- a/extensions/cactus-plugin-object-store-ipfs/package.json +++ b/extensions/cactus-plugin-object-store-ipfs/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-object-store-ipfs", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "IPFS backed objec store plugin implementation for Hyperledger Cactus", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-object-store-ipfs.node.umd.min.js", @@ -69,9 +69,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "ipfs-http-client": "51.0.1", "run-time-error": "1.4.0", @@ -79,7 +79,7 @@ "uuid": "8.3.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.13", "express": "4.17.1", "ipfs-core-types": "0.6.1", diff --git a/lerna.json b/lerna.json index 62f1b5d7b9..95a691bd72 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "examples/cactus-*", "extensions/cactus-*" ], - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "npmClient": "yarn", "useWorkspaces": "true", "command": { diff --git a/packages/cactus-api-client/CHANGELOG.md b/packages/cactus-api-client/CHANGELOG.md index 5a54c41b93..9a1a3b161a 100644 --- a/packages/cactus-api-client/CHANGELOG.md +++ b/packages/cactus-api-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-api-client + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-api-client diff --git a/packages/cactus-api-client/package.json b/packages/cactus-api-client/package.json index c2a85d68ba..a294a14987 100644 --- a/packages/cactus-api-client/package.json +++ b/packages/cactus-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-api-client", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-api-client.node.umd.min.js", @@ -60,9 +60,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2" + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.3" } } diff --git a/packages/cactus-cmd-api-server/CHANGELOG.md b/packages/cactus-cmd-api-server/CHANGELOG.md index 4143a87e6c..440bae4369 100644 --- a/packages/cactus-cmd-api-server/CHANGELOG.md +++ b/packages/cactus-cmd-api-server/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* added a dummy package ([e1e8aee](https://github.com/hyperledger/cactus/commit/e1e8aee692dd0055e4f2b772590ad7386008c500)), closes [#1210](https://github.com/hyperledger/cactus/issues/1210) +* **cmd-api-server:** build occasionally broken - protoc-gen-ts [#1563](https://github.com/hyperledger/cactus/issues/1563) ([c2ecba5](https://github.com/hyperledger/cactus/commit/c2ecba54396d5e72b28d9ad538460d3bde2ca6d0)) +* **cmd-api-server:** cockpit off by default [#1239](https://github.com/hyperledger/cactus/issues/1239) ([10344b5](https://github.com/hyperledger/cactus/commit/10344b574013209f1cb96e37a01d0d79e629be1f)) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) diff --git a/packages/cactus-cmd-api-server/package.json b/packages/cactus-cmd-api-server/package.json index 0723dbb1b6..a1ab8f39d3 100644 --- a/packages/cactus-cmd-api-server/package.json +++ b/packages/cactus-cmd-api-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-cmd-api-server", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "API server that combines and exposes all the functionality of a Cactus deployment through a unified REST API interface.", "files": [ "dist/*" @@ -74,9 +74,9 @@ "dependencies": { "@grpc/grpc-js": "1.3.6", "@grpc/proto-loader": "0.6.4", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "@thream/socketio-jwt": "2.1.1", "async-exit-hook": "2.0.1", "axios": "0.21.4", @@ -105,8 +105,8 @@ "uuid": "8.3.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-vault": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-vault": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/compression": "1.7.1", "@types/convict": "6.1.1", "@types/cors": "2.8.12", diff --git a/packages/cactus-cmd-api-server/src/test/resources/cactus-dummy-package/package.json b/packages/cactus-cmd-api-server/src/test/resources/cactus-dummy-package/package.json index 3e49001c07..80ec6f8b33 100644 --- a/packages/cactus-cmd-api-server/src/test/resources/cactus-dummy-package/package.json +++ b/packages/cactus-cmd-api-server/src/test/resources/cactus-dummy-package/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-dummy-package", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Dummy package for testing.", "main": "index.js" } \ No newline at end of file diff --git a/packages/cactus-cmd-socketio-server/CHANGELOG.md b/packages/cactus-cmd-socketio-server/CHANGELOG.md index c191eb3920..68c639b344 100644 --- a/packages/cactus-cmd-socketio-server/CHANGELOG.md +++ b/packages/cactus-cmd-socketio-server/CHANGELOG.md @@ -3,7 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.0.0-rc.2](https://github.com/petermetz/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **security:** upgrade fabric-common to 2.2.10 or later ([45c4a69](https://github.com/hyperledger/cactus/commit/45c4a69fb86964bc4e7018c31c5914a0063c7638)), closes [#1600](https://github.com/hyperledger/cactus/issues/1600) + + + + + +# [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-cmd-socket-server diff --git a/packages/cactus-cmd-socketio-server/package.json b/packages/cactus-cmd-socketio-server/package.json index 0463ef4e1f..41c915a91f 100644 --- a/packages/cactus-cmd-socketio-server/package.json +++ b/packages/cactus-cmd-socketio-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-cmd-socket-server", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "private": true, "scripts": { "build": "npm run build-ts && npm run copy-static-assets", @@ -37,10 +37,10 @@ }, "devDependencies": { "@types/jest": "^26.0.19", - "@typescript-eslint/eslint-plugin": "^4.31.1", - "@typescript-eslint/parser": "^4.31.1", "@types/socket.io": "^2.0.4", "@types/socket.io-client": "^1.4.36", + "@typescript-eslint/eslint-plugin": "^4.31.1", + "@typescript-eslint/parser": "^4.31.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", @@ -50,4 +50,4 @@ "tslint": "6.0.0", "typescript": "^3.9.10" } -} \ No newline at end of file +} diff --git a/packages/cactus-common/CHANGELOG.md b/packages/cactus-common/CHANGELOG.md index 9ce0d69505..bf1bfe4071 100644 --- a/packages/cactus-common/CHANGELOG.md +++ b/packages/cactus-common/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-common + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) diff --git a/packages/cactus-common/package.json b/packages/cactus-common/package.json index 2a81223e74..374d6d59e3 100644 --- a/packages/cactus-common/package.json +++ b/packages/cactus-common/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-common", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-common.node.umd.min.js", diff --git a/packages/cactus-core-api/CHANGELOG.md b/packages/cactus-core-api/CHANGELOG.md index 10611d0483..6a5c5ab16a 100644 --- a/packages/cactus-core-api/CHANGELOG.md +++ b/packages/cactus-core-api/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **cmd-api-server:** build occasionally broken - protoc-gen-ts [#1563](https://github.com/hyperledger/cactus/issues/1563) ([c2ecba5](https://github.com/hyperledger/cactus/commit/c2ecba54396d5e72b28d9ad538460d3bde2ca6d0)) + + +### Features + +* **core-api:** add weaver protocol buffer definitions [#1523](https://github.com/hyperledger/cactus/issues/1523) ([851c071](https://github.com/hyperledger/cactus/commit/851c071e13e2ed3748a9c52ae9d02fb85d235c9a)) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-core-api diff --git a/packages/cactus-core-api/package.json b/packages/cactus-core-api/package.json index a000371275..80af4cf66d 100644 --- a/packages/cactus-core-api/package.json +++ b/packages/cactus-core-api/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core-api", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Contains type definitions/interfaces for the kernel of the codebase. Kept separate from the implementation so that it is easier to use it as a dependency.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-core-api.node.umd.min.js", @@ -80,7 +80,7 @@ "typescript-optional": "2.0.1" }, "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", "axios": "0.21.4" } } diff --git a/packages/cactus-core/CHANGELOG.md b/packages/cactus-core/CHANGELOG.md index 5f0141d041..a26477cdb7 100644 --- a/packages/cactus-core/CHANGELOG.md +++ b/packages/cactus-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-core + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-core diff --git a/packages/cactus-core/package.json b/packages/cactus-core/package.json index 9977226c25..bf91c82c69 100644 --- a/packages/cactus-core/package.json +++ b/packages/cactus-core/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Contains lower level abstractions/implementation that is to be shared by multiple other, higher level packages of the project.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-core.node.umd.min.js", @@ -60,8 +60,8 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "express": "4.17.1", "express-jwt-authz": "2.4.1", "express-openapi-validator": "4.12.12", diff --git a/packages/cactus-plugin-consortium-manual/CHANGELOG.md b/packages/cactus-plugin-consortium-manual/CHANGELOG.md index ab009df240..405ae296ca 100644 --- a/packages/cactus-plugin-consortium-manual/CHANGELOG.md +++ b/packages/cactus-plugin-consortium-manual/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-consortium-manual + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-consortium-manual diff --git a/packages/cactus-plugin-consortium-manual/package.json b/packages/cactus-plugin-consortium-manual/package.json index 867ad0cfb3..2e0907d9fb 100644 --- a/packages/cactus-plugin-consortium-manual/package.json +++ b/packages/cactus-plugin-consortium-manual/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-consortium-manual", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "A web service plugin that provides management capabilities on a Cactus consortium as a whole for administrative purposes.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-consortium-manual.node.umd.min.js", @@ -69,9 +69,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "body-parser": "1.19.0", "express": "4.17.1", diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md b/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md index 54e89603aa..b5cc54b936 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-eth-besu-erc20 + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json index 56895de34e..ad6505a73b 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-htlc-eth-besu-erc20", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-htlc-eth-besu-erc20.node.umd.min.js", @@ -74,10 +74,10 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3", "axios": "0.21.4", "express": "4.17.1", "joi": "17.4.2", diff --git a/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md b/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md index 6247ae0b7a..70285527ee 100644 --- a/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md +++ b/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **deps:** sibling package dependencies keychain-memory 0.6.0 [#1532](https://github.com/hyperledger/cactus/issues/1532) ([d01d72d](https://github.com/hyperledger/cactus/commit/d01d72d36200d47acac89f7ab90f6ddc96afba6f)) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-eth-besu diff --git a/packages/cactus-plugin-htlc-eth-besu/package.json b/packages/cactus-plugin-htlc-eth-besu/package.json index 343649e975..951b12c4df 100644 --- a/packages/cactus-plugin-htlc-eth-besu/package.json +++ b/packages/cactus-plugin-htlc-eth-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-htlc-eth-besu", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Allows Cactus nodes to interact with HTLC ETH contracts", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-htlc-eth-besu.node.umd.min.js", @@ -74,12 +74,12 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "axios": "0.21.4", "express": "4.17.1", "joi": "17.4.2", @@ -89,8 +89,8 @@ "web3-eea": "0.11.0" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.13" } } diff --git a/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md b/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md index f03c9e25c2..85d9bcc850 100644 --- a/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* openapi validation for keychain-aws-sm plugin ([b270d28](https://github.com/hyperledger/cactus/commit/b270d2891d88149caa3de66096e727e82df0233e)), closes [#847](https://github.com/hyperledger/cactus/issues/847) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-aws-sm diff --git a/packages/cactus-plugin-keychain-aws-sm/package.json b/packages/cactus-plugin-keychain-aws-sm/package.json index ab38166a2f..52b1d449c2 100644 --- a/packages/cactus-plugin-keychain-aws-sm/package.json +++ b/packages/cactus-plugin-keychain-aws-sm/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-aws-sm", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "A keychain implementation storing its entries in AWS Secret Manger.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-keychain-aws-sm.node.umd.min.js", @@ -69,16 +69,16 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "aws-sdk": "2.965.0", "axios": "0.21.4", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.13", "@types/request": "2.48.7", "internal-ip": "6.2.0", diff --git a/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md b/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md index f611540663..017cfaa09c 100644 --- a/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-azure-kv + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-azure-kv diff --git a/packages/cactus-plugin-keychain-azure-kv/package.json b/packages/cactus-plugin-keychain-azure-kv/package.json index aa6a82d40f..3fbd0ea060 100644 --- a/packages/cactus-plugin-keychain-azure-kv/package.json +++ b/packages/cactus-plugin-keychain-azure-kv/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-azure-kv", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "A keychain implementation storing its entries in Azure key vault.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-keychain-azure-kv.node.umd.min.js", @@ -71,15 +71,15 @@ "dependencies": { "@azure/identity": "1.5.0", "@azure/keyvault-secrets": "4.3.0", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.13", "@types/request": "2.48.7", "express": "4.17.1", diff --git a/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md b/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md index b8032731ad..aa312f9a3c 100644 --- a/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-google-sm + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) diff --git a/packages/cactus-plugin-keychain-google-sm/package.json b/packages/cactus-plugin-keychain-google-sm/package.json index b68811af07..4483dd7484 100644 --- a/packages/cactus-plugin-keychain-google-sm/package.json +++ b/packages/cactus-plugin-keychain-google-sm/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-google-sm", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "A keychain implementation storing its entries in Azure key vault.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-keychain-google-sm.node.umd.min.js", @@ -70,15 +70,15 @@ "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { "@google-cloud/secret-manager": "3.9.0", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.13", "@types/request": "2.48.7", "express": "4.17.1", diff --git a/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md b/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md index 9926046997..f20fcb9c89 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **deps:** sibling package dependencies keychain-memory 0.6.0 [#1532](https://github.com/hyperledger/cactus/issues/1532) ([d01d72d](https://github.com/hyperledger/cactus/commit/d01d72d36200d47acac89f7ab90f6ddc96afba6f)) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) diff --git a/packages/cactus-plugin-keychain-memory-wasm/package.json b/packages/cactus-plugin-keychain-memory-wasm/package.json index d114717a66..93f64057c3 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/package.json +++ b/packages/cactus-plugin-keychain-memory-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-memory-wasm", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Dummy keychain implementation doing NO encryption and storing everything in-memory. Only suitable for development and testing. Same as the non-wasm version but this one has the backing implementation written in Rust and compiled down to WebAssembly.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-keychain-memory-wasm.node.umd.min.js", @@ -74,9 +74,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "express": "4.17.1", "prom-client": "13.2.0", diff --git a/packages/cactus-plugin-keychain-memory/CHANGELOG.md b/packages/cactus-plugin-keychain-memory/CHANGELOG.md index 0a8c9f448b..7aa003ca58 100644 --- a/packages/cactus-plugin-keychain-memory/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-memory/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-memory + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-memory diff --git a/packages/cactus-plugin-keychain-memory/package.json b/packages/cactus-plugin-keychain-memory/package.json index ed1133dee2..7f64385583 100644 --- a/packages/cactus-plugin-keychain-memory/package.json +++ b/packages/cactus-plugin-keychain-memory/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-memory", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Dummy keychain implementation doing NO encryption and storing everything in-memory. Only suitable for development and testing.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-keychain-memory.node.umd.min.js", @@ -69,9 +69,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "express": "4.17.1", "prom-client": "13.2.0", diff --git a/packages/cactus-plugin-keychain-vault/CHANGELOG.md b/packages/cactus-plugin-keychain-vault/CHANGELOG.md index 93de06dec7..00d835dfa9 100644 --- a/packages/cactus-plugin-keychain-vault/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-vault/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-vault + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) diff --git a/packages/cactus-plugin-keychain-vault/package.json b/packages/cactus-plugin-keychain-vault/package.json index a6315ae271..5d0659b1ee 100644 --- a/packages/cactus-plugin-keychain-vault/package.json +++ b/packages/cactus-plugin-keychain-vault/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-vault", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "A keychain implementation storing its entries in Hashicorp Vault. Actual logic is implemented in Rust.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-keychain-vault.node.umd.min.js", @@ -69,9 +69,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "http-status-codes": "2.1.4", "node-vault": "0.9.22", @@ -79,7 +79,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/body-parser": "1.19.1", "@types/express": "4.17.13", "@types/internal-ip": "4.1.0", diff --git a/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md index 2734b53ac9..7c6264618b 100644 --- a/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* fixes 1445 and implementing correct interface types ([9022064](https://github.com/hyperledger/cactus/commit/9022064e245a92f71d2d303d77bfdaf64d1b1678)), closes [#1445](https://github.com/hyperledger/cactus/issues/1445) + + +### Features + +* **odap:** first implemenation for odap plugin and endpoints ([51bf753](https://github.com/hyperledger/cactus/commit/51bf753d421cdd255c178036fe901eb9c1c04130)) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) diff --git a/packages/cactus-plugin-ledger-connector-besu/package.json b/packages/cactus-plugin-ledger-connector-besu/package.json index 96305e3312..feddf30565 100644 --- a/packages/cactus-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-plugin-ledger-connector-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-besu", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Allows Cactus nodes to connect to a Besu ledger.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-ledger-connector-besu.node.umd.min.js", @@ -69,9 +69,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "express": "4.17.1", "joi": "17.4.2", @@ -88,8 +88,8 @@ "web3-utils": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.13", "socket.io": "4.1.3", "web3-core": "1.5.1", diff --git a/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md index b1781f3000..6399c868d3 100644 --- a/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* endpoints implementation in corda plugin ([21a22b5](https://github.com/hyperledger/cactus/commit/21a22b574fb2e08c8c69106a6b3ecf1cb252c654)), closes [#1346](https://github.com/hyperledger/cactus/issues/1346) +* openapi validation for corda server endpoints ([21fc5ba](https://github.com/hyperledger/cactus/commit/21fc5ba874e0d1974a7e9524aff5103bb8af4b53)) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-corda diff --git a/packages/cactus-plugin-ledger-connector-corda/package.json b/packages/cactus-plugin-ledger-connector-corda/package.json index 449db76e69..3e1fce193b 100644 --- a/packages/cactus-plugin-ledger-connector-corda/package.json +++ b/packages/cactus-plugin-ledger-connector-corda/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-corda", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Allows Cactus nodes to connect to a Corda ledger.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-ledger-connector-corda.node.umd.min.js", @@ -70,9 +70,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "express-openapi-validator": "3.10.0", "internal-ip": "6.2.0", @@ -83,7 +83,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.13", "@types/multer": "1.4.7", "@types/node-ssh": "7.0.1", diff --git a/packages/cactus-plugin-ledger-connector-fabric-socketio/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-fabric-socketio/CHANGELOG.md index e287774ec5..18ae7ead68 100644 --- a/packages/cactus-plugin-ledger-connector-fabric-socketio/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-fabric-socketio/CHANGELOG.md @@ -3,7 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.0.0-rc.2](https://github.com/petermetz/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **security:** upgrade fabric-common to 2.2.10 or later ([45c4a69](https://github.com/hyperledger/cactus/commit/45c4a69fb86964bc4e7018c31c5914a0063c7638)), closes [#1600](https://github.com/hyperledger/cactus/issues/1600) + + + + + +# [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-fabric-socketio diff --git a/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json b/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json index a85b4bf2a1..bc6a258470 100644 --- a/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json +++ b/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-fabric-socketio", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "private": true, "scripts": { "start": "cd ./dist && node common/core/bin/www.js", @@ -38,4 +38,4 @@ "prettier": "^2.4.0", "typescript": "^3.9.10" } -} \ No newline at end of file +} diff --git a/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md index ea4bcde5ee..0075a69747 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **connector-fabric:** chain code deployment fails >1 scp concurrency ([71c9063](https://github.com/hyperledger/cactus/commit/71c9063a70d3ea77264d631272e792d339ffb1e3)), closes [#1570](https://github.com/hyperledger/cactus/issues/1570) +* **security:** upgrade fabric-common to 2.2.10 or later ([45c4a69](https://github.com/hyperledger/cactus/commit/45c4a69fb86964bc4e7018c31c5914a0063c7638)), closes [#1600](https://github.com/hyperledger/cactus/issues/1600) + + +### Features + +* **odap:** first implemenation for odap plugin and endpoints ([51bf753](https://github.com/hyperledger/cactus/commit/51bf753d421cdd255c178036fe901eb9c1c04130)) +* **test-tooling:** embed couch-db image in the faio ([95d956d](https://github.com/hyperledger/cactus/commit/95d956d9bbfb15b15b043a753f07cbf876c33707)) +* **test-tooling:** faio features and improvements ([794e8b8](https://github.com/hyperledger/cactus/commit/794e8b89aba5a7bc6144343607893bca64affda1)) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) diff --git a/packages/cactus-plugin-ledger-connector-fabric/package.json b/packages/cactus-plugin-ledger-connector-fabric/package.json index 9a3035b568..8e3a6f455d 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/package.json +++ b/packages/cactus-plugin-ledger-connector-fabric/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-fabric", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Allows Cactus nodes to connect to a Fabric ledger.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-ledger-connector-fabric.node.umd.min.js", @@ -70,9 +70,9 @@ "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { "@fidm/x509": "1.2.1", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "bl": "5.0.0", "bn.js": "4.12.0", @@ -97,8 +97,8 @@ "ws-identity-client": "1.0.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.13", "@types/fs-extra": "9.0.12", "@types/jsrsasign": "8.0.13", @@ -109,4 +109,4 @@ "fs-extra": "10.0.0", "ws-wallet": "1.1.5" } -} \ No newline at end of file +} diff --git a/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/CHANGELOG.md index 881f6dafb5..d33c02571d 100644 --- a/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/CHANGELOG.md @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.0.0-rc.2](https://github.com/petermetz/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-go-ethereum-socketio + + + + + +# [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-go-ethereum-socketio diff --git a/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json b/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json index 30c7d3e8a0..d80ef1791a 100644 --- a/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json +++ b/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-go-ethereum-socketio", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "private": true, "scripts": { "start": "cd ./dist && node common/core/bin/www.js", diff --git a/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md index 5a3719613b..be5bd6ec1d 100644 --- a/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **cmd-api-server:** build occasionally broken - protoc-gen-ts [#1563](https://github.com/hyperledger/cactus/issues/1563) ([c2ecba5](https://github.com/hyperledger/cactus/commit/c2ecba54396d5e72b28d9ad538460d3bde2ca6d0)) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-iroha diff --git a/packages/cactus-plugin-ledger-connector-iroha/package.json b/packages/cactus-plugin-ledger-connector-iroha/package.json index d0bc71540d..56b248707f 100644 --- a/packages/cactus-plugin-ledger-connector-iroha/package.json +++ b/packages/cactus-plugin-ledger-connector-iroha/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-iroha", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Allows Cactus nodes to connect to an Iroha ledger.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-ledger-connector-iroha.node.umd.min.js", @@ -70,9 +70,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "@types/google-protobuf": "3.15.5", "axios": "0.21.4", "express": "4.17.1", @@ -83,8 +83,8 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.8" } } diff --git a/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md index 3875b210d1..b4929393ee 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **connector-quorum:** transaction with different credentials [#1098](https://github.com/hyperledger/cactus/issues/1098) ([af6c240](https://github.com/hyperledger/cactus/commit/af6c24045f3696b3a64d64182afbd610c6409b17)) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) diff --git a/packages/cactus-plugin-ledger-connector-quorum/package.json b/packages/cactus-plugin-ledger-connector-quorum/package.json index 9febde23dc..c3fb39f760 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/package.json +++ b/packages/cactus-plugin-ledger-connector-quorum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-quorum", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Allows Cactus nodes to connect to a Quorum ledger.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-ledger-connector-quorum.node.umd.min.js", @@ -69,9 +69,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "express": "4.17.1", "prom-client": "13.2.0", @@ -80,8 +80,8 @@ "web3-eth-contract": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.13", "web3-eth": "1.5.2" } diff --git a/packages/cactus-plugin-ledger-connector-sawtooth-socketio/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-sawtooth-socketio/CHANGELOG.md index 3befb9ae82..e549bdd423 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth-socketio/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-sawtooth-socketio/CHANGELOG.md @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [1.0.0-rc.2](https://github.com/petermetz/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-sawtooth-socketio + + + + + +# [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-sawtooth-socketio diff --git a/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json b/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json index 1d77e91100..05c989d67c 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-sawtooth-socketio", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "private": true, "scripts": { "start": "cd ./dist && node common/core/bin/www.js", diff --git a/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md index 26d80c2f72..72978483be 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* fixes 1445 and implementing correct interface types ([9022064](https://github.com/hyperledger/cactus/commit/9022064e245a92f71d2d303d77bfdaf64d1b1678)), closes [#1445](https://github.com/hyperledger/cactus/issues/1445) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-xdai diff --git a/packages/cactus-plugin-ledger-connector-xdai/package.json b/packages/cactus-plugin-ledger-connector-xdai/package.json index 606a7ed50c..83a57e5d44 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/package.json +++ b/packages/cactus-plugin-ledger-connector-xdai/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-xdai", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Allows Cactus nodes to connect to a Xdai ledger.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-plugin-ledger-connector-xdai.node.umd.min.js", @@ -69,9 +69,9 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", "axios": "0.21.4", "express": "4.17.1", "joi": "17.4.2", @@ -82,8 +82,8 @@ "web3-utils": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "@types/express": "4.17.13" } } diff --git a/packages/cactus-plugin-odap-hermes/CHANGELOG.md b/packages/cactus-plugin-odap-hermes/CHANGELOG.md new file mode 100644 index 0000000000..beab312a3d --- /dev/null +++ b/packages/cactus-plugin-odap-hermes/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **deps:** sibling package dependencies keychain-memory 0.6.0 [#1532](https://github.com/hyperledger/cactus/issues/1532) ([d01d72d](https://github.com/hyperledger/cactus/commit/d01d72d36200d47acac89f7ab90f6ddc96afba6f)) +* **security:** remedy CVE-2021-3749 ([b33aa90](https://github.com/hyperledger/cactus/commit/b33aa904cfa3794357c77b24f464d41a325f1d80)), closes [#1569](https://github.com/hyperledger/cactus/issues/1569) + + +### Features + +* **odap:** first implemenation for odap plugin and endpoints ([51bf753](https://github.com/hyperledger/cactus/commit/51bf753d421cdd255c178036fe901eb9c1c04130)) diff --git a/packages/cactus-plugin-odap-hermes/package.json b/packages/cactus-plugin-odap-hermes/package.json index 34d8038f22..c0f6bbfff8 100644 --- a/packages/cactus-plugin-odap-hermes/package.json +++ b/packages/cactus-plugin-odap-hermes/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-odap-hermes", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "proof of concept of odap", "main": "dist/lib/main/typescript/index.js", "module": "dist/lib/main/typescript/index.js", @@ -62,15 +62,15 @@ "typescript": "4.3.2" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-object-store-ipfs": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-object-store-ipfs": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "axios": "0.21.4", "crypto-js": "4.0.0", "dockerode": "3.3.0", diff --git a/packages/cactus-test-api-client/CHANGELOG.md b/packages/cactus-test-api-client/CHANGELOG.md index 66adde236a..c7090208cc 100644 --- a/packages/cactus-test-api-client/CHANGELOG.md +++ b/packages/cactus-test-api-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-test-api-client + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-test-api-client diff --git a/packages/cactus-test-api-client/package.json b/packages/cactus-test-api-client/package.json index 3819731e24..1360b5897b 100644 --- a/packages/cactus-test-api-client/package.json +++ b/packages/cactus-test-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-api-client", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Integration tests for the Cactus API Client package (formerly known as the Cactus SDK package that has been renamed for to purpose of being less ambiguous)", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-api-client.node.umd.min.js", @@ -60,17 +60,17 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-api-client": "1.0.0-rc.2", - "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.2", + "@hyperledger/cactus-api-client": "1.0.0-rc.3", + "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.3", "jose": "4.1.0", "web3": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3" } } diff --git a/packages/cactus-test-cmd-api-server/CHANGELOG.md b/packages/cactus-test-cmd-api-server/CHANGELOG.md index 28439f7d95..b8eab9fc4e 100644 --- a/packages/cactus-test-cmd-api-server/CHANGELOG.md +++ b/packages/cactus-test-cmd-api-server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-test-cmd-api-server + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-test-cmd-api-server diff --git a/packages/cactus-test-cmd-api-server/package.json b/packages/cactus-test-cmd-api-server/package.json index 406af84159..623fb4ff0d 100644 --- a/packages/cactus-test-cmd-api-server/package.json +++ b/packages/cactus-test-cmd-api-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-cmd-api-server", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Integration tests for the Cactus API Client package (formerly known as the Cactus SDK package that has been renamed for to purpose of being less ambiguous)", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-cmd-api-server.node.umd.min.js", @@ -60,15 +60,15 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-vault": "1.0.0-rc.2", + "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-vault": "1.0.0-rc.3", "express-jwt-authz": "2.4.1", "jose": "4.1.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3" } } diff --git a/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md b/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md index 441c7c767b..0271fe6f04 100644 --- a/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md +++ b/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-consortium-manual + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-test-plugin-consortium-manual diff --git a/packages/cactus-test-plugin-consortium-manual/package.json b/packages/cactus-test-plugin-consortium-manual/package.json index bda09c6340..01ad975ab6 100644 --- a/packages/cactus-test-plugin-consortium-manual/package.json +++ b/packages/cactus-test-plugin-consortium-manual/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-consortium-manual", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Integration tests for the Quorum ledger and the API server.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-plugin-consortium-manual.node.umd.min.js", @@ -60,12 +60,12 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", + "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", "axios": "0.21.4", "jose": "4.1.0" } diff --git a/packages/cactus-test-plugin-htlc-eth-besu-erc20/CHANGELOG.md b/packages/cactus-test-plugin-htlc-eth-besu-erc20/CHANGELOG.md index 9b9dc88f62..72deb5a665 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu-erc20/CHANGELOG.md +++ b/packages/cactus-test-plugin-htlc-eth-besu-erc20/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu-erc20 + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu-erc20 diff --git a/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json b/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json index 791f508641..4febc1e615 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Integration tests for HTLC with ERC-20 tokens plugin.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-plugin-htlc-eth-besu-erc20.node.umd.min.js", @@ -60,14 +60,14 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "axios": "0.21.4", "express": "4.17.1" }, diff --git a/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md b/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md index d2a2d6cc7f..5ed1415493 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md +++ b/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu diff --git a/packages/cactus-test-plugin-htlc-eth-besu/package.json b/packages/cactus-test-plugin-htlc-eth-besu/package.json index eae4f70781..42ad4788e8 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-htlc-eth-besu", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Integration tests for the Besu ledger and the API server.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-plugin-htlc-eth-besu.node.umd.min.js", @@ -60,14 +60,14 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-htlc-eth-besu": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-htlc-eth-besu": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "axios": "0.21.4", "key-encoder": "2.0.3", "web3": "1.5.2", diff --git a/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md b/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md index cf5e7499d0..00d4e0b567 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md +++ b/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-besu + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-besu diff --git a/packages/cactus-test-plugin-ledger-connector-besu/package.json b/packages/cactus-test-plugin-ledger-connector-besu/package.json index d70b60c3de..ddfb0da7e4 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-test-plugin-ledger-connector-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-ledger-connector-besu", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Integration tests for the Besu ledger and the API server.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-plugin-ledger-connector-besu.node.umd.min.js", @@ -60,12 +60,12 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2", - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2", + "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3", + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3", "key-encoder": "2.0.3", "web3": "1.5.2", "web3-eea": "0.11.0" diff --git a/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md b/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md index 15202d1799..2141ce8824 100644 --- a/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md +++ b/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **cmd-api-server:** cockpit off by default [#1239](https://github.com/hyperledger/cactus/issues/1239) ([10344b5](https://github.com/hyperledger/cactus/commit/10344b574013209f1cb96e37a01d0d79e629be1f)) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) **Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-quorum diff --git a/packages/cactus-test-plugin-ledger-connector-quorum/package.json b/packages/cactus-test-plugin-ledger-connector-quorum/package.json index 44905fa0ee..1745ac7d91 100644 --- a/packages/cactus-test-plugin-ledger-connector-quorum/package.json +++ b/packages/cactus-test-plugin-ledger-connector-quorum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-ledger-connector-quorum", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Integration tests for the Quorum ledger and the API server.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-plugin-ledger-connector-quorum.node.umd.min.js", @@ -60,15 +60,15 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2", - "@hyperledger/cactus-common": "1.0.0-rc.2", - "@hyperledger/cactus-core": "1.0.0-rc.2", - "@hyperledger/cactus-core-api": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.2", + "@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3", + "@hyperledger/cactus-common": "1.0.0-rc.3", + "@hyperledger/cactus-core": "1.0.0-rc.3", + "@hyperledger/cactus-core-api": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.3", "web3": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "1.0.0-rc.3" } } diff --git a/packages/cactus-test-tooling/CHANGELOG.md b/packages/cactus-test-tooling/CHANGELOG.md index 64a1a3010e..52834fca20 100644 --- a/packages/cactus-test-tooling/CHANGELOG.md +++ b/packages/cactus-test-tooling/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07) + + +### Bug Fixes + +* **connector-fabric:** chain code deployment fails >1 scp concurrency ([71c9063](https://github.com/hyperledger/cactus/commit/71c9063a70d3ea77264d631272e792d339ffb1e3)), closes [#1570](https://github.com/hyperledger/cactus/issues/1570) +* **deps:** sibling package dependencies keychain-memory 0.6.0 [#1532](https://github.com/hyperledger/cactus/issues/1532) ([d01d72d](https://github.com/hyperledger/cactus/commit/d01d72d36200d47acac89f7ab90f6ddc96afba6f)) +* **security:** upgrade fabric-common to 2.2.10 or later ([45c4a69](https://github.com/hyperledger/cactus/commit/45c4a69fb86964bc4e7018c31c5914a0063c7638)), closes [#1600](https://github.com/hyperledger/cactus/issues/1600) + + +### Features + +* **test-tooling:** embed couch-db image in the faio ([95d956d](https://github.com/hyperledger/cactus/commit/95d956d9bbfb15b15b043a753f07cbf876c33707)) +* **test-tooling:** env injenction for Besu, Fabric, Quorum AIOs ([bb0352d](https://github.com/hyperledger/cactus/commit/bb0352dad85a1acbb4fc4b34026f39f289cfa9c0)), closes [#1580](https://github.com/hyperledger/cactus/issues/1580) +* **test-tooling:** faio features and improvements ([794e8b8](https://github.com/hyperledger/cactus/commit/794e8b89aba5a7bc6144343607893bca64affda1)) + + + + + # [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01) diff --git a/packages/cactus-test-tooling/package.json b/packages/cactus-test-tooling/package.json index 52f683930d..18730feb22 100644 --- a/packages/cactus-test-tooling/package.json +++ b/packages/cactus-test-tooling/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-tooling", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Swiss army knife for test development. Main goal is to make pulling up test/dummy ledgers on the fly for tests easy, especially for test cases that are about simulating clean ledger state or wiped ledger state, etc.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-test-tooling.node.umd.min.js", @@ -70,7 +70,7 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-common": "1.0.0-rc.2", + "@hyperledger/cactus-common": "1.0.0-rc.3", "axios": "0.21.4", "compare-versions": "3.6.0", "dockerode": "3.3.0", @@ -96,9 +96,9 @@ }, "devDependencies": { "@types/dockerode": "3.2.7", - "@types/js-yaml": "4.0.3", "@types/esm": "3.2.0", "@types/fs-extra": "9.0.12", + "@types/js-yaml": "4.0.3", "@types/lodash": "4.14.172", "@types/node-ssh": "7.0.1", "@types/ssh2": "0.5.47", @@ -108,4 +108,4 @@ "esm": "3.2.25", "temp": "0.9.4" } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 3cb624210b..62fc8347df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3855,11 +3855,6 @@ resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.3.3.tgz#ff6ee919fc2a1abaf72b22814bfb72ed129ec137" integrity sha512-tDBopO1c98Yk7Cv/PZlHqrvtVjlgK5R4J6jxLwoO7qxK4xqOiZG+zSkIvGFpPZ0ikc3QOED3plgdqjgNTnBc7g== -"@panva/asn1.js@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@panva/asn1.js/-/asn1.js-1.0.0.tgz#dd55ae7b8129e02049f009408b97c61ccf9032f6" - integrity sha512-UdkG3mLEqXgnlKsWanWcgb6dOjUzJ+XC5f+aWw30qrtjxeNUSfKX1cd5FBzOaXQumoe9nIqeZUvrRJS03HCCtw== - "@polka/url@^1.0.0-next.20": version "1.0.0-next.21" resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1" @@ -11092,6 +11087,16 @@ fabric-ca-client@2.2.10: url "^0.11.0" winston "^2.4.5" +fabric-ca-client@2.3.0-snapshot.62: + version "2.3.0-snapshot.62" + resolved "https://registry.yarnpkg.com/fabric-ca-client/-/fabric-ca-client-2.3.0-snapshot.62.tgz#88770a6cb2c846770a00765b7c222e50ed28e5a4" + integrity sha512-5PGEL+oEaCXwrSHPkVkURF+f5LosZRzYygRPZWlCh81CDScwSmpaPrj3UMObYHbb2YUkodtll2aTfQPhhMnVSQ== + dependencies: + fabric-common "2.3.0-snapshot.63" + jsrsasign "^10.4.1" + url "^0.11.0" + winston "^2.4.5" + fabric-common@2.2.10: version "2.2.10" resolved "https://registry.yarnpkg.com/fabric-common/-/fabric-common-2.2.10.tgz#265aa1da9069da681ec039f99fd042c04b7cea51" @@ -11111,6 +11116,25 @@ fabric-common@2.2.10: optionalDependencies: pkcs11js "^1.0.6" +fabric-common@2.3.0-snapshot.63: + version "2.3.0-snapshot.63" + resolved "https://registry.yarnpkg.com/fabric-common/-/fabric-common-2.3.0-snapshot.63.tgz#ecc3512e9a002221ea4edcd2ce92d41691887a1a" + integrity sha512-qfuwC/3f4ViHhjGrXikE63J1AWI6iB0U72ZY7IUiNLW444wum7g5kWlY5HURu794HsS5R2y9UA6GUdx1ng92Lg== + dependencies: + callsite "^1.0.0" + elliptic "^6.5.4" + fabric-protos "2.3.0-snapshot.63" + js-sha3 "^0.8.0" + jsrsasign "^10.4.1" + long "^4.0.0" + nconf "^0.11.2" + promise-settle "^0.3.0" + sjcl "^1.0.8" + winston "^2.4.5" + yn "^4.0.0" + optionalDependencies: + pkcs11js "^1.0.6" + fabric-network@2.2.10: version "2.2.10" resolved "https://registry.yarnpkg.com/fabric-network/-/fabric-network-2.2.10.tgz#b0e1034cd71117da947e594d4601b64e11002d61" @@ -11121,6 +11145,16 @@ fabric-network@2.2.10: long "^4.0.0" nano "^9.0.3" +fabric-network@2.3.0-snapshot.62: + version "2.3.0-snapshot.62" + resolved "https://registry.yarnpkg.com/fabric-network/-/fabric-network-2.3.0-snapshot.62.tgz#2a40ed1357a249fa47d8543432c241c9344b1248" + integrity sha512-a5krmkWtfTnbuQ9azbPOSUZjOHc9UJjQOmoXdsreoclsF4fSDcTbM3VscDbW1gRZBtdHdYJ9QB6tNTUEGVuPsQ== + dependencies: + fabric-common "2.3.0-snapshot.63" + fabric-protos "2.3.0-snapshot.63" + long "^4.0.0" + nano "^9.0.3" + fabric-protos@2.2.10: version "2.2.10" resolved "https://registry.yarnpkg.com/fabric-protos/-/fabric-protos-2.2.10.tgz#50363d5a22e8acada38b88d48deaea0d40fa1906" @@ -11130,10 +11164,10 @@ fabric-protos@2.2.10: "@grpc/proto-loader" "^0.6.2" protobufjs "^6.11.2" -fabric-protos@2.2.8: - version "2.2.8" - resolved "https://registry.yarnpkg.com/fabric-protos/-/fabric-protos-2.2.8.tgz#a41c4d87e6c301bc1064dc12b7e20933f99629bf" - integrity sha512-5e3MDLtXdsZpXs92kfTGRirIomaaQ3MaKQ59kp0y9QtYZGced4k9Donl1G3nREoBi0yy1bp45lkDnjRIOG9v+g== +fabric-protos@2.3.0-snapshot.63: + version "2.3.0-snapshot.63" + resolved "https://registry.yarnpkg.com/fabric-protos/-/fabric-protos-2.3.0-snapshot.63.tgz#fbe3d942b498df9cfcd40c4eb3fadf65f851e9aa" + integrity sha512-jJlc9haZtUTDl9kPyAaV0fftMqDu7IRgyHnAd9mNfy0EoKl8xUCyDfrNrNEHBzUyayMlMXqUlZ8GGGU6WLjnOA== dependencies: "@grpc/grpc-js" "^1.3.4" "@grpc/proto-loader" "^0.6.2" @@ -15050,12 +15084,10 @@ joi@17.4.2: "@sideway/formula" "^3.0.0" "@sideway/pinpoint" "^2.0.0" -jose@1.28.1: - version "1.28.1" - resolved "https://registry.yarnpkg.com/jose/-/jose-1.28.1.tgz#34a0f851a534be59ffab82a6e8845f6874e8c128" - integrity sha512-6JK28rFu5ENp/yxMwM+iN7YeaInnY9B9Bggjkz5fuwLiJhbVrl2O4SJr65bdNBPl9y27fdC3Mymh+FVCvozLIg== - dependencies: - "@panva/asn1.js" "^1.0.0" +jose@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/jose/-/jose-4.1.0.tgz#486a8dda9a32602e18953d17eb3835fb3f6d6ce0" + integrity sha512-Hqx2vuNlo5sDe+ZWvOXAExWXk31mXgxMuUkUjEIeGNU4KFPZHO8hOnljhb25eoK4g+fth+7tU+k+AA+p/eZtYw== js-sha256@0.9.0: version "0.9.0"