diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d97f8c413..809ecd6bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **cmd-api-server:** shutdown hook was not waiting for promises ([d14bf02](https://github.com/hyperledger/cacti/commit/d14bf02aed215eeecdba258bb48a330da3fc2c36)) +* **cmd-api-server:** stop changing LoggerProvider log level ([6ef514c](https://github.com/hyperledger/cacti/commit/6ef514cc01eda2640ed144bdd4750dbcb1e35e27)) +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) +* **go-sdk:** use protos v1 api for fabric-protos-go unmarshal ([8896518](https://github.com/hyperledger/cacti/commit/88965187de69076420237a93548a9e5fdd7f0e74)) +* **plugin-persistence-ethereum:** make created_at TIMESTAMPTZ in schema ([08925ff](https://github.com/hyperledger/cacti/commit/08925ffc8815d9613a69204a74c85d168f8a8305)), closes [#3373](https://github.com/hyperledger/cacti/issues/3373) + +### Features + +* **cactus-example-tcs-huawei:** remove deprecated sample app ([45fadcd](https://github.com/hyperledger/cacti/commit/45fadcd089bb59cf5f604110030a5e7eba5d67b2)), closes [#3155](https://github.com/hyperledger/cacti/issues/3155) [#3157](https://github.com/hyperledger/cacti/issues/3157) +* **connector-besu:** expose API client and OpenAPI code for web builds ([199c1f0](https://github.com/hyperledger/cacti/commit/199c1f05c282d15ba2ded9e7a69253483fbac2ec)) +* **connector-corda:** add initial set of JvmObject factory functions ([d9d5904](https://github.com/hyperledger/cacti/commit/d9d590450af6d231c5e38046bffd6d08786c29f4)) +* **connector-corda:** add JSON classname->JVM class object deserialize ([0508f14](https://github.com/hyperledger/cacti/commit/0508f14c64e452f8f89881db363cd00b3c8c255c)) +* **fabric-driver:** added weaver fabric driver as cacti plugin package ([36b8470](https://github.com/hyperledger/cacti/commit/36b8470f8a159bcb16c5ef62074aee2ff99758eb)) +* **ledger-browser:** refactor eth dashboard page ([c69fb4c](https://github.com/hyperledger/cacti/commit/c69fb4c5982669d335870218c617ff847fbe1db9)), closes [#3207](https://github.com/hyperledger/cacti/issues/3207) +* **ledger-browser:** refactor eth tokens page into accounts page ([0b0c22c](https://github.com/hyperledger/cacti/commit/0b0c22cd39fb67e809595ceb23fb8b3c2a0f1da0)), closes [#3237](https://github.com/hyperledger/cacti/issues/3237) +* **ledger-browser:** refactor routing, improve UI ([3fcc7a1](https://github.com/hyperledger/cacti/commit/3fcc7a1215435341db927ec211af598a0a298d44)) +* **ledger-browser:** use react query in eth app ([4d3fb7e](https://github.com/hyperledger/cacti/commit/4d3fb7e25d78804ffda498e9cdd4600bf0a50f0c)), closes [#3203](https://github.com/hyperledger/cacti/issues/3203) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md b/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md index 0627c8b9d8..a84c2db5c0 100644 --- a/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md +++ b/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-backend + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/examples/cactus-example-carbon-accounting-backend/package.json b/examples/cactus-example-carbon-accounting-backend/package.json index 09e72f3031..950183fceb 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "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).", "keywords": [ "Hyperledger", @@ -52,16 +52,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.1", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-api-client": "2.0.0-rc.2", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@openzeppelin/contracts": "4.9.6", "@openzeppelin/contracts-upgradeable": "4.9.6", "async-exit-hook": "2.0.1", 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 8ca1ddd56b..93b6653371 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,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-business-logic-plugin + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes 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 57675ae974..87b3cc82ab 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "An example business logic plugin implementation for Cactus", "keywords": [ "Hyperledger", @@ -55,14 +55,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.1", + "@hyperledger/cactus-api-client": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.2", "async-exit-hook": "2.0.1", "axios": "1.6.0", "express": "4.19.2", diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.json b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.json index 9d22e3a01f..6641f6ec4a 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.json +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Example - Carbon Accounting App", "description": "Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.tpl.json b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.tpl.json index 9d22e3a01f..6641f6ec4a 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.tpl.json +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Example - Carbon Accounting App", "description": "Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md index 90cb5418e9..21d4b8d89b 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Demonstrates how a business use case can be satisfied with Cactus when multiple ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts index 1290db20bf..2e1cb91685 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Carbon Accounting App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts index 6f8fc0a3fe..5c0c8295ff 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Carbon Accounting App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts index 83956df203..39edada997 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Carbon Accounting App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 2ff6c5fc3e..490cc00206 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Carbon Accounting App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts index 2722742e58..732e738080 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Carbon Accounting App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md b/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md index 74f071f6c3..92b3ededc5 100644 --- a/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md +++ b/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/examples/cactus-example-carbon-accounting-frontend/package.json b/examples/cactus-example-carbon-accounting-frontend/package.json index acf85fb44a..00e69865a6 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "The frontend component of an example project demonstrating how Cacti can be used for cross-chain dapp development.", "keywords": [ "Hyperledger", @@ -54,13 +54,13 @@ "@angular/platform-browser": "16.2.4", "@angular/platform-browser-dynamic": "16.2.4", "@angular/router": "16.2.4", - "@hyperledger/cactus-api-client": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", + "@hyperledger/cactus-api-client": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", "@ionic-native/core": "5.36.0", "@ionic-native/splash-screen": "5.36.0", "@ionic-native/status-bar": "5.36.0", diff --git a/examples/cactus-example-cbdc-bridging-backend/CHANGELOG.md b/examples/cactus-example-cbdc-bridging-backend/CHANGELOG.md index 0f3fe44045..091e5169c6 100644 --- a/examples/cactus-example-cbdc-bridging-backend/CHANGELOG.md +++ b/examples/cactus-example-cbdc-bridging-backend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-cbdc-bridging-backend + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/examples/cactus-example-cbdc-bridging-backend/package.json b/examples/cactus-example-cbdc-bridging-backend/package.json index d4d9a08d05..eeb95eb5e2 100644 --- a/examples/cactus-example-cbdc-bridging-backend/package.json +++ b/examples/cactus-example-cbdc-bridging-backend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-cbdc-bridging-backend", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "An example application showing how to use Cacti when implementing a CBDC bridging application between Hyperledger Fabric and Hyperledger Besu.", "keywords": [ "Hyperledger", @@ -55,18 +55,18 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.1", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-satp-hermes": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-api-client": "2.0.0-rc.2", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-satp-hermes": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@openzeppelin/contracts": "4.9.6", "@openzeppelin/contracts-upgradeable": "4.9.6", "async-exit-hook": "2.0.1", diff --git a/examples/cactus-example-cbdc-bridging-frontend/CHANGELOG.md b/examples/cactus-example-cbdc-bridging-frontend/CHANGELOG.md index bf2a2fc3cb..d75dbfeaec 100644 --- a/examples/cactus-example-cbdc-bridging-frontend/CHANGELOG.md +++ b/examples/cactus-example-cbdc-bridging-frontend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cacti-example-cbdc-bridging-frontend + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Features diff --git a/examples/cactus-example-cbdc-bridging-frontend/package.json b/examples/cactus-example-cbdc-bridging-frontend/package.json index 5998b2bd43..eb0a131e47 100644 --- a/examples/cactus-example-cbdc-bridging-frontend/package.json +++ b/examples/cactus-example-cbdc-bridging-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-example-cbdc-bridging-frontend", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "private": true, "license": "Apache-2.0", "scripts": { diff --git a/examples/cactus-example-discounted-asset-trade-client/CHANGELOG.md b/examples/cactus-example-discounted-asset-trade-client/CHANGELOG.md index 0934a11b32..bc0a37296b 100644 --- a/examples/cactus-example-discounted-asset-trade-client/CHANGELOG.md +++ b/examples/cactus-example-discounted-asset-trade-client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/examples/cactus-example-discounted-asset-trade-client/package.json b/examples/cactus-example-discounted-asset-trade-client/package.json index 18eae1b4ad..f41cf39028 100644 --- a/examples/cactus-example-discounted-asset-trade-client/package.json +++ b/examples/cactus-example-discounted-asset-trade-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-discounted-asset-trade-client", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Client for interacting with discounted asset trade sample app and some tools for setting up indy enviroment", "keywords": [ "Hyperledger", diff --git a/examples/cactus-example-discounted-asset-trade/CHANGELOG.md b/examples/cactus-example-discounted-asset-trade/CHANGELOG.md index a351e182e5..aa684d9216 100644 --- a/examples/cactus-example-discounted-asset-trade/CHANGELOG.md +++ b/examples/cactus-example-discounted-asset-trade/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-discounted-asset-trade + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/examples/cactus-example-discounted-asset-trade/package.json b/examples/cactus-example-discounted-asset-trade/package.json index f03def8f33..442eacc961 100644 --- a/examples/cactus-example-discounted-asset-trade/package.json +++ b/examples/cactus-example-discounted-asset-trade/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-discounted-asset-trade", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "private": true, "license": "Apache-2.0", "main": "dist/www.js", @@ -14,14 +14,14 @@ "start-dockerless": "node ./dist/www.js" }, "dependencies": { - "@hyperledger/cactus-cmd-socketio-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-aries": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-socketio-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-aries": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", "@types/node": "18.11.9", "axios": "1.7.2", "body-parser": "1.20.2", diff --git a/examples/cactus-example-electricity-trade/CHANGELOG.md b/examples/cactus-example-electricity-trade/CHANGELOG.md index 759e606210..b82dc17b70 100644 --- a/examples/cactus-example-electricity-trade/CHANGELOG.md +++ b/examples/cactus-example-electricity-trade/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-electricity-trade + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/examples/cactus-example-electricity-trade/package.json b/examples/cactus-example-electricity-trade/package.json index 7d7e96d792..17fe514cc3 100644 --- a/examples/cactus-example-electricity-trade/package.json +++ b/examples/cactus-example-electricity-trade/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-electricity-trade", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "private": true, "license": "Apache-2.0", "main": "dist/www.js", @@ -14,13 +14,13 @@ "start-dockerless": "node ./dist/www.js" }, "dependencies": { - "@hyperledger/cactus-cmd-socketio-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-socketio-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "2.0.0-rc.2", "@types/node": "18.11.9", "body-parser": "1.20.2", "cookie-parser": "1.4.6", diff --git a/examples/cactus-example-supply-chain-backend/CHANGELOG.md b/examples/cactus-example-supply-chain-backend/CHANGELOG.md index e908b235b6..186d6bfdc6 100644 --- a/examples/cactus-example-supply-chain-backend/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-backend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-backend + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/examples/cactus-example-supply-chain-backend/package.json b/examples/cactus-example-supply-chain-backend/package.json index e385bdfabc..56ecf8456b 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "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).", "keywords": [ "Hyperledger", @@ -52,19 +52,19 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.1", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-rc.1", - "@hyperledger/cactus-example-supply-chain-frontend": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-api-client": "2.0.0-rc.2", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-rc.2", + "@hyperledger/cactus-example-supply-chain-frontend": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "async-exit-hook": "2.0.1", "axios": "1.6.0", "dotenv": "16.0.0", 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 80dc01b8f1..d35319dc95 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,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes 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 7ab651ac78..0619ada8fa 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "An example business logic plugin implementation for Cactus", "keywords": [ "Hyperledger", @@ -55,15 +55,15 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.1", + "@hyperledger/cactus-api-client": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.2", "async-exit-hook": "2.0.1", "axios": "1.6.0", "express": "4.19.2", diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.json b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.json index 4cf62ed7c4..6d5fc0e1ef 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Example - Supply Chain App", "description": "Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.tpl.json b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.tpl.json index 4cf62ed7c4..6d5fc0e1ef 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.tpl.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Example - Supply Chain App", "description": "Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md index b89e701c61..c176b5c6a5 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Demonstrates how a business use case can be satisfied with Cactus when multiple ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts index b60952b97e..060beb300d 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Supply Chain App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts index 60f41836ff..e280872c13 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Supply Chain App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts index fcde9ff8ca..20c6dbf683 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Supply Chain App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 4ff7f78170..547c0a6710 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Supply Chain App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts index 0cc829693c..21292263f8 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Example - Supply Chain App * Demonstrates how a business use case can be satisfied with Cactus when multiple distinct ledgers are involved. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/examples/cactus-example-supply-chain-frontend/CHANGELOG.md b/examples/cactus-example-supply-chain-frontend/CHANGELOG.md index a8d399a8bd..86f8ee37aa 100644 --- a/examples/cactus-example-supply-chain-frontend/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-frontend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/examples/cactus-example-supply-chain-frontend/package.json b/examples/cactus-example-supply-chain-frontend/package.json index 38362adac2..1b6086d1e7 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "The frontend component of an example project demonstrating how Cacti can be used for cross-chain dapp development.", "keywords": [ "Hyperledger", @@ -54,14 +54,14 @@ "@angular/platform-browser": "16.2.4", "@angular/platform-browser-dynamic": "16.2.4", "@angular/router": "16.2.4", - "@hyperledger/cactus-api-client": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.1", + "@hyperledger/cactus-api-client": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.2", "@ionic-native/core": "5.36.0", "@ionic-native/splash-screen": "5.36.0", "@ionic-native/status-bar": "5.36.0", diff --git a/examples/cactus-workshop-examples-2022-11-14/CHANGELOG.md b/examples/cactus-workshop-examples-2022-11-14/CHANGELOG.md index ecd190cb63..e431eca8a7 100644 --- a/examples/cactus-workshop-examples-2022-11-14/CHANGELOG.md +++ b/examples/cactus-workshop-examples-2022-11-14/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-workshop-examples-2022-11-14 + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/examples/cactus-workshop-examples-2022-11-14/package.json b/examples/cactus-workshop-examples-2022-11-14/package.json index a628243308..3c3e4b905c 100644 --- a/examples/cactus-workshop-examples-2022-11-14/package.json +++ b/examples/cactus-workshop-examples-2022-11-14/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-workshop-examples-2022-11-14", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Cacti Workshop 2022-11-14 Examples", "keywords": [ "Hyperledger", @@ -53,11 +53,11 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "kubo-rpc-client": "3.0.1", "typescript-optional": "2.0.1", "uuid": "9.0.1" diff --git a/examples/carbon-accounting/Dockerfile b/examples/carbon-accounting/Dockerfile index adc87603bc..660c31d83c 100644 --- a/examples/carbon-accounting/Dockerfile +++ b/examples/carbon-accounting/Dockerfile @@ -39,7 +39,7 @@ RUN source ~/.bashrc && \ npm install --location=global yarn && \ yarn config set nodeLinker node-modules && \ yarn set version 4.1.0 && \ - yarn add @hyperledger/cactus-example-carbon-accounting-backend@2.0.0-rc.1 + yarn add @hyperledger/cactus-example-carbon-accounting-backend@2.0.0-rc.2 SHELL ["/bin/bash", "--login", "-c"] diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md b/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md index fbf82f3feb..6ac85f7e63 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md +++ b/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/package.json b/extensions/cactus-plugin-htlc-coordinator-besu/package.json index 9db527e6c5..2bf1bd3149 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "HTLC Coordinator to exchange tokens between networks.", "keywords": [ "Hyperledger", @@ -57,13 +57,13 @@ "webpack:prod:web": "webpack --env=prod --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "2.0.0-rc.2", "axios": "1.7.2", "body-parser": "1.20.2", "fast-safe-stringify": "2.1.1", @@ -76,8 +76,8 @@ "uuid": "9.0.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/express": "4.17.21", "@types/uuid": "9.0.8", "express": "4.19.2", diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.json b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.json index 4ea29e614f..ad9a99e915 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - HTLC Coordinator", "description": "Can exchange assets between networks", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.tpl.json b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.tpl.json index a20703e8f6..296ed70087 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.tpl.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - HTLC Coordinator", "description": "Can exchange assets between networks", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts index 4368fa6c78..14e5c279b6 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC Coordinator * Can exchange assets between networks * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts index 29fdc0c8ca..58591e0bd9 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC Coordinator * Can exchange assets between networks * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts index f4341979ea..b023b8c22f 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC Coordinator * Can exchange assets between networks * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 65632af1e1..33d2946ec3 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC Coordinator * Can exchange assets between networks * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts index af8c2683ca..e0e8d8db2d 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/extensions/cactus-plugin-htlc-coordinator-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC Coordinator * Can exchange assets between networks * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md b/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md index e15969837d..95aea8712b 100644 --- a/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md +++ b/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-object-store-ipfs + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/extensions/cactus-plugin-object-store-ipfs/package.json b/extensions/cactus-plugin-object-store-ipfs/package.json index 9159d04547..b8213e283d 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "IPFS backed object store plugin implementation for Hyperledger Cactus", "keywords": [ "Hyperledger", @@ -55,16 +55,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.6.0", "run-time-error-cjs": "1.4.0", "typescript-optional": "2.0.1", "uuid": "9.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@multiformats/multiaddr": "11.6.1", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.json b/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.json index 63063449be..85afa9ac30 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.json +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Object Store - IPFS ", "description": "Contains/describes the Hyperledger Cactus Object Store IPFS plugin.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.tpl.json b/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.tpl.json index a7adfe3390..a940fb8eec 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.tpl.json +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Object Store - IPFS ", "description": "Contains/describes the Hyperledger Cactus Object Store IPFS plugin.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/kotlin/generated/openapi/kotlin-client/README.md b/extensions/cactus-plugin-object-store-ipfs/src/main/kotlin/generated/openapi/kotlin-client/README.md index 450c8eff36..3adbd96606 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Hyperledger Cactus Object Store IPFS plugin. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/api.ts b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/api.ts index 5298764a62..b353fc439b 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Object Store - IPFS * Contains/describes the Hyperledger Cactus Object Store IPFS plugin. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/base.ts b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/base.ts index ae68680954..0258f20c82 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Object Store - IPFS * Contains/describes the Hyperledger Cactus Object Store IPFS plugin. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/common.ts b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/common.ts index 1612f41b93..f8e9bdc22b 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Object Store - IPFS * Contains/describes the Hyperledger Cactus Object Store IPFS plugin. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index c5b740eef1..2ad3c0cb45 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Object Store - IPFS * Contains/describes the Hyperledger Cactus Object Store IPFS plugin. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/index.ts b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/index.ts index e4da55cfa3..69ff768f49 100644 --- a/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/extensions/cactus-plugin-object-store-ipfs/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Object Store - IPFS * Contains/describes the Hyperledger Cactus Object Store IPFS plugin. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/lerna.json b/lerna.json index 462b1fc2dc..adbb22c0e3 100644 --- a/lerna.json +++ b/lerna.json @@ -16,7 +16,7 @@ "weaver/samples/besu/simpleasset", "weaver/samples/besu/simplestate" ], - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "npmClient": "yarn", "useWorkspaces": "true", "command": { diff --git a/packages/cacti-ledger-browser/CHANGELOG.md b/packages/cacti-ledger-browser/CHANGELOG.md index 206dee4557..fa29f098d5 100644 --- a/packages/cacti-ledger-browser/CHANGELOG.md +++ b/packages/cacti-ledger-browser/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Features + +* **ledger-browser:** refactor eth dashboard page ([c69fb4c](https://github.com/hyperledger/cacti/commit/c69fb4c5982669d335870218c617ff847fbe1db9)), closes [#3207](https://github.com/hyperledger/cacti/issues/3207) +* **ledger-browser:** refactor eth tokens page into accounts page ([0b0c22c](https://github.com/hyperledger/cacti/commit/0b0c22cd39fb67e809595ceb23fb8b3c2a0f1da0)), closes [#3237](https://github.com/hyperledger/cacti/issues/3237) +* **ledger-browser:** refactor routing, improve UI ([3fcc7a1](https://github.com/hyperledger/cacti/commit/3fcc7a1215435341db927ec211af598a0a298d44)) +* **ledger-browser:** use react query in eth app ([4d3fb7e](https://github.com/hyperledger/cacti/commit/4d3fb7e25d78804ffda498e9cdd4600bf0a50f0c)), closes [#3203](https://github.com/hyperledger/cacti/issues/3203) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cacti-ledger-browser/package.json b/packages/cacti-ledger-browser/package.json index 148efb8881..174556ac8d 100644 --- a/packages/cacti-ledger-browser/package.json +++ b/packages/cacti-ledger-browser/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-ledger-browser", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Cacti GUI for visualizing ledger data build on react.", "keywords": [ "Hyperledger", diff --git a/packages/cacti-plugin-ledger-connector-stellar/CHANGELOG.md b/packages/cacti-plugin-ledger-connector-stellar/CHANGELOG.md index 9107d402e6..3d6a4ed199 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/CHANGELOG.md +++ b/packages/cacti-plugin-ledger-connector-stellar/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) **Note:** Version bump only for package @hyperledger/cacti-plugin-ledger-connector-stellar diff --git a/packages/cacti-plugin-ledger-connector-stellar/README.md b/packages/cacti-plugin-ledger-connector-stellar/README.md index fdc7034ee1..58a2f28d8f 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/README.md +++ b/packages/cacti-plugin-ledger-connector-stellar/README.md @@ -161,7 +161,7 @@ DOCKER_BUILDKIT=1 docker build -f ./packages/cacti-plugin-ledger-connector-stell Build with a specific version of the npm package: ```sh -DOCKER_BUILDKIT=1 docker build --build-arg NPM_PKG_VERSION=2.0.0-rc.1 -f ./packages/cacti-plugin-ledger-connector-stellar/Dockerfile . --tag cplcs --tag cacti-plugin-ledger-connector-stellar +DOCKER_BUILDKIT=1 docker build --build-arg NPM_PKG_VERSION=2.0.0-rc.2 -f ./packages/cacti-plugin-ledger-connector-stellar/Dockerfile . --tag cplcs --tag cacti-plugin-ledger-connector-stellar ``` #### Running the container diff --git a/packages/cacti-plugin-ledger-connector-stellar/package.json b/packages/cacti-plugin-ledger-connector-stellar/package.json index af56205bf1..e0acf65f9e 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/package.json +++ b/packages/cacti-plugin-ledger-connector-stellar/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-plugin-ledger-connector-stellar", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cacti nodes to connect to a Stellar ledger.", "keywords": [ "Hyperledger", @@ -59,9 +59,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.7.2", "express": "4.19.2", "http-errors-enhanced-cjs": "2.0.1", @@ -75,8 +75,8 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/http-errors": "2.0.4", diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.json b/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.json index 0704de4549..c12a5c95aa 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.json +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Stellar", "description": "Can perform basic smart contract tasks on a Stellar ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.tpl.json b/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.tpl.json index 931a18691f..c12a5c95aa 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.tpl.json +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Stellar", "description": "Can perform basic smart contract tasks on a Stellar ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" @@ -85,7 +85,6 @@ } } }, - "RunSorobanTransactionRequest": { "type": "object", "additionalProperties": false, @@ -135,7 +134,6 @@ } } }, - "RunSorobanTransactionResponse": { "type": "object", "properties": { @@ -146,7 +144,6 @@ }, "description": "Response object containing the result of a contract invocation or error information if it failed." }, - "DeployContractV1Request": { "type": "object", "additionalProperties": false, @@ -271,7 +268,6 @@ } } }, - "/api/v1/plugins/@hyperledger/cacti-plugin-ledger-connector-stellar/run-soroban-transaction": { "post": { "x-hyperledger-cacti": { @@ -306,7 +302,6 @@ } } }, - "/api/v1/plugins/@hyperledger/cacti-plugin-ledger-connector-stellar/get-prometheus-exporter-metrics": { "get": { "x-hyperledger-cacti": { diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/api.ts index 0cab5ac99e..76657f4d30 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Stellar * Can perform basic smart contract tasks on a Stellar ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/base.ts index 6f69270b61..2adbb9d836 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Stellar * Can perform basic smart contract tasks on a Stellar ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/common.ts index 56f805c393..bcd115a828 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Stellar * Can perform basic smart contract tasks on a Stellar ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 070c3615b2..c579172cd4 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Stellar * Can perform basic smart contract tasks on a Stellar ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/index.ts index 1fde936719..5b5721f8de 100644 --- a/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cacti-plugin-ledger-connector-stellar/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Stellar * Can perform basic smart contract tasks on a Stellar ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cacti-plugin-weaver-driver-fabric/CHANGELOG.md b/packages/cacti-plugin-weaver-driver-fabric/CHANGELOG.md new file mode 100644 index 0000000000..cdf5004471 --- /dev/null +++ b/packages/cacti-plugin-weaver-driver-fabric/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Features + +* **fabric-driver:** added weaver fabric driver as cacti plugin package ([36b8470](https://github.com/hyperledger/cacti/commit/36b8470f8a159bcb16c5ef62074aee2ff99758eb)) diff --git a/packages/cacti-plugin-weaver-driver-fabric/package.json b/packages/cacti-plugin-weaver-driver-fabric/package.json index 5a875c36e4..190f9fc350 100644 --- a/packages/cacti-plugin-weaver-driver-fabric/package.json +++ b/packages/cacti-plugin-weaver-driver-fabric/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-plugin-weaver-driver-fabric", - "version": "2.0.0-alpha.2", + "version": "2.0.0-rc.2", "description": "Driver Server for communication with a Fabric Network as part of weaver data sharing protocol", "keywords": [ "Hyperledger", diff --git a/packages/cactus-api-client/CHANGELOG.md b/packages/cactus-api-client/CHANGELOG.md index b5a4902006..3e95dd241d 100644 --- a/packages/cactus-api-client/CHANGELOG.md +++ b/packages/cactus-api-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-api-client + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) **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 c0be13fdda..3630cf0b8a 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.", "keywords": [ "Hyperledger", @@ -50,16 +50,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.2", "jsonwebtoken": "9.0.0", "rxjs": "7.8.1", "socket.io-client-fixed-types": "4.5.4" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/jsonwebtoken": "9.0.0", "@types/lodash": "4.14.195", "@types/node": "18.11.9", diff --git a/packages/cactus-cmd-api-server/CHANGELOG.md b/packages/cactus-cmd-api-server/CHANGELOG.md index 74c15f67c8..270310524c 100644 --- a/packages/cactus-cmd-api-server/CHANGELOG.md +++ b/packages/cactus-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. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **cmd-api-server:** shutdown hook was not waiting for promises ([d14bf02](https://github.com/hyperledger/cacti/commit/d14bf02aed215eeecdba258bb48a330da3fc2c36)) +* **cmd-api-server:** stop changing LoggerProvider log level ([6ef514c](https://github.com/hyperledger/cacti/commit/6ef514cc01eda2640ed144bdd4750dbcb1e35e27)) +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-cmd-api-server/Dockerfile b/packages/cactus-cmd-api-server/Dockerfile index bff314ca10..417fd38bd0 100644 --- a/packages/cactus-cmd-api-server/Dockerfile +++ b/packages/cactus-cmd-api-server/Dockerfile @@ -60,7 +60,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | b npm install --location=global yarn && \ yarn config set nodeLinker node-modules && \ yarn set version 4.1.0 && \ - yarn add @hyperledger/cactus-cmd-api-server@2.0.0-rc.1 + yarn add @hyperledger/cactus-cmd-api-server@2.0.0-rc.2 COPY ./packages/cactus-cmd-api-server/docker-entrypoint.sh /usr/local/bin/ HEALTHCHECK --interval=5s --timeout=5s --start-period=1s --retries=30 CMD /healthcheck.sh diff --git a/packages/cactus-cmd-api-server/package.json b/packages/cactus-cmd-api-server/package.json index e82461eb39..143c2a4f5d 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "API server that combines and exposes all the functionality of a Cactus deployment through a unified REST API interface.", "keywords": [ "Hyperledger", @@ -66,9 +66,9 @@ "@connectrpc/connect-node": "1.4.0", "@grpc/grpc-js": "1.10.9", "@grpc/proto-loader": "0.7.8", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "@thream/socketio-jwt": "2.1.1", "async-exit-hook": "2.0.1", "axios": "1.7.2", @@ -104,8 +104,8 @@ "@bufbuild/buf": "1.30.0", "@bufbuild/protoc-gen-es": "1.8.0", "@connectrpc/protoc-gen-connect-es": "1.4.0", - "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@openapitools/openapi-generator-cli": "2.7.0", "@types/benchmark": "2.1.5", "@types/compression": "1.7.4", diff --git a/packages/cactus-cmd-api-server/src/main/json/openapi.json b/packages/cactus-cmd-api-server/src/main/json/openapi.json index d27820c448..47ec3e6d29 100644 --- a/packages/cactus-cmd-api-server/src/main/json/openapi.json +++ b/packages/cactus-cmd-api-server/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus API", "description": "Interact with a Cactus deployment through HTTP.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-cmd-api-server/src/main/json/openapi.tpl.json b/packages/cactus-cmd-api-server/src/main/json/openapi.tpl.json index d27820c448..47ec3e6d29 100644 --- a/packages/cactus-cmd-api-server/src/main/json/openapi.tpl.json +++ b/packages/cactus-cmd-api-server/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus API", "description": "Interact with a Cactus deployment through HTTP.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-cmd-api-server/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-cmd-api-server/src/main/kotlin/generated/openapi/kotlin-client/README.md index dc4a846981..5a5da136a4 100644 --- a/packages/cactus-cmd-api-server/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-cmd-api-server/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Interact with a Cactus deployment through HTTP. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/README.md b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/README.md index ae4f19f004..b32c3163cd 100644 --- a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/README.md +++ b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/README.md @@ -5,7 +5,7 @@ Interact with a Cactus deployment through HTTP. ## Overview These files were generated by the [OpenAPI Generator](https://openapi-generator.tech) project. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.ProtobufSchemaCodegen diff --git a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/health_check_response_pb.proto b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/health_check_response_pb.proto index 8e78b324e3..e2bf600203 100644 --- a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/health_check_response_pb.proto +++ b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/health_check_response_pb.proto @@ -3,7 +3,7 @@ Interact with a Cactus deployment through HTTP. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/memory_usage_pb.proto b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/memory_usage_pb.proto index 11fb90822b..33645f7660 100644 --- a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/memory_usage_pb.proto +++ b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/memory_usage_pb.proto @@ -3,7 +3,7 @@ Interact with a Cactus deployment through HTTP. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/watch_healthcheck_v1_pb.proto b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/watch_healthcheck_v1_pb.proto index 8671327f0c..8d9c8be37d 100644 --- a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/watch_healthcheck_v1_pb.proto +++ b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/models/watch_healthcheck_v1_pb.proto @@ -3,7 +3,7 @@ Interact with a Cactus deployment through HTTP. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/services/default_service.proto b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/services/default_service.proto index 4df011d2ea..e7c308df85 100644 --- a/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/services/default_service.proto +++ b/packages/cactus-cmd-api-server/src/main/proto/generated/openapi/services/default_service.proto @@ -3,7 +3,7 @@ Interact with a Cactus deployment through HTTP. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/api.ts index ea2dbdad93..b8ad5d054e 100644 --- a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus API * Interact with a Cactus deployment through HTTP. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/base.ts index 7177fa3688..785acdb742 100644 --- a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus API * Interact with a Cactus deployment through HTTP. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/common.ts index e6f9b4cd42..bdd0d95654 100644 --- a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus API * Interact with a Cactus deployment through HTTP. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index b8aa41b7e3..d6b4ccbce3 100644 --- a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus API * Interact with a Cactus deployment through HTTP. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/index.ts index 40a5877ea4..ffaf28bd7e 100644 --- a/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-cmd-api-server/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus API * Interact with a Cactus deployment through HTTP. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). 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 463369a495..1dbc349a90 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": "Apache-2.0", "description": "Dummy package for testing.", "main": "index.js" diff --git a/packages/cactus-cmd-socketio-server/CHANGELOG.md b/packages/cactus-cmd-socketio-server/CHANGELOG.md index 6752dfcc82..1ac07fde62 100644 --- a/packages/cactus-cmd-socketio-server/CHANGELOG.md +++ b/packages/cactus-cmd-socketio-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-cmd-socketio-server + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-cmd-socketio-server/package.json b/packages/cactus-cmd-socketio-server/package.json index 190aa48962..53215f37e1 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-socketio-server", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to interact with HTLC ETH contracts", "keywords": [ "Hyperledger", @@ -42,8 +42,8 @@ "build:dev:backend:postbuild": "cp -f ../../yarn.lock ./dist/" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "@types/node": "18.11.9", "body-parser": "1.20.2", "config": "3.3.7", @@ -66,7 +66,7 @@ "xmlhttprequest": "1.8.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/config": "3.3.0", "@types/cookie-parser": "1.4.5", "@types/debug": "4.1.8", diff --git a/packages/cactus-common/CHANGELOG.md b/packages/cactus-common/CHANGELOG.md index 379a6bb717..317be0d892 100644 --- a/packages/cactus-common/CHANGELOG.md +++ b/packages/cactus-common/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-common + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-common/package.json b/packages/cactus-common/package.json index 14bc39eedd..3a53fcae5e 100644 --- a/packages/cactus-common/package.json +++ b/packages/cactus-common/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-common", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.", "keywords": [ "Hyperledger", diff --git a/packages/cactus-core-api/CHANGELOG.md b/packages/cactus-core-api/CHANGELOG.md index 8ba95761ad..7089fb7472 100644 --- a/packages/cactus-core-api/CHANGELOG.md +++ b/packages/cactus-core-api/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-core-api/package.json b/packages/cactus-core-api/package.json index 9ad7f6ff5e..40fe542016 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "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.", "keywords": [ "Hyperledger", @@ -60,7 +60,7 @@ }, "dependencies": { "@grpc/grpc-js": "1.10.9", - "@hyperledger/cactus-common": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", "axios": "1.7.2", "google-protobuf": "3.21.2" }, diff --git a/packages/cactus-core-api/src/main/json/openapi.json b/packages/cactus-core-api/src/main/json/openapi.json index d9f1c0cee2..85c98014ec 100644 --- a/packages/cactus-core-api/src/main/json/openapi.json +++ b/packages/cactus-core-api/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Core API", "description": "Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc..", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-core-api/src/main/json/openapi.tpl.json b/packages/cactus-core-api/src/main/json/openapi.tpl.json index d9f1c0cee2..85c98014ec 100644 --- a/packages/cactus-core-api/src/main/json/openapi.tpl.json +++ b/packages/cactus-core-api/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Core API", "description": "Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc..", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-core-api/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-core-api/src/main/kotlin/generated/openapi/kotlin-client/README.md index 5b515d735e..ae058bb6d3 100644 --- a/packages/cactus-core-api/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-core-api/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the core API types for Cactus. Does not describe actual endpo ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/api.ts index 19f6329e4f..70067cf930 100644 --- a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Core API * Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/base.ts index 03970cbb7d..f1e7edbd4d 100644 --- a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Core API * Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/common.ts index 1b5e3e1e64..a7022d1b99 100644 --- a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Core API * Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index e0cea8e1ca..58841df698 100644 --- a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Core API * Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/index.ts index d29e1a090a..a14a7d80f2 100644 --- a/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-core-api/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Core API * Contains/describes the core API types for Cactus. Does not describe actual endpoints on its own as this is left to the implementing plugins who can import and re-use commonly needed type definitions from this specification. One example of said commonly used type definitions would be the types related to consortium management, cactus nodes, ledgers, etc.. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-core/CHANGELOG.md b/packages/cactus-core/CHANGELOG.md index 1cc9368fe4..c0b419173d 100644 --- a/packages/cactus-core/CHANGELOG.md +++ b/packages/cactus-core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-core + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-core/package.json b/packages/cactus-core/package.json index b5773e969f..d80bccfc1e 100644 --- a/packages/cactus-core/package.json +++ b/packages/cactus-core/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Contains lower level abstractions/implementation that is to be shared by multiple other, higher level packages of the project.", "keywords": [ "Hyperledger", @@ -50,8 +50,8 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "body-parser": "1.20.2", "express": "4.19.2", "express-jwt-authz": "2.4.1", diff --git a/packages/cactus-plugin-bungee-hermes/CHANGELOG.md b/packages/cactus-plugin-bungee-hermes/CHANGELOG.md index 1f81a5935b..a3d1ebc6f4 100644 --- a/packages/cactus-plugin-bungee-hermes/CHANGELOG.md +++ b/packages/cactus-plugin-bungee-hermes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-bungee-hermes + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Features diff --git a/packages/cactus-plugin-bungee-hermes/package.json b/packages/cactus-plugin-bungee-hermes/package.json index 500c1afbf4..59e3c20dc6 100644 --- a/packages/cactus-plugin-bungee-hermes/package.json +++ b/packages/cactus-plugin-bungee-hermes/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-bungee-hermes", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to create DLT views using Cactus connectors", "keywords": [ "Hyperledger", @@ -53,14 +53,14 @@ "watch": "npm-watch" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", "axios": "1.7.2", "body-parser": "1.20.2", "fs-extra": "10.1.0", @@ -72,8 +72,8 @@ "web3-core": "1.6.1" }, "devDependencies": { - "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/body-parser": "1.19.4", "@types/crypto-js": "4.0.1", "@types/express": "4.17.21", diff --git a/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.json b/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.json index 42bd67cb5d..13d1a49fe5 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.json +++ b/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.json @@ -17,7 +17,7 @@ "info": { "title": "Hyperledger Cactus Plugin - BUNGEE-Hermes", "description": "Can create blockchain views of different networks", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.tpl.json b/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.tpl.json index 42bd67cb5d..13d1a49fe5 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-bungee-hermes/src/main/json/openapi.tpl.json @@ -17,7 +17,7 @@ "info": { "title": "Hyperledger Cactus Plugin - BUNGEE-Hermes", "description": "Can create blockchain views of different networks", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts index a2d6cdfac6..a56b4e1f7b 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - BUNGEE-Hermes * Can create blockchain views of different networks * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts index ec2810dff4..03cb9dcc06 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - BUNGEE-Hermes * Can create blockchain views of different networks * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts index 030cbe5a47..36d37cbfb0 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - BUNGEE-Hermes * Can create blockchain views of different networks * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 5183911394..6eacea5201 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - BUNGEE-Hermes * Can create blockchain views of different networks * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts index d692ec46e8..f3dda84b7f 100644 --- a/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-bungee-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - BUNGEE-Hermes * Can create blockchain views of different networks * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-consortium-manual/CHANGELOG.md b/packages/cactus-plugin-consortium-manual/CHANGELOG.md index cc167f1a78..c19e5bd585 100644 --- a/packages/cactus-plugin-consortium-manual/CHANGELOG.md +++ b/packages/cactus-plugin-consortium-manual/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-consortium-manual + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-consortium-manual/package.json b/packages/cactus-plugin-consortium-manual/package.json index 4944fda898..64ca802e6e 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "A web service plugin that provides management capabilities on a Cactus consortium as a whole for administrative purposes.", "keywords": [ "Hyperledger", @@ -55,9 +55,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.6.0", "body-parser": "1.20.2", "express": "4.19.2", diff --git a/packages/cactus-plugin-consortium-manual/src/main/json/openapi.json b/packages/cactus-plugin-consortium-manual/src/main/json/openapi.json index cd08fa6c54..626392c6bb 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/json/openapi.json +++ b/packages/cactus-plugin-consortium-manual/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Consortium Web Service", "description": "Manage a Cactus consortium through the APIs. Needs administrative privileges.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-consortium-manual/src/main/json/openapi.tpl.json b/packages/cactus-plugin-consortium-manual/src/main/json/openapi.tpl.json index 4e04d8dd59..d7c9be0957 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-consortium-manual/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Consortium Web Service", "description": "Manage a Cactus consortium through the APIs. Needs administrative privileges.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-consortium-manual/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-consortium-manual/src/main/kotlin/generated/openapi/kotlin-client/README.md index 9a2e69c5ca..33f99d5144 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-consortium-manual/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Manage a Cactus consortium through the APIs. Needs administrative privileges. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/api.ts index e10062c37f..9e69df8f9f 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/base.ts index 584a2c2632..dcb038e0b6 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/common.ts index 00a9010c3f..66442d8c0e 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 9897c1b187..fb9374a958 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/index.ts index 33f0925f40..a346bc2fdb 100644 --- a/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-consortium-manual/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Consortium Web Service * Manage a Cactus consortium through the APIs. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md b/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md index f3c9b1c003..f7cb3f63ac 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-eth-besu-erc20 + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json index 2745dacd97..9f7aac2811 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens", "keywords": [ "Hyperledger", @@ -60,10 +60,10 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", "axios": "1.6.0", "express": "4.19.2", "joi": "17.9.1", diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.json b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.json index c0b7509abd..4862153f5f 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.json +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - HTLC ETH BESU ERC20", "description": "Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.tpl.json b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.tpl.json index 91cde4f14d..0fbb1c870c 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - HTLC ETH BESU ERC20", "description": "Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/kotlin/generated/openapi/kotlin-client/README.md index 5fa84d0df1..b96d6652b3 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/api.ts index b3abb2eb04..f7971cd800 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 * Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/base.ts index ebcdafec38..06afc2a56c 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 * Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/common.ts index 8dccd32d50..7d7679577c 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 * Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 4dea0e3049..2ac29c2fe1 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 * Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/index.ts index 32d34e3f0e..05010af268 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC ETH BESU ERC20 * Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md b/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md index 39ddfed955..9351eb50cd 100644 --- a/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md +++ b/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-eth-besu + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-htlc-eth-besu/package.json b/packages/cactus-plugin-htlc-eth-besu/package.json index 534b8ba9cd..d054dd5ade 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to interact with HTLC ETH contracts", "keywords": [ "Hyperledger", @@ -66,12 +66,12 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "axios": "1.6.0", "bn.js": "5.2.1", "dotenv": "16.0.3", @@ -83,8 +83,8 @@ "web3js-quorum": "22.4.0" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/express": "4.17.21", "ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0", "forge-std": "https://github.com/foundry-rs/forge-std.git#66bf4e2c92cf507531599845e8d5a08cc2e3b5bb" diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.json b/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.json index 48bd28fbb2..c56666cfc7 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.json +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.3", "info": { "title": "Hyperledger Cactus Plugin - HTLC-ETH Besu", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.tpl.json b/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.tpl.json index b4e50c5df7..5a33ed2ad4 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/json/openapi.tpl.json @@ -2,7 +2,7 @@ "openapi": "3.0.3", "info": { "title": "Hyperledger Cactus Plugin - HTLC-ETH Besu", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts index 53c0c6f272..9ae2cb574f 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC-ETH Besu * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts index e56b9d0bd1..710efda160 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC-ETH Besu * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts index 13bd9f52ed..e26d7be278 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC-ETH Besu * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 5b3027f349..be5454e6ba 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC-ETH Besu * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts index 3627415990..8af8fc66da 100644 --- a/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-htlc-eth-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - HTLC-ETH Besu * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md b/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md index 28f7e81153..fb7b3ee8b6 100644 --- a/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-keychain-aws-sm/package.json b/packages/cactus-plugin-keychain-aws-sm/package.json index dbc14f195f..8abf5f0469 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "A keychain implementation storing its entries in AWS Secret Manger.", "keywords": [ "Hyperledger", @@ -55,9 +55,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "aws-sdk": "2.965.0", "axios": "1.6.0", "http-status-codes": "2.1.4", @@ -65,7 +65,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/request": "2.48.7", diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.json b/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.json index 36e12446c7..2a56eb110b 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.tpl.json index 46e9ee297c..1d034b4c83 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-aws-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md index 5404e5c2c8..dc1d567f9c 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts index 77e14e6ca9..e0fbfef771 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts index c5e6a8c78c..81368ff10b 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts index 5687adae43..230dcc7411 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 4a1f71b580..9b521cb0fd 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts index 5aadcf002a..9b7bc7d9f1 100644 --- a/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-aws-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md b/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md index 4aabc5054f..98c9ae2d80 100644 --- a/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-keychain-azure-kv/package.json b/packages/cactus-plugin-keychain-azure-kv/package.json index a0ba38d421..2f9f4e986b 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "A keychain implementation storing its entries in Azure key vault.", "keywords": [ "Hyperledger", @@ -62,15 +62,15 @@ "dependencies": { "@azure/identity": "4.2.1", "@azure/keyvault-secrets": "4.3.0", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.7.2", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/request": "2.48.7", diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.json b/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.json index 7422254fc9..5e3005a0ea 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.tpl.json index 418c26ba65..e584779ab7 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-azure-kv/src/main/kotlin/generated/openapi/kotlin-client/README.md index 576a61be49..e0c1ec68c8 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/api.ts index 0e197574a6..576d297705 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/base.ts index c5e6a8c78c..81368ff10b 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/common.ts index 5687adae43..230dcc7411 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 4a1f71b580..9b521cb0fd 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/index.ts index 5aadcf002a..9b7bc7d9f1 100644 --- a/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-azure-kv/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md b/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md index c4a622e039..f22e7e415b 100644 --- a/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-google-sm + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-keychain-google-sm/package.json b/packages/cactus-plugin-keychain-google-sm/package.json index 6752345ec5..44d20da810 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "A keychain implementation storing its entries in Azure key vault.", "keywords": [ "Hyperledger", @@ -56,16 +56,16 @@ }, "dependencies": { "@google-cloud/secret-manager": "5.0.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.6.0", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1", "uuid": "9.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/request": "2.48.7", diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.json b/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.json index 645a129a20..4339bc467b 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.tpl.json index 4606ddbfff..efee5060e7 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-google-sm/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-google-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md index b74bfcfd15..ceef5b6e15 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-google-sm/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts index f53ce13949..40aabda718 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts index c5e6a8c78c..81368ff10b 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts index 5687adae43..230dcc7411 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 4a1f71b580..9b521cb0fd 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts index 5aadcf002a..9b7bc7d9f1 100644 --- a/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-google-sm/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md b/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md index 9dbb706d77..c9d01ccb71 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-memory-wasm + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-keychain-memory-wasm/package.json b/packages/cactus-plugin-keychain-memory-wasm/package.json index ccd223007b..036c098182 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "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.", "keywords": [ "Hyperledger", @@ -60,9 +60,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.6.0", "express": "4.19.2", "prom-client": "13.2.0", diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.json b/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.json index ff1b17a9f0..35c5350d7f 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Keychain Memory WASM", "description": "Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.tpl.json index a60fce3ef3..40f1ffb334 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Keychain Memory WASM", "description": "Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-memory-wasm/src/main/kotlin/generated/openapi/kotlin-client/README.md index 1d25d70682..6707c6aa5b 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is d ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/api.ts index 3c0ae2229a..80522d4a85 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory WASM * Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/base.ts index 71b282c334..ef6f769287 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory WASM * Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/common.ts index 9068f91c18..1580f5010f 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory WASM * Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 58a0579716..2f1df4b851 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory WASM * Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/index.ts index cb495d2bee..8e20f77585 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-memory-wasm/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory WASM * Contains/describes the Hyperledger Cactus Keychain Memory WASM plugin which is designed to help with testing and development and is implemented in Rust instead of Typescript. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory/CHANGELOG.md b/packages/cactus-plugin-keychain-memory/CHANGELOG.md index 69abbd5fb4..b35f8404b7 100644 --- a/packages/cactus-plugin-keychain-memory/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-memory/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-keychain-memory/package.json b/packages/cactus-plugin-keychain-memory/package.json index 7a04021796..ccf70f7815 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Dummy keychain implementation doing NO encryption and storing everything in-memory. Only suitable for development and testing.", "keywords": [ "Hyperledger", @@ -60,9 +60,9 @@ "dependencies": { "@bufbuild/protobuf": "1.8.0", "@connectrpc/connect": "1.4.0", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.6.0", "express": "4.19.2", "prom-client": "13.2.0", diff --git a/packages/cactus-plugin-keychain-memory/src/main/json/openapi.json b/packages/cactus-plugin-keychain-memory/src/main/json/openapi.json index a0cab959e3..88161dc1e2 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-memory/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Keychain Memory ", "description": "Contains/describes the Hyperledger Cacti Keychain Memory plugin.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-memory/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-memory/src/main/json/openapi.tpl.json index 0a27c5d40c..039a935852 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-memory/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Keychain Memory ", "description": "Contains/describes the Hyperledger Cacti Keychain Memory plugin.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-memory/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-memory/src/main/kotlin/generated/openapi/kotlin-client/README.md index 59da8745d5..591c35f9d5 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-memory/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/README.md b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/README.md index 5c8c531650..eb47e4e9da 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/README.md +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/README.md @@ -5,7 +5,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. ## Overview These files were generated by the [OpenAPI Generator](https://openapi-generator.tech) project. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.ProtobufSchemaCodegen diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_request_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_request_v1_pb.proto index 371b0c4786..b7b7b0178b 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_request_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_request_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_response_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_response_v1_pb.proto index 1aa154c810..9effa86b19 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_response_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/delete_keychain_entry_response_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_request_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_request_v1_pb.proto index c3d7cb600c..d58a5d597f 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_request_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_request_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_response_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_response_v1_pb.proto index f30e474ee0..9179862c05 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_response_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/get_keychain_entry_response_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_request_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_request_v1_pb.proto index ec6964ad3a..44933e33f6 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_request_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_request_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_response_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_response_v1_pb.proto index f970fed7bd..42d7f70564 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_response_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/has_keychain_entry_response_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_request_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_request_v1_pb.proto index 4e9ac3ec48..237a6133a3 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_request_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_request_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_response_v1_pb.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_response_v1_pb.proto index 8b128063ae..83deebd3a5 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_response_v1_pb.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/models/set_keychain_entry_response_v1_pb.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/services/default_service.proto b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/services/default_service.proto index b3dcd7e288..9a0ce4b7da 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/services/default_service.proto +++ b/packages/cactus-plugin-keychain-memory/src/main/proto/generated/openapi/services/default_service.proto @@ -3,7 +3,7 @@ Contains/describes the Hyperledger Cacti Keychain Memory plugin. - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_request_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_request_v1_pb_pb.ts index 6892298424..7fad8b772e 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_request_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_request_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.1 +//The version of the OpenAPI document: 2.0.0-rc.2 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_response_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_response_v1_pb_pb.ts index c80b462e6d..b7204fc2ee 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_response_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/delete_keychain_entry_response_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.1 +//The version of the OpenAPI document: 2.0.0-rc.2 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_request_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_request_v1_pb_pb.ts index d62a6b496a..c23dbe340e 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_request_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_request_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.1 +//The version of the OpenAPI document: 2.0.0-rc.2 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_response_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_response_v1_pb_pb.ts index 44d4cd8e4a..24248eb4ba 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_response_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/get_keychain_entry_response_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.1 +//The version of the OpenAPI document: 2.0.0-rc.2 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_request_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_request_v1_pb_pb.ts index 51b677be2a..4138c71247 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_request_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_request_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.1 +//The version of the OpenAPI document: 2.0.0-rc.2 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_response_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_response_v1_pb_pb.ts index 924d3ab107..f9df3bdd44 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_response_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/has_keychain_entry_response_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.1 +//The version of the OpenAPI document: 2.0.0-rc.2 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_request_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_request_v1_pb_pb.ts index a8d4dba874..c7fa00c1f9 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_request_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_request_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.1 +//The version of the OpenAPI document: 2.0.0-rc.2 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_response_v1_pb_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_response_v1_pb_pb.ts index 085a171400..103b89e993 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_response_v1_pb_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/models/set_keychain_entry_response_v1_pb_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.1 +//The version of the OpenAPI document: 2.0.0-rc.2 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_connect.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_connect.ts index 51e0d4da29..cd557c7bc9 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_connect.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_connect.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.1 +//The version of the OpenAPI document: 2.0.0-rc.2 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_pb.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_pb.ts index 578f291eed..2de094ba90 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_pb.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/crpc/services/default_service_pb.ts @@ -3,7 +3,7 @@ // //Contains/describes the Hyperledger Cacti Keychain Memory plugin. // -//The version of the OpenAPI document: 2.0.0-rc.1 +//The version of the OpenAPI document: 2.0.0-rc.2 // //Generated by OpenAPI Generator: https://openapi-generator.tech diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/api.ts index 4769a40d30..20f48f7d01 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory * Contains/describes the Hyperledger Cacti Keychain Memory plugin. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/base.ts index 5007fe0278..a49442a302 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory * Contains/describes the Hyperledger Cacti Keychain Memory plugin. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/common.ts index f3530c9ed5..2ac102ed03 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory * Contains/describes the Hyperledger Cacti Keychain Memory plugin. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 219e4e0023..2bc562082f 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory * Contains/describes the Hyperledger Cacti Keychain Memory plugin. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/index.ts index a96529cdca..913ce3546d 100644 --- a/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-memory/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Keychain Memory * Contains/describes the Hyperledger Cacti Keychain Memory plugin. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-vault/CHANGELOG.md b/packages/cactus-plugin-keychain-vault/CHANGELOG.md index b7b86d4d71..9411a8b54d 100644 --- a/packages/cactus-plugin-keychain-vault/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-vault/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-keychain-vault/package.json b/packages/cactus-plugin-keychain-vault/package.json index 87a64d4708..a193e349aa 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "A keychain implementation storing its entries in Hashicorp Vault. Actual logic is implemented in Rust.", "keywords": [ "Hyperledger", @@ -55,9 +55,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.6.0", "http-status-codes": "2.1.4", "node-vault": "0.9.22", @@ -65,7 +65,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/body-parser": "1.19.3", "@types/express": "4.17.21", "@types/internal-ip": "4.1.0", diff --git a/packages/cactus-plugin-keychain-vault/src/main/json/openapi.json b/packages/cactus-plugin-keychain-vault/src/main/json/openapi.json index ea5dcd7939..fd0e21b9dd 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/json/openapi.json +++ b/packages/cactus-plugin-keychain-vault/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-vault/src/main/json/openapi.tpl.json b/packages/cactus-plugin-keychain-vault/src/main/json/openapi.tpl.json index 07ef08d5af..97bf4383b5 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-keychain-vault/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus - Keychain API", "description": "Contains/describes the Keychain API types/paths for Hyperledger Cactus.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-keychain-vault/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-keychain-vault/src/main/kotlin/generated/openapi/kotlin-client/README.md index d2eeba8179..207c95e4b6 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-keychain-vault/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Contains/describes the Keychain API types/paths for Hyperledger Cactus. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/api.ts index 1b65391832..293f0744b2 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/base.ts index c5e6a8c78c..81368ff10b 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/common.ts index 5687adae43..230dcc7411 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 4a1f71b580..9b521cb0fd 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/index.ts index 5aadcf002a..9b7bc7d9f1 100644 --- a/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-keychain-vault/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus - Keychain API * Contains/describes the Keychain API types/paths for Hyperledger Cactus. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-aries/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-aries/CHANGELOG.md index a8603aa3a4..ce7f753ab5 100644 --- a/packages/cactus-plugin-ledger-connector-aries/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-aries/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-aries/package.json b/packages/cactus-plugin-ledger-connector-aries/package.json index 4bb5ad34c5..9c45dcc310 100644 --- a/packages/cactus-plugin-ledger-connector-aries/package.json +++ b/packages/cactus-plugin-ledger-connector-aries/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-aries", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to an Indy ledger and Aries agents.", "keywords": [ "Hyperledger", @@ -63,16 +63,16 @@ "@aries-framework/node": "0.5.0-alpha.71", "@hyperledger/anoncreds-nodejs": "0.2.0", "@hyperledger/aries-askar-nodejs": "0.2.0", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "@hyperledger/indy-vdr-nodejs": "0.2.0", "axios": "1.7.2", "rxjs": "7.8.1", "socket.io-client-fixed-types": "4.5.4" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/uuid": "9.0.8", diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.json index 1989732de2..5f562d38ad 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Aries", "description": "Can communicate with other Aries agents and Cacti Aries connectors", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.tpl.json index 1989732de2..5f562d38ad 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Aries", "description": "Can communicate with other Aries agents and Cacti Aries connectors", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/api.ts index 56d4162d11..e0cfcbe66f 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Aries * Can communicate with other Aries agents and Cacti Aries connectors * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/base.ts index 1b7c635384..dec84b8867 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Aries * Can communicate with other Aries agents and Cacti Aries connectors * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/common.ts index 5360470603..21690657ed 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Aries * Can communicate with other Aries agents and Cacti Aries connectors * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index b8aed76d19..8e6055d49f 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Aries * Can communicate with other Aries agents and Cacti Aries connectors * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/index.ts index b7e4b6d9e3..a61fbf3902 100644 --- a/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-aries/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Aries * Can communicate with other Aries agents and Cacti Aries connectors * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md index c1c485687d..111b7a3ff9 100644 --- a/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + +### Features + +* **connector-besu:** expose API client and OpenAPI code for web builds ([199c1f0](https://github.com/hyperledger/cacti/commit/199c1f05c282d15ba2ded9e7a69253483fbac2ec)) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-besu/package.json b/packages/cactus-plugin-ledger-connector-besu/package.json index d56842f2b9..09132f6386 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to a Besu ledger.", "keywords": [ "Hyperledger", @@ -59,9 +59,9 @@ }, "dependencies": { "@grpc/grpc-js": "1.10.9", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.7.2", "express": "4.19.2", "google-protobuf": "3.21.2", @@ -82,8 +82,8 @@ "web3js-quorum": "22.4.0" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@openapitools/openapi-generator-cli": "2.7.0", "@types/benchmark": "2.1.5", "@types/body-parser": "1.19.4", diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.json index eebd744824..9824dd8de3 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Besu", "description": "Can perform basic tasks on a Besu ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.tpl.json index eebd744824..9824dd8de3 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Besu", "description": "Can perform basic tasks on a Besu ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/README.md b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/README.md index 89993270a8..00409e580a 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/README.md +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a Besu ledger ## Overview These files were generated by the [OpenAPI Generator](https://openapi-generator.tech) project. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.ProtobufSchemaCodegen diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_private_transaction_config_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_private_transaction_config_pb.proto index f820740f3b..15e19a1dcd 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_private_transaction_config_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_private_transaction_config_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_pb.proto index b6d74ec845..20cc345c78 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_to_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_to_pb.proto index 60d0f847b7..b7aa2bb4bb 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_to_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/besu_transaction_config_to_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/consistency_strategy_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/consistency_strategy_pb.proto index 83ec08d0a4..900d304dd7 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/consistency_strategy_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/consistency_strategy_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_request_pb.proto index d93ff19a44..e2c5de47d2 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_response_pb.proto index 2bbaf9345a..d1abe0cb5f 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/deploy_contract_solidity_bytecode_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/eth_contract_invocation_type_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/eth_contract_invocation_type_pb.proto index 13c4cbb6b7..50aded0a6b 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/eth_contract_invocation_type_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/eth_contract_invocation_type_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_block_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_block_pb.proto index 3365fb2116..b6512c39a6 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_block_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_block_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_log_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_log_pb.proto index d543bf5dc4..3682ffd681 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_log_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_log_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_transaction_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_transaction_pb.proto index cd151a719d..ab627f7c89 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_transaction_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/evm_transaction_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_request_pb.proto index bdb38024c5..12cbe1beb9 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_response_pb.proto index 5ca1b2ac31..f2c271ee40 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_balance_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_request_pb.proto index 8aa090ef2f..9153e98aa3 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_response_pb.proto index c190fb2fb6..f7be270d1e 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_besu_record_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_request_pb.proto index 0701b958a7..ee1ce20bc0 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_response_pb.proto index a51ff5b2cd..c28b63acfb 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_block_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_request_pb.proto index f3278ea9c2..6bca2dda44 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_response_pb.proto index 5fdb9a1353..813d217352 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_past_logs_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_request_pb.proto index 2e45f0736c..cce1ab1f52 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_response_pb.proto index 513bc2a239..dc6da69eb3 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/get_transaction_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_request_pb.proto index 5472be827a..cebff538cd 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_response_pb.proto index fd0ef680c7..03f8bba697 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/invoke_contract_v1_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/receipt_type_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/receipt_type_pb.proto index 617ec06d95..63806fe362 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/receipt_type_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/receipt_type_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_request_pb.proto index 7d26886d18..2378a23a0f 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_response_pb.proto index 12bcc772aa..acca6c1fec 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/run_transaction_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_request_pb.proto index ad43930948..301455258f 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_response_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_response_pb.proto index 712bf67015..d127517b6d 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_response_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/sign_transaction_response_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_compiler_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_compiler_pb.proto index 817f77ea86..ea53fd5ff9 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_compiler_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_compiler_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_creation_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_creation_pb.proto index 74110647cc..504701d2cf 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_creation_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_creation_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_pb.proto index 9c73034a63..eebfb92d4c 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_gas_estimates_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_pb.proto index d25a18a5b7..d1e2dfcf63 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/solidity_contract_json_artifact_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_pb.proto index a962cb5b14..4b866632f1 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_progress_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_progress_pb.proto index 9da182ac9b..2803727f90 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_progress_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_progress_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_request_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_request_pb.proto index 3167be8d9a..3a6399cfe6 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_request_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/watch_blocks_v1_request_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_pb.proto index a727b00b17..7c8b6755d3 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_timestamp_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_timestamp_pb.proto index 62424298fa..a8379056c5 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_timestamp_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_block_header_timestamp_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_cactus_keychain_ref_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_cactus_keychain_ref_pb.proto index ca286cd554..de9219d09e 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_cactus_keychain_ref_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_cactus_keychain_ref_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_none_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_none_pb.proto index 18613b6edc..7edad7d70a 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_none_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_none_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_pb.proto index 9eaac2d328..c5b796983c 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_private_key_hex_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_private_key_hex_pb.proto index 3f10cce3e2..1d3f79fddb 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_private_key_hex_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_private_key_hex_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_type_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_type_pb.proto index d910794ef5..9191c67434 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_type_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_signing_credential_type_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_transaction_receipt_pb.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_transaction_receipt_pb.proto index a3a0a08f92..2fa8c10c17 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_transaction_receipt_pb.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/models/web3_transaction_receipt_pb.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/services/default_service.proto b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/services/default_service.proto index 8e076341ab..13fc8e2aa9 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/services/default_service.proto +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/proto/generated/openapi/services/default_service.proto @@ -3,7 +3,7 @@ Can perform basic tasks on a Besu ledger - The version of the OpenAPI document: 2.0.0-rc.1 + The version of the OpenAPI document: 2.0.0-rc.2 Generated by OpenAPI Generator: https://openapi-generator.tech */ diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts index db5621f40e..71f24eaf04 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Besu * Can perform basic tasks on a Besu ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts index c82e3e10d4..653033064f 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Besu * Can perform basic tasks on a Besu ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts index fab825cce8..c000fefbc7 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Besu * Can perform basic tasks on a Besu ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 33478789e5..a957de7685 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Besu * Can perform basic tasks on a Besu ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts index d17496ca23..21867fe36b 100644 --- a/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-besu/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Besu * Can perform basic tasks on a Besu ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-cdl/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-cdl/CHANGELOG.md index b56af0ec1f..2616a8214d 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-cdl/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-cdl + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Features diff --git a/packages/cactus-plugin-ledger-connector-cdl/package.json b/packages/cactus-plugin-ledger-connector-cdl/package.json index b59b16cdad..9df9eaa60b 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/package.json +++ b/packages/cactus-plugin-ledger-connector-cdl/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-cdl", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cacti nodes to connect to Fujitsu CDL.", "keywords": [ "Hyperledger", @@ -54,9 +54,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.6.0", "sanitize-html": "2.12.1" }, diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.json index 57a350d171..c75fae21e5 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector CDL", "description": "Can perform basic tasks on Fujitsu CDL service.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.tpl.json index 57a350d171..c75fae21e5 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector CDL", "description": "Can perform basic tasks on Fujitsu CDL service.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/api.ts index 40b556a37b..5a0ad79573 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector CDL * Can perform basic tasks on Fujitsu CDL service. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/base.ts index b2eb1f3a03..076d61148a 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector CDL * Can perform basic tasks on Fujitsu CDL service. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/common.ts index 922ddd7143..3beedf80e8 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector CDL * Can perform basic tasks on Fujitsu CDL service. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index e335f5ab03..3e28cf4aec 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector CDL * Can perform basic tasks on Fujitsu CDL service. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/index.ts index 4bb614d512..c87066ce97 100644 --- a/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-cdl/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector CDL * Can perform basic tasks on Fujitsu CDL service. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md index bb72a6a436..5444470d09 100644 --- a/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-corda/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. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + +### Features + +* **connector-corda:** add initial set of JvmObject factory functions ([d9d5904](https://github.com/hyperledger/cacti/commit/d9d590450af6d231c5e38046bffd6d08786c29f4)) +* **connector-corda:** add JSON classname->JVM class object deserialize ([0508f14](https://github.com/hyperledger/cacti/commit/0508f14c64e452f8f89881db363cd00b3c8c255c)) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-corda/package.json b/packages/cactus-plugin-ledger-connector-corda/package.json index 3a61d1549a..b820213b1b 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to a Corda ledger.", "keywords": [ "Hyperledger", @@ -56,9 +56,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.6.0", "express-openapi-validator": "5.0.4", "internal-ip": "6.2.0", @@ -70,7 +70,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/multer": "1.4.7", diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/README.md b/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/README.md index c4f706ca40..88fd038995 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/README.md +++ b/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/README.md @@ -10,12 +10,12 @@ By default a [`pom.xml`](pom.xml) file will be generated. If you specified `grad To build the project using maven, run: ```bash -mvn package && java -jar target/cactus-connector-corda-server-2.0.0-rc.1.jar +mvn package && java -jar target/cactus-connector-corda-server-2.0.0-rc.2.jar ``` To build the project using gradle, run: ```bash -gradle build && java -jar build/libs/cactus-connector-corda-server-2.0.0-rc.1.jar +gradle build && java -jar build/libs/cactus-connector-corda-server-2.0.0-rc.2.jar ``` If all builds successfully, the server should run on [http://localhost:8080/](http://localhost:8080/) diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/pom.xml b/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/pom.xml index 35199debe5..16a8d085f7 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/pom.xml +++ b/packages/cactus-plugin-ledger-connector-corda/src/main-server/kotlin/gen/kotlin-spring/pom.xml @@ -4,7 +4,7 @@ cactus-connector-corda-server jar cactus-connector-corda-server - 2.0.0-rc.1 + 2.0.0-rc.2 3.0.2 2.1.0 diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main-server/openapi-generator-config.yaml b/packages/cactus-plugin-ledger-connector-corda/src/main-server/openapi-generator-config.yaml index e9f8cb01bc..41c7ab3d2b 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main-server/openapi-generator-config.yaml +++ b/packages/cactus-plugin-ledger-connector-corda/src/main-server/openapi-generator-config.yaml @@ -6,7 +6,7 @@ additionalProperties: artifactId: cactus-connector-corda-server # TODO: Make sure this automatically gets bumped during releases so that it # remains in sync with the package.json version number. - artifactVersion: 2.0.0-rc.1 + artifactVersion: 2.0.0-rc.2 apiSuffix: PluginLedgerConnectorCorda basePackage: org.hyperledger.cactus.plugin.ledger.connector.corda.server packageName: org.hyperledger.cactus.plugin.ledger.connector.corda.server diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.json index d7719d2a10..a4e938487e 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Corda", "description": "Can perform basic tasks on a Corda ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.tpl.json index 94bb21b6bc..a4e938487e 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Corda", "description": "Can perform basic tasks on a Corda ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" @@ -202,8 +202,7 @@ "jvmTypeKind": { "$ref": "#/components/schemas/JvmTypeKind" }, - "primitiveValue": { - }, + "primitiveValue": {}, "jvmCtorArgs": { "type": "array", "items": { diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-ledger-connector-corda/src/main/kotlin/generated/openapi/kotlin-client/README.md index 3f23c11025..332b8ea796 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a Corda ledger ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/api.ts index d9c951b6f9..344d34776d 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Corda * Can perform basic tasks on a Corda ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/base.ts index 6342cff0e6..cc1806242f 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Corda * Can perform basic tasks on a Corda ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/common.ts index c729727f8a..873b8c2d6e 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Corda * Can perform basic tasks on a Corda ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 7e31ae4337..e997736768 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Corda * Can perform basic tasks on a Corda ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/index.ts index 0f8e48ad31..7b96c51d8f 100644 --- a/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-corda/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Corda * Can perform basic tasks on a Corda ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-ethereum/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-ethereum/CHANGELOG.md index fec803082f..e2dca10dd4 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-ethereum/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-ethereum/package.json b/packages/cactus-plugin-ledger-connector-ethereum/package.json index 5e17c12e9e..4c2da8e845 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/package.json +++ b/packages/cactus-plugin-ledger-connector-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-ethereum", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to a Ethereum ledger.", "keywords": [ "Hyperledger", @@ -67,9 +67,9 @@ "dependencies": { "@ethereumjs/common": "4.0.0", "@ethereumjs/tx": "5.0.0", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.7.2", "ethers": "6.8.1", "express": "4.19.2", @@ -86,9 +86,9 @@ "web3-eth-contract": "4.2.0" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/js-yaml": "4.0.5", diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.json index dcc23bd1ab..814cd36849 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Ethereum", "description": "Can perform basic tasks on a Ethereum ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.tpl.json index dcc23bd1ab..814cd36849 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Ethereum", "description": "Can perform basic tasks on a Ethereum ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts index 253fdc235f..df69045603 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Ethereum * Can perform basic tasks on a Ethereum ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts index 28fa888354..2f052befdd 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Ethereum * Can perform basic tasks on a Ethereum ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts index 7819946303..fefbaa9de3 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Ethereum * Can perform basic tasks on a Ethereum ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index a69a8c448a..1533a2e9b1 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Ethereum * Can perform basic tasks on a Ethereum ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts index 963f51a57e..d237d58dea 100644 --- a/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Ethereum * Can perform basic tasks on a Ethereum ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md index cf74eaa02c..cc3471f8f3 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-fabric/package.json b/packages/cactus-plugin-ledger-connector-fabric/package.json index 81d0b84deb..a61f15959f 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to a Fabric ledger.", "keywords": [ "Hyperledger", @@ -56,9 +56,9 @@ }, "dependencies": { "@fidm/x509": "1.2.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.7.2", "bl": "6.0.12", "bn.js": "4.12.0", @@ -90,8 +90,8 @@ "ws-identity-client": "1.0.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/bn.js": "5.1.0", "@types/body-parser": "1.19.4", "@types/elliptic": "6.4.16", diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.json index e3a991a645..d50db8d9cb 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Fabric", "description": "Can perform basic tasks on a fabric ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.tpl.json index e3a991a645..d50db8d9cb 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Fabric", "description": "Can perform basic tasks on a fabric ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-ledger-connector-fabric/src/main/kotlin/generated/openapi/kotlin-client/README.md index 42cac79217..b53638d3dd 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Can perform basic tasks on a fabric ledger ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts index 91eed77178..52dca973d9 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Fabric * Can perform basic tasks on a fabric ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts index 62dc58d5a5..f4b48c6779 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Fabric * Can perform basic tasks on a fabric ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts index a9dee6a26f..4b10a1449f 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Fabric * Can perform basic tasks on a fabric ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index bfbedf724b..8cf89ef9df 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Fabric * Can perform basic tasks on a fabric ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts index baadfa8542..3e2db1d1f5 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Fabric * Can perform basic tasks on a fabric ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). 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 c444837be2..59d3deece2 100644 --- a/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-go-ethereum-socketio + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes 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 d5635e3f05..10dd79a864 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to a Ethereum ledger ", "keywords": [ "Hyperledger", @@ -45,8 +45,8 @@ "start": "cd ./dist && node common/core/bin/www.js" }, "dependencies": { - "@hyperledger/cactus-cmd-socketio-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-socketio-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", "@types/node": "18.11.9", "body-parser": "1.20.2", "config": "3.3.9", @@ -67,9 +67,9 @@ "web3-utils": "1.8.1" }, "devDependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-api-client": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/config": "3.3.2", "@types/cookie-parser": "1.4.5", "@types/express": "4.17.21", diff --git a/packages/cactus-plugin-ledger-connector-iroha2/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-iroha2/CHANGELOG.md index 8bdeaf2093..89562cda80 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-iroha2/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-iroha2 + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-iroha2/package.json b/packages/cactus-plugin-ledger-connector-iroha2/package.json index 4891f638b1..5d7505a03b 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/package.json +++ b/packages/cactus-plugin-ledger-connector-iroha2/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-iroha2", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to an Iroha V2 ledger.", "keywords": [ "Hyperledger", @@ -46,9 +46,9 @@ "generate-sdk:typescript-axios": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/ --reserved-words-mappings protected=protected --ignore-file-override ../../openapi-generator-ignore" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "@iroha2/client": "4.0.0", "@iroha2/crypto-core": "0.1.1", "@iroha2/crypto-target-node": "0.4.0", @@ -64,8 +64,8 @@ "undici": "6.19.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/express": "4.17.21", "@types/sanitize-html": "2.9.5", "body-parser": "1.20.2", diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.json index af22245f1d..97d5189043 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Iroha V2", "description": "Can perform basic tasks on a Iroha V2 ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.tpl.json index af22245f1d..97d5189043 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Iroha V2", "description": "Can perform basic tasks on a Iroha V2 ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/api.ts index a686c7e871..7140651c35 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Iroha V2 * Can perform basic tasks on a Iroha V2 ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/base.ts index 0b9e3f23b7..dbec000c6a 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Iroha V2 * Can perform basic tasks on a Iroha V2 ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/common.ts index d0632f3d3a..70bfde4d14 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Iroha V2 * Can perform basic tasks on a Iroha V2 ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index f675ebec91..0082b9e2b3 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Iroha V2 * Can perform basic tasks on a Iroha V2 ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/index.ts index 1d3c8c3295..21d9d9d223 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-iroha2/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Iroha V2 * Can perform basic tasks on a Iroha V2 ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-polkadot/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-polkadot/CHANGELOG.md index 301a7f50c7..0528762a12 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-polkadot/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Features diff --git a/packages/cactus-plugin-ledger-connector-polkadot/package.json b/packages/cactus-plugin-ledger-connector-polkadot/package.json index 786e220b92..8860f003cc 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/package.json +++ b/packages/cactus-plugin-ledger-connector-polkadot/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-polkadot", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to a Substrate ledger.", "keywords": [ "Hyperledger", @@ -63,9 +63,9 @@ "webpack:prod:web": "webpack --env=prod --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "@polkadot/api": "10.9.1", "@polkadot/api-contract": "10.9.1", "@polkadot/rpc-provider": "10.9.1", @@ -91,8 +91,8 @@ "uuid": "9.0.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/express": "4.17.21", "@types/http-errors": "2.0.4", "@types/joi": "14.3.4", diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.json index f3ffe428f3..e777053ef7 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Polkadot", "description": "Can perform basic tasks on a Polkadot parachain", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.tpl.json index f3ffe428f3..e777053ef7 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Polkadot", "description": "Can perform basic tasks on a Polkadot parachain", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/api.ts index 324792819b..6ad0703f25 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Polkadot * Can perform basic tasks on a Polkadot parachain * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/base.ts index 1aeb8fbfe1..fc31d09012 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Polkadot * Can perform basic tasks on a Polkadot parachain * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/common.ts index c3de12d501..27e91408ae 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Polkadot * Can perform basic tasks on a Polkadot parachain * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 3193b32e41..fb83d3d726 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Polkadot * Can perform basic tasks on a Polkadot parachain * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/index.ts index 6628b29882..825afb4034 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-polkadot/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Polkadot * Can perform basic tasks on a Polkadot parachain * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md index e818b6dee0..9950dee3e3 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-quorum/package.json b/packages/cactus-plugin-ledger-connector-quorum/package.json index ca453ba3be..8bf02e2e89 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to a Quorum ledger.", "keywords": [ "Hyperledger", @@ -57,9 +57,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.7.2", "ethers": "6.8.1", "express": "4.19.2", @@ -78,8 +78,8 @@ "web3js-quorum": "22.4.0" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "@types/http-errors": "2.0.4", diff --git a/packages/cactus-plugin-ledger-connector-quorum/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-quorum/src/main/json/openapi.json index 9b127b3156..d357c411e6 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-quorum/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Quorum", "description": "Can perform basic tasks on a Quorum ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-quorum/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-quorum/src/main/json/openapi.tpl.json index 9b127b3156..d357c411e6 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-quorum/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Quorum", "description": "Can perform basic tasks on a Quorum ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/api.ts index e99bcd2e72..109083b46e 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Quorum * Can perform basic tasks on a Quorum ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/base.ts index 122895d779..19cfd5c476 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Quorum * Can perform basic tasks on a Quorum ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/common.ts index 3f94c96f67..140e20fd73 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Quorum * Can perform basic tasks on a Quorum ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index e93c3eab74..560cdc16c8 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Quorum * Can perform basic tasks on a Quorum ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/index.ts index ede344f917..344c9db721 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Quorum * Can perform basic tasks on a Quorum ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-sawtooth/CHANGELOG.md index 9087197d8d..22149699ea 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-sawtooth/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-sawtooth + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Features diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/package.json b/packages/cactus-plugin-ledger-connector-sawtooth/package.json index f872de3547..0a71c07aca 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/package.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-sawtooth", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to a Sawtooth ledger.", "keywords": [ "Hyperledger", @@ -55,16 +55,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.7.2", "cbor": "9.0.1", "rxjs": "7.8.1", "socket.io-client-fixed-types": "4.5.4" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/express": "4.17.21", "@types/uuid": "9.0.8", "body-parser": "1.20.2", diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.json index 38d3caa9b6..84ef835528 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Sawtooth", "description": "Can perform basic tasks on a Sawtooth ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.tpl.json index 38d3caa9b6..84ef835528 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cacti Plugin - Connector Sawtooth", "description": "Can perform basic tasks on a Sawtooth ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/api.ts index 6732a20105..7894310596 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Sawtooth * Can perform basic tasks on a Sawtooth ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/base.ts index 04c2dceee2..08538989f4 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Sawtooth * Can perform basic tasks on a Sawtooth ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/common.ts index b36976ac2c..b62990dda5 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Sawtooth * Can perform basic tasks on a Sawtooth ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index e89a9c6678..96799a93f6 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Sawtooth * Can perform basic tasks on a Sawtooth ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/index.ts index c634107766..e040b2c5d9 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-sawtooth/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cacti Plugin - Connector Sawtooth * Can perform basic tasks on a Sawtooth ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-tcs-huawei-socketio/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-tcs-huawei-socketio/CHANGELOG.md index 573db2eed7..02920ffb14 100644 --- a/packages/cactus-plugin-ledger-connector-tcs-huawei-socketio/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-tcs-huawei-socketio/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-tcs-huawei-socketio + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-tcs-huawei-socketio/package.json b/packages/cactus-plugin-ledger-connector-tcs-huawei-socketio/package.json index 92c757fd25..8a7011415e 100644 --- a/packages/cactus-plugin-ledger-connector-tcs-huawei-socketio/package.json +++ b/packages/cactus-plugin-ledger-connector-tcs-huawei-socketio/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-tcs-huawei-socketio", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to a Trusted Cross-chain Service-Huawei", "keywords": [ "Hyperledger", diff --git a/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md index 3f5db3425d..f41895d7ea 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cacti/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cacti/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-xdai/package.json b/packages/cactus-plugin-ledger-connector-xdai/package.json index 4db3c856b0..8a471d3550 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Allows Cactus nodes to connect to a Xdai ledger.", "keywords": [ "Hyperledger", @@ -54,9 +54,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", "axios": "1.6.0", "express": "4.19.2", "joi": "17.9.1", @@ -70,8 +70,8 @@ "web3-utils": "1.6.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/body-parser": "1.19.4", "@types/express": "4.17.21", "body-parser": "1.20.2", diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.json b/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.json index be2ccf616f..d07e5aaaee 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.json +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Xdai", "description": "Can perform basic tasks on a Xdai ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.tpl.json b/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.tpl.json index be2ccf616f..d07e5aaaee 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Connector Xdai", "description": "Can perform basic tasks on a Xdai ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/api.ts index e4bada61ca..a01be38012 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Xdai * Can perform basic tasks on a Xdai ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/base.ts index 14a764105d..be29db620d 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Xdai * Can perform basic tasks on a Xdai ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/common.ts index da869a597e..d28f3b96e5 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Xdai * Can perform basic tasks on a Xdai ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 78f1adb00a..13943c8d1c 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Xdai * Can perform basic tasks on a Xdai ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/index.ts index 5ce001009a..d3636a68c4 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Connector Xdai * Can perform basic tasks on a Xdai ledger * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-ethereum/CHANGELOG.md b/packages/cactus-plugin-persistence-ethereum/CHANGELOG.md index 15cb955fb9..62de50c8e8 100644 --- a/packages/cactus-plugin-persistence-ethereum/CHANGELOG.md +++ b/packages/cactus-plugin-persistence-ethereum/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **plugin-persistence-ethereum:** make created_at TIMESTAMPTZ in schema ([08925ff](https://github.com/hyperledger/cacti/commit/08925ffc8815d9613a69204a74c85d168f8a8305)), closes [#3373](https://github.com/hyperledger/cacti/issues/3373) + +### Features + +* **ledger-browser:** refactor eth tokens page into accounts page ([0b0c22c](https://github.com/hyperledger/cacti/commit/0b0c22cd39fb67e809595ceb23fb8b3c2a0f1da0)), closes [#3237](https://github.com/hyperledger/cacti/issues/3237) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-persistence-ethereum/package.json b/packages/cactus-plugin-persistence-ethereum/package.json index f9da992c58..01a73dc459 100644 --- a/packages/cactus-plugin-persistence-ethereum/package.json +++ b/packages/cactus-plugin-persistence-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-persistence-ethereum", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Persistence plugin for Ethereum ledgers to store data into a database.", "keywords": [ "Hyperledger", @@ -58,10 +58,10 @@ }, "dependencies": { "@ethersproject/abi": "5.7.0", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.2", "async-mutex": "0.4.0", "axios": "1.7.2", "pg": "8.8.0", @@ -71,9 +71,9 @@ "web3-validator": "2.0.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@openapitools/openapi-generator-cli": "2.7.0", "@types/express": "4.17.21", "@types/pg": "8.6.5", diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.json b/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.json index d93cbcf03a..c329fee742 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.json +++ b/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Persistence Ethereum", "description": "Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.tpl.json b/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.tpl.json index d93cbcf03a..c329fee742 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-persistence-ethereum/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Persistence Ethereum", "description": "Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts index bca7486257..94c19c8018 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Ethereum * Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts index eec7906f5c..9edf888fb9 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Ethereum * Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts index 9261a05ab7..ddcc47f07c 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Ethereum * Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 7133c13106..f9283e3551 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Ethereum * Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts index 74886c5e38..469fd6dc64 100644 --- a/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-persistence-ethereum/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Persistence Ethereum * Synchronizes state of an ethereum ledger into a DB that can later be viewed in GUI * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-fabric/CHANGELOG.md b/packages/cactus-plugin-persistence-fabric/CHANGELOG.md index 66ca0b815c..8dc773cbdc 100644 --- a/packages/cactus-plugin-persistence-fabric/CHANGELOG.md +++ b/packages/cactus-plugin-persistence-fabric/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-persistence-fabric + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-plugin-persistence-fabric/package.json b/packages/cactus-plugin-persistence-fabric/package.json index a120880928..dce802f62d 100644 --- a/packages/cactus-plugin-persistence-fabric/package.json +++ b/packages/cactus-plugin-persistence-fabric/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-persistence-fabric", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "A web service plugin that provides management capabilities on a Cacti Plugin Fabric Block Persistance as a scrapper of blocks.", "keywords": [ "Hyperledger", @@ -67,11 +67,11 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", "axios": "1.7.2", "fabric-protos": "2.2.20", "js-sha256": "0.9.0", @@ -80,7 +80,7 @@ "socket.io": "4.6.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/express": "4.17.21", "@types/pg": "8.6.5", "@types/uuid": "9.0.8", diff --git a/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.json b/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.json index ee81a3824f..d851b90f5b 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.json +++ b/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Block Fabrick PErsistance", "description": "Scrap fabric ledger into database. Needs administrative privileges.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.tpl.json b/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.tpl.json index ee81a3824f..d851b90f5b 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-persistence-fabric/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Block Fabrick PErsistance", "description": "Scrap fabric ledger into database. Needs administrative privileges.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts index c27e3546fb..0bba19b352 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Block Fabrick PErsistance * Scrap fabric ledger into database. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts index bf8691b606..961316bf1d 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Block Fabrick PErsistance * Scrap fabric ledger into database. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts index 02b333f38e..9e86c6601a 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Block Fabrick PErsistance * Scrap fabric ledger into database. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index 60e879c199..b179355747 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Block Fabrick PErsistance * Scrap fabric ledger into database. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts index cc193f683e..60e70a0923 100644 --- a/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-persistence-fabric/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Block Fabrick PErsistance * Scrap fabric ledger into database. Needs administrative privileges. * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-satp-hermes/CHANGELOG.md b/packages/cactus-plugin-satp-hermes/CHANGELOG.md index cbe34ee6bf..97a1ff55af 100644 --- a/packages/cactus-plugin-satp-hermes/CHANGELOG.md +++ b/packages/cactus-plugin-satp-hermes/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-satp-hermes + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Features diff --git a/packages/cactus-plugin-satp-hermes/package.json b/packages/cactus-plugin-satp-hermes/package.json index 21cc358960..086f2aaac4 100644 --- a/packages/cactus-plugin-satp-hermes/package.json +++ b/packages/cactus-plugin-satp-hermes/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-satp-hermes", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Proof of concept of ODAP", "keywords": [ "Hyperledger", @@ -49,15 +49,15 @@ "watch": "npm-watch" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "axios": "1.7.2", "crypto-js": "4.2.0", "fs-extra": "11.1.1", diff --git a/packages/cactus-plugin-satp-hermes/src/main/json/openapi.json b/packages/cactus-plugin-satp-hermes/src/main/json/openapi.json index 68b129f033..e70a83257e 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/json/openapi.json +++ b/packages/cactus-plugin-satp-hermes/src/main/json/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Odap Hermes", "description": "Implementation for Odap and Hermes", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-satp-hermes/src/main/json/openapi.tpl.json b/packages/cactus-plugin-satp-hermes/src/main/json/openapi.tpl.json index 68b129f033..e70a83257e 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/json/openapi.tpl.json +++ b/packages/cactus-plugin-satp-hermes/src/main/json/openapi.tpl.json @@ -3,7 +3,7 @@ "info": { "title": "Hyperledger Cactus Plugin - Odap Hermes", "description": "Implementation for Odap and Hermes", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "license": { "name": "Apache-2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" diff --git a/packages/cactus-plugin-satp-hermes/src/main/kotlin/generated/openapi/kotlin-client/README.md b/packages/cactus-plugin-satp-hermes/src/main/kotlin/generated/openapi/kotlin-client/README.md index c2d4e55e42..937909ddfd 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/kotlin/generated/openapi/kotlin-client/README.md +++ b/packages/cactus-plugin-satp-hermes/src/main/kotlin/generated/openapi/kotlin-client/README.md @@ -5,7 +5,7 @@ Implementation for Odap and Hermes ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate an API client. -- API version: 2.0.0-rc.1 +- API version: 2.0.0-rc.2 - Package version: - Build package: org.openapitools.codegen.languages.KotlinClientCodegen diff --git a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts index c32e71f07e..7eff4a5e67 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts +++ b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/api.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Odap Hermes * Implementation for Odap and Hermes * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts index 9af9bcd7a9..66f2a92317 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts +++ b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/base.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Odap Hermes * Implementation for Odap and Hermes * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts index 234affc512..82a1807376 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts +++ b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/common.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Odap Hermes * Implementation for Odap and Hermes * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts index d851f64ffe..9cd2202a43 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts +++ b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/configuration.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Odap Hermes * Implementation for Odap and Hermes * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts index 484374df86..43dffce43e 100644 --- a/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts +++ b/packages/cactus-plugin-satp-hermes/src/main/typescript/generated/openapi/typescript-axios/index.ts @@ -4,7 +4,7 @@ * Hyperledger Cactus Plugin - Odap Hermes * Implementation for Odap and Hermes * - * The version of the OpenAPI document: 2.0.0-rc.1 + * The version of the OpenAPI document: 2.0.0-rc.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/packages/cactus-test-api-client/CHANGELOG.md b/packages/cactus-test-api-client/CHANGELOG.md index 3239ad840c..a2014564f3 100644 --- a/packages/cactus-test-api-client/CHANGELOG.md +++ b/packages/cactus-test-api-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-api-client + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-test-api-client/package.json b/packages/cactus-test-api-client/package.json index d0de850928..c788c1f894 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "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)", "keywords": [ "Hyperledger", @@ -50,19 +50,19 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.1", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.1", + "@hyperledger/cactus-api-client": "2.0.0-rc.2", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.2", "jose": "4.15.5", "uuid": "9.0.1", "web3": "1.6.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/uuid": "9.0.8" }, "engines": { diff --git a/packages/cactus-test-cmd-api-server/CHANGELOG.md b/packages/cactus-test-cmd-api-server/CHANGELOG.md index 5a646849e6..635c214eaa 100644 --- a/packages/cactus-test-cmd-api-server/CHANGELOG.md +++ b/packages/cactus-test-cmd-api-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-cmd-api-server + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-test-cmd-api-server/package.json b/packages/cactus-test-cmd-api-server/package.json index 9ee3000b3b..5269c81d2c 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "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)", "keywords": [ "Hyperledger", @@ -50,17 +50,17 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-rc.2", "express-jwt-authz": "2.4.1", "jose": "4.15.5", "uuid": "9.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/uuid": "9.0.8" }, "engines": { diff --git a/packages/cactus-test-geth-ledger/CHANGELOG.md b/packages/cactus-test-geth-ledger/CHANGELOG.md index 4edbca2236..ad067589de 100644 --- a/packages/cactus-test-geth-ledger/CHANGELOG.md +++ b/packages/cactus-test-geth-ledger/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-geth-ledger + # [2.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Features diff --git a/packages/cactus-test-geth-ledger/package.json b/packages/cactus-test-geth-ledger/package.json index dabbd6dfb9..86d6d0c289 100644 --- a/packages/cactus-test-geth-ledger/package.json +++ b/packages/cactus-test-geth-ledger/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-geth-ledger", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Helpers for running test go-ethereum ledger in test scripts.", "keywords": [ "Hyperledger", @@ -50,8 +50,8 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "dockerode": "3.3.0", "internal-ip": "6.2.0", "run-time-error-cjs": "1.4.0", diff --git a/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md b/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md index 86115529fb..4c0ca06393 100644 --- a/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md +++ b/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-consortium-manual + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-test-plugin-consortium-manual/package.json b/packages/cactus-test-plugin-consortium-manual/package.json index c15415d415..43f387ea8e 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Integration tests for the Quorum ledger and the API server.", "keywords": [ "Hyperledger", @@ -50,12 +50,12 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", "axios": "1.6.0", "jose": "4.15.5" }, 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 2b522758f2..59bb1fe91b 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,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu-erc20 + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes 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 1ff6ba0105..9ebd372d85 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Integration tests for HTLC with ERC-20 tokens plugin.", "keywords": [ "Hyperledger", @@ -50,14 +50,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "axios": "1.6.0", "express": "4.19.2", "web3-eth-abi": "4.0.3", diff --git a/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md b/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md index b0d3a813f1..5964675948 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md +++ b/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-test-plugin-htlc-eth-besu/package.json b/packages/cactus-test-plugin-htlc-eth-besu/package.json index be2f7cc5ed..0517f84cfd 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Integration tests for the Besu ledger and the API server.", "keywords": [ "Hyperledger", @@ -50,14 +50,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "axios": "1.6.0", "key-encoder": "2.0.3", "web3": "1.6.1", diff --git a/packages/cactus-test-plugin-keychain-memory/CHANGELOG.md b/packages/cactus-test-plugin-keychain-memory/CHANGELOG.md index 6b59d09b27..22b27c40aa 100644 --- a/packages/cactus-test-plugin-keychain-memory/CHANGELOG.md +++ b/packages/cactus-test-plugin-keychain-memory/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-keychain-memory + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Features diff --git a/packages/cactus-test-plugin-keychain-memory/package.json b/packages/cactus-test-plugin-keychain-memory/package.json index c94c360d5a..704416abb7 100644 --- a/packages/cactus-test-plugin-keychain-memory/package.json +++ b/packages/cactus-test-plugin-keychain-memory/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-keychain-memory", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "private": true, "description": "Tests with API server integration for the dummy keychain implementation. Private package not meant to be released.", "keywords": [ @@ -50,11 +50,11 @@ "@connectrpc/connect": "1.4.0", "@connectrpc/connect-node": "1.4.0", "@connectrpc/connect-web": "1.4.0", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", "express": "4.19.2", "uuid": "9.0.1" }, diff --git a/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md b/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md index ac5fa4bc0d..d6271b7ea7 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md +++ b/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-besu + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-test-plugin-ledger-connector-besu/package.json b/packages/cactus-test-plugin-ledger-connector-besu/package.json index 281fe25ecb..9e68e6778b 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Integration tests for the Besu ledger and the API server.", "keywords": [ "Hyperledger", @@ -51,14 +51,14 @@ }, "dependencies": { "@grpc/grpc-js": "1.10.9", - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", - "@hyperledger/cactus-verifier-client": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", + "@hyperledger/cactus-verifier-client": "2.0.0-rc.2", "key-encoder": "2.0.3", "socket.io": "4.6.2", "web3": "1.6.1", diff --git a/packages/cactus-test-plugin-ledger-connector-ethereum/CHANGELOG.md b/packages/cactus-test-plugin-ledger-connector-ethereum/CHANGELOG.md index 865caac1fe..2c01b3dcdc 100644 --- a/packages/cactus-test-plugin-ledger-connector-ethereum/CHANGELOG.md +++ b/packages/cactus-test-plugin-ledger-connector-ethereum/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-ethereum + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-test-plugin-ledger-connector-ethereum/package.json b/packages/cactus-test-plugin-ledger-connector-ethereum/package.json index 5382d2c50c..2d4ddd98e1 100644 --- a/packages/cactus-test-plugin-ledger-connector-ethereum/package.json +++ b/packages/cactus-test-plugin-ledger-connector-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-ledger-connector-ethereum", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Integration tests for the Ethereum ledger and the API server.", "keywords": [ "Hyperledger", @@ -50,18 +50,18 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.1", - "@hyperledger/cactus-verifier-client": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.2", + "@hyperledger/cactus-verifier-client": "2.0.0-rc.2", "web3-eth-contract": "4.2.0" }, "devDependencies": { - "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/lodash": "4.14.195", "@types/uuid": "9.0.8", "lodash": "4.17.21", diff --git a/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md b/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md index 1b3ad4b7a2..3fead591b5 100644 --- a/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md +++ b/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-quorum + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-test-plugin-ledger-connector-quorum/package.json b/packages/cactus-test-plugin-ledger-connector-quorum/package.json index ce457ccd46..180c4a5d83 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Integration tests for the Quorum ledger and the API server.", "keywords": [ "Hyperledger", @@ -50,19 +50,19 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1", - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.1", - "@hyperledger/cactus-verifier-client": "2.0.0-rc.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-rc.2", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.2", + "@hyperledger/cactus-verifier-client": "2.0.0-rc.2", "web3": "1.6.1", "web3-core-helpers": "1.6.1", "web3-utils": "1.6.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", "@types/convict": "6.1.1", "@types/lodash": "4.14.195", "@types/uuid": "9.0.8", diff --git a/packages/cactus-test-tooling/CHANGELOG.md b/packages/cactus-test-tooling/CHANGELOG.md index 14daab39e5..a7bf83d64b 100644 --- a/packages/cactus-test-tooling/CHANGELOG.md +++ b/packages/cactus-test-tooling/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-tooling + # [2.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-test-tooling/package.json b/packages/cactus-test-tooling/package.json index a5fa16714f..3ec75ff4a5 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": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "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.", "keywords": [ "Hyperledger", @@ -65,7 +65,7 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", "axios": "1.7.2", "compare-versions": "3.6.0", "dockerode": "3.3.0", diff --git a/packages/cactus-test-verifier-client/CHANGELOG.md b/packages/cactus-test-verifier-client/CHANGELOG.md index 48ff9a6abd..e2c9f736ba 100644 --- a/packages/cactus-test-verifier-client/CHANGELOG.md +++ b/packages/cactus-test-verifier-client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Bug Fixes + +* **deps:** fix batch of missing production dependencies v2.0.0-rc.1 ([51d64ee](https://github.com/hyperledger/cactus/commit/51d64eead473d928086eb53adf0850c3b43cbda9)), closes [#3344](https://github.com/hyperledger/cactus/issues/3344) + # [2.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/packages/cactus-test-verifier-client/package.json b/packages/cactus-test-verifier-client/package.json index 730041231c..490ff6a53b 100644 --- a/packages/cactus-test-verifier-client/package.json +++ b/packages/cactus-test-verifier-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-verifier-client", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Integration and stress tests for the verifier client.", "keywords": [ "Hyperledger", @@ -46,13 +46,13 @@ "stress-test-inspect": "node --expose-gc --inspect-brk --no-opt dist/lib/main/typescript/verifier-with-go-eth-stress-check.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.1", - "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.1", - "@hyperledger/cactus-test-tooling": "2.0.0-rc.1", - "@hyperledger/cactus-verifier-client": "2.0.0-rc.1", + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.2", + "@hyperledger/cactus-test-geth-ledger": "2.0.0-rc.2", + "@hyperledger/cactus-test-tooling": "2.0.0-rc.2", + "@hyperledger/cactus-verifier-client": "2.0.0-rc.2", "body-parser": "1.20.2", "express": "4.19.2", "log4js": "6.4.1", diff --git a/packages/cactus-verifier-client/CHANGELOG.md b/packages/cactus-verifier-client/CHANGELOG.md index 769e292d0a..7d4c56901b 100644 --- a/packages/cactus-verifier-client/CHANGELOG.md +++ b/packages/cactus-verifier-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cactus-verifier-client + # [2.0.0-rc.1](https://github.com/hyperledger/cactus/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Features diff --git a/packages/cactus-verifier-client/package.json b/packages/cactus-verifier-client/package.json index 297f4c61fd..7d2939d221 100644 --- a/packages/cactus-verifier-client/package.json +++ b/packages/cactus-verifier-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-verifier-client", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Verifier cactus client library to communicate with validators through socket.io", "keywords": [ "Hyperledger", @@ -42,18 +42,18 @@ "build": "tsc" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-rc.1", - "@hyperledger/cactus-core-api": "2.0.0-rc.1" + "@hyperledger/cactus-common": "2.0.0-rc.2", + "@hyperledger/cactus-core-api": "2.0.0-rc.2" }, "devDependencies": { - "@hyperledger/cactus-api-client": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-corda": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-iroha2": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.1", - "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "2.0.0-rc.1", + "@hyperledger/cactus-api-client": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-corda": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-iroha2": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-rc.2", + "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "2.0.0-rc.2", "jest-extended": "4.0.1", "rxjs": "7.8.1" }, diff --git a/weaver/common/protos-go/VERSION b/weaver/common/protos-go/VERSION index d0c10bc487..f52c064494 100644 --- a/weaver/common/protos-go/VERSION +++ b/weaver/common/protos-go/VERSION @@ -1 +1 @@ -2.0.0-rc.1 \ No newline at end of file +2.0.0-rc.2 \ No newline at end of file diff --git a/weaver/common/protos-java-kt/README.md b/weaver/common/protos-java-kt/README.md index f0c99f9cc0..b5b4c83f01 100644 --- a/weaver/common/protos-java-kt/README.md +++ b/weaver/common/protos-java-kt/README.md @@ -38,6 +38,6 @@ and then follow above 4 steps. 5) Add this to your build.gradle (change the version accordingly): ``` dependencies { - compile(group: 'org.hyperledger.cacti.weaver.protos', name: 'protos-java-kt', version: "2.0.0-rc.1") + compile(group: 'org.hyperledger.cacti.weaver.protos', name: 'protos-java-kt', version: "2.0.0-rc.2") } ``` diff --git a/weaver/common/protos-java-kt/gradle.properties b/weaver/common/protos-java-kt/gradle.properties index fa196163f5..c4102eecd6 100644 --- a/weaver/common/protos-java-kt/gradle.properties +++ b/weaver/common/protos-java-kt/gradle.properties @@ -1,4 +1,4 @@ name=Interop Protos group=org.hyperledger.cacti.weaver.protos -version=2.0.0-rc.1 +version=2.0.0-rc.2 kotlin.incremental=false diff --git a/weaver/common/protos-js/CHANGELOG.md b/weaver/common/protos-js/CHANGELOG.md index 14d8685ea2..e50403eb7b 100644 --- a/weaver/common/protos-js/CHANGELOG.md +++ b/weaver/common/protos-js/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cacti-weaver-protos-js + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/weaver/common/protos-js/package.json b/weaver/common/protos-js/package.json index bbb15be9dc..99c41346a1 100644 --- a/weaver/common/protos-js/package.json +++ b/weaver/common/protos-js/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-protos-js", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Interop protos for Node JS (Weaver)", "keywords": [ "hyperledger", diff --git a/weaver/common/protos-rs/pkg/Cargo.toml b/weaver/common/protos-rs/pkg/Cargo.toml index 29ac6f1ee5..6fe06fc7f6 100644 --- a/weaver/common/protos-rs/pkg/Cargo.toml +++ b/weaver/common/protos-rs/pkg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cacti_weaver_protos_rs" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" authors = ["Peter Somogyvari ", "Sandeep Nishad DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-driver-corda -DOCKER_TAG=2.0.0-rc.1 +DOCKER_TAG=2.0.0-rc.2 COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= RELAY_TLS= diff --git a/weaver/core/drivers/corda-driver/VERSION b/weaver/core/drivers/corda-driver/VERSION index d0c10bc487..f52c064494 100644 --- a/weaver/core/drivers/corda-driver/VERSION +++ b/weaver/core/drivers/corda-driver/VERSION @@ -1 +1 @@ -2.0.0-rc.1 \ No newline at end of file +2.0.0-rc.2 \ No newline at end of file diff --git a/weaver/core/drivers/corda-driver/constants.properties b/weaver/core/drivers/corda-driver/constants.properties index 12cba735e4..c621e71cc2 100644 --- a/weaver/core/drivers/corda-driver/constants.properties +++ b/weaver/core/drivers/corda-driver/constants.properties @@ -13,4 +13,4 @@ grpcKotlinVersion=0.1.3 protobufVersion=3.11.1 coroutinesVersion=1.3.3 bcprovVersion=1.53 -cactiVersion=2.0.0-rc.1 +cactiVersion=2.0.0-rc.2 diff --git a/weaver/core/drivers/corda-driver/gradle.properties b/weaver/core/drivers/corda-driver/gradle.properties index 0a6929b0e8..d858ae5862 100644 --- a/weaver/core/drivers/corda-driver/gradle.properties +++ b/weaver/core/drivers/corda-driver/gradle.properties @@ -1,5 +1,5 @@ kotlin.code.style=official name=driver-corda group=org.hyperledger.cacti.weaver.driver.corda -version=2.0.0-rc.1 +version=2.0.0-rc.2 kotlin.incremental=false \ No newline at end of file diff --git a/weaver/core/drivers/fabric-driver/.env.docker.template b/weaver/core/drivers/fabric-driver/.env.docker.template index c3ad9a8f58..a11c3837a9 100644 --- a/weaver/core/drivers/fabric-driver/.env.docker.template +++ b/weaver/core/drivers/fabric-driver/.env.docker.template @@ -17,7 +17,7 @@ LEVELDB_LOCKED_RETRY_BACKOFF_MSEC= ENABLE_MONITOR= MONITOR_SYNC_PERIOD= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-driver-fabric -DOCKER_TAG=2.0.0-rc.1 +DOCKER_TAG=2.0.0-rc.2 EXTERNAL_NETWORK= COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= diff --git a/weaver/core/drivers/fabric-driver/CHANGELOG.md b/weaver/core/drivers/fabric-driver/CHANGELOG.md index ab9c9a3125..8500be6adc 100644 --- a/weaver/core/drivers/fabric-driver/CHANGELOG.md +++ b/weaver/core/drivers/fabric-driver/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +### Features + +* **fabric-driver:** added weaver fabric driver as cacti plugin package ([36b8470](https://github.com/hyperledger/cacti/commit/36b8470f8a159bcb16c5ef62074aee2ff99758eb)) + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/weaver/core/drivers/fabric-driver/VERSION b/weaver/core/drivers/fabric-driver/VERSION index d0c10bc487..f52c064494 100644 --- a/weaver/core/drivers/fabric-driver/VERSION +++ b/weaver/core/drivers/fabric-driver/VERSION @@ -1 +1 @@ -2.0.0-rc.1 \ No newline at end of file +2.0.0-rc.2 \ No newline at end of file diff --git a/weaver/core/drivers/fabric-driver/package-local.json b/weaver/core/drivers/fabric-driver/package-local.json index 0752d959fd..0a46e0857e 100644 --- a/weaver/core/drivers/fabric-driver/package-local.json +++ b/weaver/core/drivers/fabric-driver/package-local.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-driver-fabric", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "", "repository": { "type": "git", diff --git a/weaver/core/drivers/fabric-driver/package.json b/weaver/core/drivers/fabric-driver/package.json index 1f13988378..33ef4fa2e2 100644 --- a/weaver/core/drivers/fabric-driver/package.json +++ b/weaver/core/drivers/fabric-driver/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-driver-fabric", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "", "repository": { "type": "git", @@ -20,8 +20,8 @@ "dependencies": { "@fidm/x509": "1.2.1", "@grpc/grpc-js": "1.10.9", - "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.1", - "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.1", + "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.2", + "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.2", "dotenv": "8.6.0", "fabric-ca-client": "2.2.20", "fabric-common": "2.2.20", diff --git a/weaver/core/identity-management/iin-agent/.env.docker.template b/weaver/core/identity-management/iin-agent/.env.docker.template index 4b44a68f9e..e39cd81bf0 100644 --- a/weaver/core/identity-management/iin-agent/.env.docker.template +++ b/weaver/core/identity-management/iin-agent/.env.docker.template @@ -13,7 +13,7 @@ SYNC_PERIOD= AUTO_SYNC= TLS_CREDENTIALS_DIR= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-iin-agent -DOCKER_TAG=2.0.0-rc.1 +DOCKER_TAG=2.0.0-rc.2 EXTERNAL_NETWORK= COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= diff --git a/weaver/core/identity-management/iin-agent/CHANGELOG.md b/weaver/core/identity-management/iin-agent/CHANGELOG.md index e77d8f6772..6e9c3132b8 100644 --- a/weaver/core/identity-management/iin-agent/CHANGELOG.md +++ b/weaver/core/identity-management/iin-agent/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cacti-weaver-iin-agent + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/weaver/core/identity-management/iin-agent/VERSION b/weaver/core/identity-management/iin-agent/VERSION index d0c10bc487..f52c064494 100644 --- a/weaver/core/identity-management/iin-agent/VERSION +++ b/weaver/core/identity-management/iin-agent/VERSION @@ -1 +1 @@ -2.0.0-rc.1 \ No newline at end of file +2.0.0-rc.2 \ No newline at end of file diff --git a/weaver/core/identity-management/iin-agent/package-local.json b/weaver/core/identity-management/iin-agent/package-local.json index dd438a6d51..6ea7efd6b3 100644 --- a/weaver/core/identity-management/iin-agent/package-local.json +++ b/weaver/core/identity-management/iin-agent/package-local.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-iin-agent", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "", "repository": { "type": "git", diff --git a/weaver/core/identity-management/iin-agent/package.json b/weaver/core/identity-management/iin-agent/package.json index ea5ed08e9c..134afdd7e0 100644 --- a/weaver/core/identity-management/iin-agent/package.json +++ b/weaver/core/identity-management/iin-agent/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-iin-agent", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "", "repository": { "type": "git", @@ -20,8 +20,8 @@ "dependencies": { "@fidm/x509": "1.2.1", "@grpc/grpc-js": "1.10.9", - "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.1", - "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.1", + "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.2", + "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.2", "dotenv": "8.6.0", "fabric-ca-client": "2.2.20", "fabric-common": "2.2.20", diff --git a/weaver/core/network/corda-interop-app/README.md b/weaver/core/network/corda-interop-app/README.md index 9f45b0fdc8..b6f7425a2b 100644 --- a/weaver/core/network/corda-interop-app/README.md +++ b/weaver/core/network/corda-interop-app/README.md @@ -89,8 +89,8 @@ and then follow above 4 steps. 5) Add this to your build.gradle (change the version accordingly): ``` dependencies { - compile(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-contracts', version: "2.0.0-rc.1") - compile(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-workflows', version: "2.0.0-rc.1") + compile(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-contracts', version: "2.0.0-rc.2") + compile(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-workflows', version: "2.0.0-rc.2") } ``` diff --git a/weaver/core/network/corda-interop-app/constants.properties b/weaver/core/network/corda-interop-app/constants.properties index 6de1c0ec85..fe38b79568 100644 --- a/weaver/core/network/corda-interop-app/constants.properties +++ b/weaver/core/network/corda-interop-app/constants.properties @@ -10,4 +10,4 @@ platformVersion=10 slf4jVersion=1.7.25 nettyVersion=4.1.22.Final arrowVersion=0.10.4 -cactiVersion=2.0.0-rc.1 +cactiVersion=2.0.0-rc.2 diff --git a/weaver/core/network/corda-interop-app/gradle.properties b/weaver/core/network/corda-interop-app/gradle.properties index 3d101f27a6..b29a0fab94 100644 --- a/weaver/core/network/corda-interop-app/gradle.properties +++ b/weaver/core/network/corda-interop-app/gradle.properties @@ -1,4 +1,4 @@ name=Interoperability CorDapp group=org.hyperledger.cacti.weaver.imodule.corda -version=2.0.0-rc.1 +version=2.0.0-rc.2 kotlin.incremental=false diff --git a/weaver/core/network/fabric-interop-cc/.env.template b/weaver/core/network/fabric-interop-cc/.env.template index 513bb1ce39..96e4549a28 100644 --- a/weaver/core/network/fabric-interop-cc/.env.template +++ b/weaver/core/network/fabric-interop-cc/.env.template @@ -4,7 +4,7 @@ PEER= ORG= NETWORK= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-imodule-fabric-cc -DOCKER_TAG=2.0.0-rc.1 +DOCKER_TAG=2.0.0-rc.2 EXTERNAL_NETWORK= COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= diff --git a/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION b/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION index d0c10bc487..f52c064494 100644 --- a/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION +++ b/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION @@ -1 +1 @@ -2.0.0-rc.1 \ No newline at end of file +2.0.0-rc.2 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod b/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod index 43053398ed..004b01d515 100644 --- a/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod +++ b/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod @@ -5,10 +5,10 @@ go 1.20 require ( github.com/ethereum/go-ethereum v1.13.15 github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.2 github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20230907062207-cd6eb2f89fb4 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2 github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a github.com/hyperledger/fabric-contract-api-go v1.2.1 github.com/hyperledger/fabric-protos-go v0.3.3 diff --git a/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum b/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum index 8288fa9fad..ef46e9842d 100644 --- a/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum +++ b/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum @@ -165,3 +165,9 @@ github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexc github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.1/go.mod h1:kHVjjyfwWZu2rROn7M2CKzQjX/KTVRu4HubA7eMKILA= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1 h1:OP2DL5iZcqgXO63JDOLwV34ti/wXj2crC82oynKk4bM= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1/go.mod h1:nE/EhfRJXCkaeZ13Jf8hIss3jy5kYDYhYHe1Lwskaew= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 h1:f3BPQ7yj09jttXBCZj5muQxNlaT294WlYDFkmSgWGsc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.2 h1:rcb3tu46uueCkkKmTudp8sUzcDIyYdt4O/jeX3npEe0= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.2/go.mod h1:1QgsyKZcOWbwH2NQveUqQnzTgcolbxd1AXNGbS/IdTw= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2 h1:BJKi+qJg1BpQQonLsavyIlJK4Uu114y+Vfx3bhWBQtY= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2/go.mod h1:TXA0b9F0ehMDmHet921eB4g79Qn6i8oGijhs2ccU2kA= diff --git a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION index d0c10bc487..f52c064494 100644 --- a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION +++ b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION @@ -1 +1 @@ -2.0.0-rc.1 \ No newline at end of file +2.0.0-rc.2 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod index b41c8ce081..911c024f44 100644 --- a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod +++ b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20230907062207-cd6eb2f89fb4 github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a github.com/hyperledger/fabric-contract-api-go v1.2.1 diff --git a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum index d2e573ebc0..08792813ab 100644 --- a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum +++ b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum @@ -148,3 +148,5 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 h1:WGnKcFCuU4oxt9ex9zWySukLODbGPYTlURHRvpbLAT0= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 h1:f3BPQ7yj09jttXBCZj5muQxNlaT294WlYDFkmSgWGsc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= diff --git a/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION b/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION index d0c10bc487..f52c064494 100644 --- a/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION +++ b/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION @@ -1 +1 @@ -2.0.0-rc.1 \ No newline at end of file +2.0.0-rc.2 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod index 899eb9d04d..1c698e41dc 100644 --- a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod +++ b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 github.com/hyperledger/fabric-contract-api-go v1.1.1 github.com/hyperledger/fabric-protos-go v0.3.3 github.com/sirupsen/logrus v1.8.1 diff --git a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum index d8a90720d8..00afe2573a 100644 --- a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum +++ b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum @@ -159,3 +159,5 @@ gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 h1:WGnKcFCuU4oxt9ex9zWySukLODbGPYTlURHRvpbLAT0= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 h1:f3BPQ7yj09jttXBCZj5muQxNlaT294WlYDFkmSgWGsc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= diff --git a/weaver/core/network/fabric-interop-cc/libs/utils/VERSION b/weaver/core/network/fabric-interop-cc/libs/utils/VERSION index d0c10bc487..f52c064494 100644 --- a/weaver/core/network/fabric-interop-cc/libs/utils/VERSION +++ b/weaver/core/network/fabric-interop-cc/libs/utils/VERSION @@ -1 +1 @@ -2.0.0-rc.1 \ No newline at end of file +2.0.0-rc.2 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/libs/utils/go.mod b/weaver/core/network/fabric-interop-cc/libs/utils/go.mod index 94da8ef2b1..9f720b3032 100644 --- a/weaver/core/network/fabric-interop-cc/libs/utils/go.mod +++ b/weaver/core/network/fabric-interop-cc/libs/utils/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 github.com/hyperledger/fabric-chaincode-go v0.0.0-20210718160520-38d29fabecb9 github.com/hyperledger/fabric-contract-api-go v1.1.1 github.com/hyperledger/fabric-protos-go v0.3.3 diff --git a/weaver/core/network/fabric-interop-cc/libs/utils/go.sum b/weaver/core/network/fabric-interop-cc/libs/utils/go.sum index 70d12e95cf..6184250004 100644 --- a/weaver/core/network/fabric-interop-cc/libs/utils/go.sum +++ b/weaver/core/network/fabric-interop-cc/libs/utils/go.sum @@ -157,3 +157,5 @@ gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 h1:WGnKcFCuU4oxt9ex9zWySukLODbGPYTlURHRvpbLAT0= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 h1:f3BPQ7yj09jttXBCZj5muQxNlaT294WlYDFkmSgWGsc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= diff --git a/weaver/core/relay/.env.template b/weaver/core/relay/.env.template index c8f52dd4a8..a284d8ff2e 100644 --- a/weaver/core/relay/.env.template +++ b/weaver/core/relay/.env.template @@ -2,7 +2,7 @@ PATH_TO_CONFIG= RELAY_NAME=<"name" in config toml file> RELAY_PORT= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-relay-server -DOCKER_TAG=2.0.0-rc.1 +DOCKER_TAG=2.0.0-rc.2 EXTERNAL_NETWORK= COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= diff --git a/weaver/core/relay/.env.template.2 b/weaver/core/relay/.env.template.2 index 1033f39b21..37dcfbf067 100644 --- a/weaver/core/relay/.env.template.2 +++ b/weaver/core/relay/.env.template.2 @@ -9,7 +9,7 @@ RELAY_PORT= DB_OPEN_MAX_RETRIES= DB_OPEN_RETRY_BACKOFF_MSEC= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-relay-server -DOCKER_TAG=2.0.0-rc.1 +DOCKER_TAG=2.0.0-rc.2 EXTERNAL_NETWORK= COMPOSE_PROJECT_NAME= COMPOSE_PROJECT_NETWORK= diff --git a/weaver/core/relay/Cargo.lock b/weaver/core/relay/Cargo.lock index 10ebd9aa25..ee859a80b5 100644 --- a/weaver/core/relay/Cargo.lock +++ b/weaver/core/relay/Cargo.lock @@ -223,7 +223,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cacti_weaver_protos_rs" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" dependencies = [ "prost", "serde 1.0.201", @@ -1323,7 +1323,7 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" [[package]] name = "relay" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" dependencies = [ "base64 0.20.0", "bincode", diff --git a/weaver/core/relay/Cargo.toml b/weaver/core/relay/Cargo.toml index 18978ce6db..3a214c2deb 100644 --- a/weaver/core/relay/Cargo.toml +++ b/weaver/core/relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" authors = ["Antony Targett ", "Nick Waywood ", "Sandeep Nishad EXTERNAL_NETWORK= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-relay-server - DOCKER_TAG=2.0.0-rc.1 + DOCKER_TAG=2.0.0-rc.2 ``` - The `PATH_TO_CONFIG` variable should point to the properties file typically named `config.toml` (you can name this whatever you wish). See further below for instructions to write this file. - The `RELAY_NAME` variable specifies a unique name for this relay. It should match what's specified in the `config.toml` (more on that below). @@ -527,7 +527,7 @@ Weaver provides a [pre-built image](https://github.com/hyperledger/cacti/pkgs/co DRIVER_RPC_PASSWORD= EXTERNAL_NETWORK= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-driver-corda - DOCKER_TAG=2.0.0-rc.1 + DOCKER_TAG=2.0.0-rc.2 RELAY_TLS= RELAY_TLSCA_TRUST_STORE= RELAY_TLSCA_TRUST_STORE_PASSWORD= diff --git a/weaver/docs/docs/external/getting-started/enabling-weaver-network/fabric.md b/weaver/docs/docs/external/getting-started/enabling-weaver-network/fabric.md index 0810bd4b32..04226b6eb2 100644 --- a/weaver/docs/docs/external/getting-started/enabling-weaver-network/fabric.md +++ b/weaver/docs/docs/external/getting-started/enabling-weaver-network/fabric.md @@ -79,8 +79,8 @@ Below, we list the template functions with sample code that you, as a developer, ```go require( ... - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.2 ... ) ``` @@ -172,8 +172,8 @@ Below, we list the template functions with sample code that you, as a developer, ```go require( ... - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.2 ... ) ``` @@ -322,7 +322,7 @@ Consider a scenario inspired by the [global trade use case](../../user-stories/g (In preparation, a suitable access control policy must be recorded on `tradelogisticschannel` in `trade-logistics-network`, and a suitable verification policy must be recorded on `tradefinancechannel` in `trade-finance-network`. We will see how to do this in the "Startup and Boostrap" section later.) -You will need to insert some code in the Layer-2 application that accepts a B/L and submits a `RecordBillOfLading` transaction in `trade-finance-network`. (No code changes need to be made in any application in the other network.) The logic to accept a B/L should be replaced (or you can simply add an alternative) by a call to the `interopFlow` function offered by the [cacti-weaver-sdk-fabric](https://github.com/hyperledger/cacti/pkgs/npm/cacti-weaver-sdk-fabric) library (there's an [equivalent library in Golang](https://github.com/hyperledger/cacti/releases/tag/weaver%2Fsdks%2Ffabric%2Fgo-sdk%2Fv2.0.0-rc.1) too). The following code sample illustrates this (the Golang equivalent is left to the reader): +You will need to insert some code in the Layer-2 application that accepts a B/L and submits a `RecordBillOfLading` transaction in `trade-finance-network`. (No code changes need to be made in any application in the other network.) The logic to accept a B/L should be replaced (or you can simply add an alternative) by a call to the `interopFlow` function offered by the [cacti-weaver-sdk-fabric](https://github.com/hyperledger/cacti/pkgs/npm/cacti-weaver-sdk-fabric) library (there's an [equivalent library in Golang](https://github.com/hyperledger/cacti/releases/tag/weaver%2Fsdks%2Ffabric%2Fgo-sdk%2Fv2.0.0-rc.2) too). The following code sample illustrates this (the Golang equivalent is left to the reader): ```js showLineNumbers const ihelper = require('@hyperledger/cacti-weaver-sdk-fabric').InteroperableHelper; const interopcc = ; // Use Fabric SDK functions: (new Gateway()).getNetwork(...).getContract() @@ -528,7 +528,7 @@ Weaver provides a [pre-built image](https://github.com/hyperledger/cacti/pkgs/co RELAY_PORT= EXTERNAL_NETWORK= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-relay-server - DOCKER_TAG=2.0.0-rc.1 + DOCKER_TAG=2.0.0-rc.2 ``` - The `PATH_TO_CONFIG` variable should point to the properties file typically named `config.toml` (you can name this whatever you wish). See further below for instructions to write this file. - The `RELAY_NAME` variable specifies a unique name for this relay. It should match what's specified in the `config.toml` (more on that below). @@ -621,7 +621,7 @@ Weaver provides a [pre-built image](https://github.com/hyperledger/cacti/pkgs/co EXTERNAL_NETWORK= TLS_CREDENTIALS_DIR= DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-driver-fabric - DOCKER_TAG=2.0.0-rc.1 + DOCKER_TAG=2.0.0-rc.2 DRIVER_TLS= DRIVER_TLS_CERT_PATH=path_to_tls_cert_pem_for_driver DRIVER_TLS_KEY_PATH=path_to_tls_key_pem_for_driver diff --git a/weaver/samples/besu/besu-cli/CHANGELOG.md b/weaver/samples/besu/besu-cli/CHANGELOG.md index f4cf7a404a..97c9ecbd92 100644 --- a/weaver/samples/besu/besu-cli/CHANGELOG.md +++ b/weaver/samples/besu/besu-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cacti-weaver-besu-cli + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/weaver/samples/besu/besu-cli/package-local.json b/weaver/samples/besu/besu-cli/package-local.json index 91741b621f..41bb552410 100644 --- a/weaver/samples/besu/besu-cli/package-local.json +++ b/weaver/samples/besu/besu-cli/package-local.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-besu-cli", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "besu-cli CLI", "license": "Apache-2.0", "types": "build/types/types.d.ts", diff --git a/weaver/samples/besu/besu-cli/package.json b/weaver/samples/besu/besu-cli/package.json index fd55ddbe2c..c890e5afc6 100644 --- a/weaver/samples/besu/besu-cli/package.json +++ b/weaver/samples/besu/besu-cli/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-besu-cli", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "besu-cli CLI", "license": "Apache-2.0", "types": "build/types/types.d.ts", @@ -33,8 +33,8 @@ "testEnvironment": "node" }, "dependencies": { - "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.1", - "@hyperledger/cacti-weaver-sdk-besu": "2.0.0-rc.1", + "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.2", + "@hyperledger/cacti-weaver-sdk-besu": "2.0.0-rc.2", "@truffle/contract": "4.6.28", "gluegun": "5.1.6", "web3": "1.10.0", diff --git a/weaver/samples/besu/simpleasset/CHANGELOG.md b/weaver/samples/besu/simpleasset/CHANGELOG.md index 31490d3af6..fef9912c38 100644 --- a/weaver/samples/besu/simpleasset/CHANGELOG.md +++ b/weaver/samples/besu/simpleasset/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/samples/besu/simpleasset/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cacti-weaver-besu-simpleasset + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/samples/besu/simpleasset/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/weaver/samples/besu/simpleasset/package.json b/weaver/samples/besu/simpleasset/package.json index 20ae533abf..f7cad46101 100644 --- a/weaver/samples/besu/simpleasset/package.json +++ b/weaver/samples/besu/simpleasset/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-besu-simpleasset", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Sample Besu Application for Demonstrating Interoperation With Other Networks", "keywords": [ "ethereum", diff --git a/weaver/samples/besu/simplestate/CHANGELOG.md b/weaver/samples/besu/simplestate/CHANGELOG.md index 048f1410c5..3920681991 100644 --- a/weaver/samples/besu/simplestate/CHANGELOG.md +++ b/weaver/samples/besu/simplestate/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/samples/besu/simplestate/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cacti-weaver-besu-simplestate + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/samples/besu/simplestate/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/weaver/samples/besu/simplestate/package.json b/weaver/samples/besu/simplestate/package.json index 902d89aa88..7d57567f77 100644 --- a/weaver/samples/besu/simplestate/package.json +++ b/weaver/samples/besu/simplestate/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-besu-simplestate", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Sample Besu Application for Storing Key Value Pairs", "keywords": [ "ethereum", diff --git a/weaver/samples/corda/corda-simple-application/constants.properties b/weaver/samples/corda/corda-simple-application/constants.properties index 2b2183ae1a..0d198ec3fc 100644 --- a/weaver/samples/corda/corda-simple-application/constants.properties +++ b/weaver/samples/corda/corda-simple-application/constants.properties @@ -12,4 +12,4 @@ nettyVersion=4.1.22.Final cordaTokenSDKGroup=com.r3.corda.lib.tokens cordaTokenSDKVersion=1.2.5 cliktVersion=2.7.1 -cactiVersion=2.0.0-rc.1 +cactiVersion=2.0.0-rc.2 diff --git a/weaver/samples/corda/fungible-house-token/constants.properties b/weaver/samples/corda/fungible-house-token/constants.properties index 9089048a9a..2e13d8257f 100644 --- a/weaver/samples/corda/fungible-house-token/constants.properties +++ b/weaver/samples/corda/fungible-house-token/constants.properties @@ -12,4 +12,4 @@ slf4jVersion=1.7.25 nettyVersion=4.1.22.Final cordaTokenSDKGroup=com.r3.corda.lib.tokens cordaTokenSDKVersion=1.2.5 -cactiVersion=2.0.0-rc.1 +cactiVersion=2.0.0-rc.2 diff --git a/weaver/samples/fabric/fabric-cli/CHANGELOG.md b/weaver/samples/fabric/fabric-cli/CHANGELOG.md index df9b0611b9..32b2b0223e 100644 --- a/weaver/samples/fabric/fabric-cli/CHANGELOG.md +++ b/weaver/samples/fabric/fabric-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cacti-weaver-fabric-cli + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/weaver/samples/fabric/fabric-cli/package-local.json b/weaver/samples/fabric/fabric-cli/package-local.json index 9e5b9c0f98..832dd99d6e 100644 --- a/weaver/samples/fabric/fabric-cli/package-local.json +++ b/weaver/samples/fabric/fabric-cli/package-local.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-fabric-cli", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "fabric-cli CLI", "license": "Apache-2.0", "types": "build/types/types.d.ts", diff --git a/weaver/samples/fabric/fabric-cli/package.json b/weaver/samples/fabric/fabric-cli/package.json index 1beaac4b05..11573bc036 100644 --- a/weaver/samples/fabric/fabric-cli/package.json +++ b/weaver/samples/fabric/fabric-cli/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-fabric-cli", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "fabric-cli CLI", "license": "Apache-2.0", "types": "build/types/types.d.ts", @@ -36,8 +36,8 @@ }, "dependencies": { "@fidm/x509": "1.2.1", - "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.1", - "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.1", + "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.2", + "@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.2", "body-parser": "1.20.2", "dotenv": "8.6.0", "express": "4.19.2", diff --git a/weaver/samples/fabric/go-cli/go.mod b/weaver/samples/fabric/go-cli/go.mod index 0e31f97318..687670e238 100644 --- a/weaver/samples/fabric/go-cli/go.mod +++ b/weaver/samples/fabric/go-cli/go.mod @@ -4,8 +4,8 @@ go 1.20 require ( github.com/cloudflare/cfssl v1.4.1 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 - github.com/hyperledger/cacti/weaver/sdks/fabric/go-sdk/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 + github.com/hyperledger/cacti/weaver/sdks/fabric/go-sdk/v2 v2.0.0-rc.2 github.com/hyperledger/fabric-sdk-go v1.0.1-0.20221020141211-7af45cede6af github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.2.1 diff --git a/weaver/samples/fabric/go-cli/go.sum b/weaver/samples/fabric/go-cli/go.sum index 381625ce96..9634b072bf 100644 --- a/weaver/samples/fabric/go-cli/go.sum +++ b/weaver/samples/fabric/go-cli/go.sum @@ -918,3 +918,7 @@ github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 h1:WGnKcFCuU github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= github.com/hyperledger/cacti/weaver/sdks/fabric/go-sdk/v2 v2.0.0-rc.1 h1:fGNiuNjLi9ugsdISfB0+AjR00Bnmo4jLHqBzgZkxGac= github.com/hyperledger/cacti/weaver/sdks/fabric/go-sdk/v2 v2.0.0-rc.1/go.mod h1:Ku4mD5ny8u6ryLjW99TW27DT+TLiRmHzlS1UgX8kntY= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 h1:f3BPQ7yj09jttXBCZj5muQxNlaT294WlYDFkmSgWGsc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= +github.com/hyperledger/cacti/weaver/sdks/fabric/go-sdk/v2 v2.0.0-rc.2 h1:DZVND4Jh4lulH+Cmd5hKY2aM6Az8RoS+WaVY04FB0UI= +github.com/hyperledger/cacti/weaver/sdks/fabric/go-sdk/v2 v2.0.0-rc.2/go.mod h1:PicgOVOzGHcyJBoQsNOmUsrNG7AzLpMwu3tlkBk8OKY= diff --git a/weaver/samples/fabric/satpsimpleasset/go.mod b/weaver/samples/fabric/satpsimpleasset/go.mod index 849a0cbc98..8f2cf9ebe3 100644 --- a/weaver/samples/fabric/satpsimpleasset/go.mod +++ b/weaver/samples/fabric/satpsimpleasset/go.mod @@ -4,10 +4,10 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.2 github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240513093210-cf641c80c028 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2 github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a github.com/hyperledger/fabric-contract-api-go v1.2.1 github.com/hyperledger/fabric-protos-go v0.3.3 diff --git a/weaver/samples/fabric/satpsimpleasset/go.sum b/weaver/samples/fabric/satpsimpleasset/go.sum index bb53d9ab7c..1b2950eacc 100644 --- a/weaver/samples/fabric/satpsimpleasset/go.sum +++ b/weaver/samples/fabric/satpsimpleasset/go.sum @@ -156,3 +156,9 @@ github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/as github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.1/go.mod h1:M9BQrY0S5i/tZ8an1U0VLT4M/Z8J6Or81FOdU8gnPwc= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1 h1:OP2DL5iZcqgXO63JDOLwV34ti/wXj2crC82oynKk4bM= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1/go.mod h1:nE/EhfRJXCkaeZ13Jf8hIss3jy5kYDYhYHe1Lwskaew= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 h1:f3BPQ7yj09jttXBCZj5muQxNlaT294WlYDFkmSgWGsc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.2 h1:A/eZwOMAkwI+Y3oiOcaAmYwhh2sOaknTh2rCI+zkGoc= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.2/go.mod h1:0Zk8w/qjMXOCceJcc4Ojf5C7m9dIbWRl/fzcm2nX6c8= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2 h1:BJKi+qJg1BpQQonLsavyIlJK4Uu114y+Vfx3bhWBQtY= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2/go.mod h1:TXA0b9F0ehMDmHet921eB4g79Qn6i8oGijhs2ccU2kA= diff --git a/weaver/samples/fabric/simpleasset/go.mod b/weaver/samples/fabric/simpleasset/go.mod index 99928970fc..353be8aadd 100644 --- a/weaver/samples/fabric/simpleasset/go.mod +++ b/weaver/samples/fabric/simpleasset/go.mod @@ -4,8 +4,8 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.2 github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20230907062207-cd6eb2f89fb4 github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a github.com/hyperledger/fabric-contract-api-go v1.2.1 diff --git a/weaver/samples/fabric/simpleasset/go.sum b/weaver/samples/fabric/simpleasset/go.sum index 3e00317e34..1339bee298 100644 --- a/weaver/samples/fabric/simpleasset/go.sum +++ b/weaver/samples/fabric/simpleasset/go.sum @@ -152,3 +152,7 @@ github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 h1:WGnKcFCuU github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.1 h1:3oMr+o08qEvXpaR14VkBZ7zfsocpoKNIKUwFMeJ9ovE= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.1/go.mod h1:M9BQrY0S5i/tZ8an1U0VLT4M/Z8J6Or81FOdU8gnPwc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 h1:f3BPQ7yj09jttXBCZj5muQxNlaT294WlYDFkmSgWGsc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.2 h1:A/eZwOMAkwI+Y3oiOcaAmYwhh2sOaknTh2rCI+zkGoc= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.2/go.mod h1:0Zk8w/qjMXOCceJcc4Ojf5C7m9dIbWRl/fzcm2nX6c8= diff --git a/weaver/samples/fabric/simpleassetandinterop/go.mod b/weaver/samples/fabric/simpleassetandinterop/go.mod index 7dc019d0f0..19ea6e1844 100644 --- a/weaver/samples/fabric/simpleassetandinterop/go.mod +++ b/weaver/samples/fabric/simpleassetandinterop/go.mod @@ -4,8 +4,8 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.2 github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20230907062207-cd6eb2f89fb4 github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a github.com/hyperledger/fabric-contract-api-go v1.2.1 diff --git a/weaver/samples/fabric/simpleassetandinterop/go.sum b/weaver/samples/fabric/simpleassetandinterop/go.sum index 66f99c7172..9e0796f561 100644 --- a/weaver/samples/fabric/simpleassetandinterop/go.sum +++ b/weaver/samples/fabric/simpleassetandinterop/go.sum @@ -152,3 +152,7 @@ github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 h1:WGnKcFCuU github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.1 h1:pO7/RiZAPEOtgCJiC7WoNMZIdOyLiK1AGDFDTVXpnMQ= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.1/go.mod h1:kHVjjyfwWZu2rROn7M2CKzQjX/KTVRu4HubA7eMKILA= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 h1:f3BPQ7yj09jttXBCZj5muQxNlaT294WlYDFkmSgWGsc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.2 h1:rcb3tu46uueCkkKmTudp8sUzcDIyYdt4O/jeX3npEe0= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-rc.2/go.mod h1:1QgsyKZcOWbwH2NQveUqQnzTgcolbxd1AXNGbS/IdTw= diff --git a/weaver/samples/fabric/simpleassettransfer/go.mod b/weaver/samples/fabric/simpleassettransfer/go.mod index 0c3bf14fe7..df2ad61d84 100644 --- a/weaver/samples/fabric/simpleassettransfer/go.mod +++ b/weaver/samples/fabric/simpleassettransfer/go.mod @@ -4,10 +4,10 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.2 github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20230907062207-cd6eb2f89fb4 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2 github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a github.com/hyperledger/fabric-contract-api-go v1.2.1 github.com/hyperledger/fabric-protos-go v0.3.3 diff --git a/weaver/samples/fabric/simpleassettransfer/go.sum b/weaver/samples/fabric/simpleassettransfer/go.sum index 04a515b17e..5de9db682e 100644 --- a/weaver/samples/fabric/simpleassettransfer/go.sum +++ b/weaver/samples/fabric/simpleassettransfer/go.sum @@ -156,3 +156,9 @@ github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/as github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.1/go.mod h1:M9BQrY0S5i/tZ8an1U0VLT4M/Z8J6Or81FOdU8gnPwc= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1 h1:OP2DL5iZcqgXO63JDOLwV34ti/wXj2crC82oynKk4bM= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1/go.mod h1:nE/EhfRJXCkaeZ13Jf8hIss3jy5kYDYhYHe1Lwskaew= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 h1:f3BPQ7yj09jttXBCZj5muQxNlaT294WlYDFkmSgWGsc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.2 h1:A/eZwOMAkwI+Y3oiOcaAmYwhh2sOaknTh2rCI+zkGoc= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-rc.2/go.mod h1:0Zk8w/qjMXOCceJcc4Ojf5C7m9dIbWRl/fzcm2nX6c8= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2 h1:BJKi+qJg1BpQQonLsavyIlJK4Uu114y+Vfx3bhWBQtY= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2/go.mod h1:TXA0b9F0ehMDmHet921eB4g79Qn6i8oGijhs2ccU2kA= diff --git a/weaver/samples/fabric/simplestatewithacl/go.mod b/weaver/samples/fabric/simplestatewithacl/go.mod index 728ad2762b..07fb0afc06 100644 --- a/weaver/samples/fabric/simplestatewithacl/go.mod +++ b/weaver/samples/fabric/simplestatewithacl/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20230907062207-cd6eb2f89fb4 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2 github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a github.com/hyperledger/fabric-contract-api-go v1.2.1 github.com/hyperledger/fabric-protos-go v0.3.3 @@ -21,7 +21,7 @@ require ( github.com/gobuffalo/envy v1.10.1 // indirect github.com/gobuffalo/packd v1.0.1 // indirect github.com/gobuffalo/packr v1.30.1 // indirect - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 // indirect + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 // indirect github.com/joho/godotenv v1.4.0 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect diff --git a/weaver/samples/fabric/simplestatewithacl/go.sum b/weaver/samples/fabric/simplestatewithacl/go.sum index 2b9b2b3146..b112e9c8a8 100644 --- a/weaver/samples/fabric/simplestatewithacl/go.sum +++ b/weaver/samples/fabric/simplestatewithacl/go.sum @@ -150,3 +150,7 @@ github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 h1:WGnKcFCuU github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1 h1:OP2DL5iZcqgXO63JDOLwV34ti/wXj2crC82oynKk4bM= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.1/go.mod h1:nE/EhfRJXCkaeZ13Jf8hIss3jy5kYDYhYHe1Lwskaew= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 h1:f3BPQ7yj09jttXBCZj5muQxNlaT294WlYDFkmSgWGsc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2 h1:BJKi+qJg1BpQQonLsavyIlJK4Uu114y+Vfx3bhWBQtY= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-rc.2/go.mod h1:TXA0b9F0ehMDmHet921eB4g79Qn6i8oGijhs2ccU2kA= diff --git a/weaver/sdks/besu/node/CHANGELOG.md b/weaver/sdks/besu/node/CHANGELOG.md index cd0e4eee71..c2368d20a3 100644 --- a/weaver/sdks/besu/node/CHANGELOG.md +++ b/weaver/sdks/besu/node/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cacti-weaver-sdk-besu + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/weaver/sdks/besu/node/package-local.json b/weaver/sdks/besu/node/package-local.json index 6c723c78c3..80d09b7944 100644 --- a/weaver/sdks/besu/node/package-local.json +++ b/weaver/sdks/besu/node/package-local.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-sdk-besu", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Supplemental library for Web3JS based Besu client applications to enable interoperability using Weaver", "repository": { "type": "git", diff --git a/weaver/sdks/besu/node/package.json b/weaver/sdks/besu/node/package.json index 388cc84552..9a5caa309f 100644 --- a/weaver/sdks/besu/node/package.json +++ b/weaver/sdks/besu/node/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-sdk-besu", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Supplemental library for Web3JS based Besu client applications to enable interoperability using Weaver", "repository": { "type": "git", @@ -14,7 +14,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.1", + "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.2", "log4js": "6.9.1", "web3": "1.10.0", "web3-utils": "1.10.0" diff --git a/weaver/sdks/corda/README.md b/weaver/sdks/corda/README.md index c69b8dc454..320d2ef661 100644 --- a/weaver/sdks/corda/README.md +++ b/weaver/sdks/corda/README.md @@ -64,10 +64,10 @@ repositories { } } dependencies { - implementation(group: 'org.hyperledger.cacti.weaver.sdk.corda', name: 'weaver-sdk-corda', version: "2.0.0-rc.1") - implementation(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-contracts', version: "2.0.0-rc.1") - implementation(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-workflows', version: "2.0.0-rc.1") - implementation(group: 'org.hyperledger.cacti.weaver.protos', name: 'protos-java-kt', version: "2.0.0-rc.1") + implementation(group: 'org.hyperledger.cacti.weaver.sdk.corda', name: 'weaver-sdk-corda', version: "2.0.0-rc.2") + implementation(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-contracts', version: "2.0.0-rc.2") + implementation(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-workflows', version: "2.0.0-rc.2") + implementation(group: 'org.hyperledger.cacti.weaver.protos', name: 'protos-java-kt', version: "2.0.0-rc.2") } ``` diff --git a/weaver/sdks/corda/constants.properties b/weaver/sdks/corda/constants.properties index 12cba735e4..c621e71cc2 100644 --- a/weaver/sdks/corda/constants.properties +++ b/weaver/sdks/corda/constants.properties @@ -13,4 +13,4 @@ grpcKotlinVersion=0.1.3 protobufVersion=3.11.1 coroutinesVersion=1.3.3 bcprovVersion=1.53 -cactiVersion=2.0.0-rc.1 +cactiVersion=2.0.0-rc.2 diff --git a/weaver/sdks/corda/gradle.properties b/weaver/sdks/corda/gradle.properties index 1bc3d5d8e6..56b0ecc2fc 100644 --- a/weaver/sdks/corda/gradle.properties +++ b/weaver/sdks/corda/gradle.properties @@ -1,5 +1,5 @@ kotlin.code.style=official name=weaver-sdk-corda group=org.hyperledger.cacti.weaver.sdk.corda -version=2.0.0-rc.1 +version=2.0.0-rc.2 kotlin.incremental=false diff --git a/weaver/sdks/fabric/go-sdk/VERSION b/weaver/sdks/fabric/go-sdk/VERSION index d0c10bc487..f52c064494 100644 --- a/weaver/sdks/fabric/go-sdk/VERSION +++ b/weaver/sdks/fabric/go-sdk/VERSION @@ -1 +1 @@ -2.0.0-rc.1 \ No newline at end of file +2.0.0-rc.2 \ No newline at end of file diff --git a/weaver/sdks/fabric/go-sdk/go.mod b/weaver/sdks/fabric/go-sdk/go.mod index c1b0210341..aa7093b1a0 100644 --- a/weaver/sdks/fabric/go-sdk/go.mod +++ b/weaver/sdks/fabric/go-sdk/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 github.com/google/uuid v1.6.0 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 github.com/hyperledger/fabric-admin-sdk v0.0.0 github.com/hyperledger/fabric-gateway v1.2.1 github.com/hyperledger/fabric-protos-go v0.3.3 diff --git a/weaver/sdks/fabric/go-sdk/go.sum b/weaver/sdks/fabric/go-sdk/go.sum index 3b12fe6d14..2359da31a7 100644 --- a/weaver/sdks/fabric/go-sdk/go.sum +++ b/weaver/sdks/fabric/go-sdk/go.sum @@ -57,3 +57,5 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1 h1:WGnKcFCuU4oxt9ex9zWySukLODbGPYTlURHRvpbLAT0= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.1/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2 h1:f3BPQ7yj09jttXBCZj5muQxNlaT294WlYDFkmSgWGsc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-rc.2/go.mod h1:AquykDDxS22prHjCilBzAQeioQ/BWTlla+FavMapGCY= diff --git a/weaver/sdks/fabric/interoperation-node-sdk/CHANGELOG.md b/weaver/sdks/fabric/interoperation-node-sdk/CHANGELOG.md index 37582c326a..b0400d14cf 100644 --- a/weaver/sdks/fabric/interoperation-node-sdk/CHANGELOG.md +++ b/weaver/sdks/fabric/interoperation-node-sdk/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.0.0-rc.2](https://github.com/hyperledger/cacti/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-07-03) + +**Note:** Version bump only for package @hyperledger/cacti-weaver-sdk-fabric + # [2.0.0-rc.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha.2...v2.0.0-rc.1) (2024-06-14) ### Bug Fixes diff --git a/weaver/sdks/fabric/interoperation-node-sdk/package-local.json b/weaver/sdks/fabric/interoperation-node-sdk/package-local.json index f2f1468a10..4423002244 100644 --- a/weaver/sdks/fabric/interoperation-node-sdk/package-local.json +++ b/weaver/sdks/fabric/interoperation-node-sdk/package-local.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-sdk-fabric", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Supplemental library to 'fabric-client' with functions for relay-based cross-network interactions", "keywords": [ "hyperledger", diff --git a/weaver/sdks/fabric/interoperation-node-sdk/package.json b/weaver/sdks/fabric/interoperation-node-sdk/package.json index 2ed3f51df4..f52a89f118 100644 --- a/weaver/sdks/fabric/interoperation-node-sdk/package.json +++ b/weaver/sdks/fabric/interoperation-node-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-sdk-fabric", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "description": "Supplemental library to 'fabric-client' with functions for relay-based cross-network interactions", "keywords": [ "hyperledger", @@ -39,7 +39,7 @@ "dependencies": { "@grpc/grpc-js": "1.10.9", "@grpc/proto-loader": "0.7.8", - "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.1", + "@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.2", "elliptic": "6.5.4", "fabric-common": "2.2.20", "fabric-network": "2.2.20", diff --git a/weaver/tests/network-setups/corda/constants.properties b/weaver/tests/network-setups/corda/constants.properties index 07560f7ffb..ddeb6e9701 100644 --- a/weaver/tests/network-setups/corda/constants.properties +++ b/weaver/tests/network-setups/corda/constants.properties @@ -1,2 +1,2 @@ cordaTokenSDKVersion=1.2.5 -cactiVersion=2.0.0-rc.1 \ No newline at end of file +cactiVersion=2.0.0-rc.2 \ No newline at end of file diff --git a/weaver/tests/network-setups/fabric/dev/scripts/setupCC.sh b/weaver/tests/network-setups/fabric/dev/scripts/setupCC.sh index fe44dd7d00..90724fb2c0 100755 --- a/weaver/tests/network-setups/fabric/dev/scripts/setupCC.sh +++ b/weaver/tests/network-setups/fabric/dev/scripts/setupCC.sh @@ -4,7 +4,7 @@ directory=$(dirname $0) -CACTI_VERSION=v2.0.0-rc.1 +CACTI_VERSION=v2.0.0-rc.2 TMP_PATH=$PWD/../shared/tmp CHAINCODE_PATH=$PWD/../shared/chaincode rm -rf $CHAINCODE_PATH/interop diff --git a/yarn.lock b/yarn.lock index e0758bca35..786bc94ed4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7431,11 +7431,11 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cacti-plugin-ledger-connector-stellar@workspace:packages/cacti-plugin-ledger-connector-stellar" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/http-errors": "npm:2.0.4" @@ -7468,8 +7468,8 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cacti-weaver-besu-cli@workspace:weaver/samples/besu/besu-cli" dependencies: - "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.1" - "@hyperledger/cacti-weaver-sdk-besu": "npm:2.0.0-rc.1" + "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.2" + "@hyperledger/cacti-weaver-sdk-besu": "npm:2.0.0-rc.2" "@truffle/contract": "npm:4.6.28" "@types/jest": "npm:29.5.3" "@types/node": "npm:18.11.9" @@ -7523,8 +7523,8 @@ __metadata: dependencies: "@fidm/x509": "npm:1.2.1" "@grpc/grpc-js": "npm:1.10.9" - "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.1" - "@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.1" + "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.2" + "@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.2" "@types/node": "npm:18.11.9" dotenv: "npm:8.6.0" fabric-ca-client: "npm:2.2.20" @@ -7544,8 +7544,8 @@ __metadata: resolution: "@hyperledger/cacti-weaver-fabric-cli@workspace:weaver/samples/fabric/fabric-cli" dependencies: "@fidm/x509": "npm:1.2.1" - "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.1" - "@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.1" + "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.2" + "@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" "@types/node": "npm:18.11.9" body-parser: "npm:1.20.2" @@ -7571,8 +7571,8 @@ __metadata: dependencies: "@fidm/x509": "npm:1.2.1" "@grpc/grpc-js": "npm:1.10.9" - "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.1" - "@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.1" + "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.2" + "@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.2" "@types/jsrsasign": "npm:10.5.11" "@types/node": "npm:18.11.9" "@types/uuid": "npm:9.0.8" @@ -7597,7 +7597,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cacti-weaver-protos-js@npm:2.0.0-rc.1, @hyperledger/cacti-weaver-protos-js@workspace:weaver/common/protos-js": +"@hyperledger/cacti-weaver-protos-js@npm:2.0.0-rc.2, @hyperledger/cacti-weaver-protos-js@workspace:weaver/common/protos-js": version: 0.0.0-use.local resolution: "@hyperledger/cacti-weaver-protos-js@workspace:weaver/common/protos-js" dependencies: @@ -7609,11 +7609,11 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cacti-weaver-sdk-besu@npm:2.0.0-rc.1, @hyperledger/cacti-weaver-sdk-besu@workspace:weaver/sdks/besu/node": +"@hyperledger/cacti-weaver-sdk-besu@npm:2.0.0-rc.2, @hyperledger/cacti-weaver-sdk-besu@workspace:weaver/sdks/besu/node": version: 0.0.0-use.local resolution: "@hyperledger/cacti-weaver-sdk-besu@workspace:weaver/sdks/besu/node" dependencies: - "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.1" + "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.2" "@types/node": "npm:18.11.9" chai: "npm:4.3.7" chai-as-promised: "npm:7.1.1" @@ -7631,13 +7631,13 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cacti-weaver-sdk-fabric@npm:2.0.0-rc.1, @hyperledger/cacti-weaver-sdk-fabric@workspace:weaver/sdks/fabric/interoperation-node-sdk": +"@hyperledger/cacti-weaver-sdk-fabric@npm:2.0.0-rc.2, @hyperledger/cacti-weaver-sdk-fabric@workspace:weaver/sdks/fabric/interoperation-node-sdk": version: 0.0.0-use.local resolution: "@hyperledger/cacti-weaver-sdk-fabric@workspace:weaver/sdks/fabric/interoperation-node-sdk" dependencies: "@grpc/grpc-js": "npm:1.10.9" "@grpc/proto-loader": "npm:0.7.8" - "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.1" + "@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.2" "@types/node": "npm:18.11.9" chai: "npm:4.3.7" chai-as-promised: "npm:7.1.1" @@ -7663,15 +7663,15 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-api-client@npm:2.0.0-rc.1, @hyperledger/cactus-api-client@workspace:packages/cactus-api-client": +"@hyperledger/cactus-api-client@npm:2.0.0-rc.2, @hyperledger/cactus-api-client@workspace:packages/cactus-api-client": version: 0.0.0-use.local resolution: "@hyperledger/cactus-api-client@workspace:packages/cactus-api-client" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/jsonwebtoken": "npm:9.0.0" "@types/lodash": "npm:4.14.195" "@types/node": "npm:18.11.9" @@ -7682,7 +7682,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-cmd-api-server@npm:2.0.0-rc.1, @hyperledger/cactus-cmd-api-server@workspace:packages/cactus-cmd-api-server": +"@hyperledger/cactus-cmd-api-server@npm:2.0.0-rc.2, @hyperledger/cactus-cmd-api-server@workspace:packages/cactus-cmd-api-server": version: 0.0.0-use.local resolution: "@hyperledger/cactus-cmd-api-server@workspace:packages/cactus-cmd-api-server" dependencies: @@ -7696,11 +7696,11 @@ __metadata: "@connectrpc/protoc-gen-connect-es": "npm:1.4.0" "@grpc/grpc-js": "npm:1.10.9" "@grpc/proto-loader": "npm:0.7.8" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-vault": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-vault": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@openapitools/openapi-generator-cli": "npm:2.7.0" "@thream/socketio-jwt": "npm:2.1.1" "@types/benchmark": "npm:2.1.5" @@ -7759,13 +7759,13 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-cmd-socketio-server@npm:2.0.0-rc.1, @hyperledger/cactus-cmd-socketio-server@workspace:packages/cactus-cmd-socketio-server": +"@hyperledger/cactus-cmd-socketio-server@npm:2.0.0-rc.2, @hyperledger/cactus-cmd-socketio-server@workspace:packages/cactus-cmd-socketio-server": version: 0.0.0-use.local resolution: "@hyperledger/cactus-cmd-socketio-server@workspace:packages/cactus-cmd-socketio-server" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/config": "npm:3.3.0" "@types/cookie-parser": "npm:1.4.5" "@types/debug": "npm:4.1.8" @@ -7817,7 +7817,7 @@ __metadata: languageName: node linkType: hard -"@hyperledger/cactus-common@npm:2.0.0-rc.1, @hyperledger/cactus-common@workspace:packages/cactus-common": +"@hyperledger/cactus-common@npm:2.0.0-rc.2, @hyperledger/cactus-common@workspace:packages/cactus-common": version: 0.0.0-use.local resolution: "@hyperledger/cactus-common@workspace:packages/cactus-common" dependencies: @@ -7839,7 +7839,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-core-api@npm:2.0.0-rc.1, @hyperledger/cactus-core-api@workspace:packages/cactus-core-api": +"@hyperledger/cactus-core-api@npm:2.0.0-rc.2, @hyperledger/cactus-core-api@workspace:packages/cactus-core-api": version: 0.0.0-use.local resolution: "@hyperledger/cactus-core-api@workspace:packages/cactus-core-api" dependencies: @@ -7847,7 +7847,7 @@ __metadata: "@connectrpc/connect": "npm:1.4.0" "@grpc/grpc-js": "npm:1.10.9" "@grpc/proto-loader": "npm:0.7.8" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" "@types/google-protobuf": "npm:3.15.5" axios: "npm:1.7.2" @@ -7862,12 +7862,12 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-core@npm:2.0.0-rc.1, @hyperledger/cactus-core@workspace:packages/cactus-core": +"@hyperledger/cactus-core@npm:2.0.0-rc.2, @hyperledger/cactus-core@workspace:packages/cactus-core": version: 0.0.0-use.local resolution: "@hyperledger/cactus-core@workspace:packages/cactus-core" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/http-errors": "npm:2.0.2" @@ -7889,16 +7889,16 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-example-carbon-accounting-backend@workspace:examples/cactus-example-carbon-accounting-backend" dependencies: - "@hyperledger/cactus-api-client": "npm:2.0.0-rc.1" - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-xdai": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-api-client": "npm:2.0.0-rc.2" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-xdai": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@openzeppelin/contracts": "npm:4.9.6" "@openzeppelin/contracts-upgradeable": "npm:4.9.6" "@types/express": "npm:4.17.21" @@ -7924,18 +7924,18 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin@npm:2.0.0-rc.1, @hyperledger/cactus-example-carbon-accounting-business-logic-plugin@workspace:examples/cactus-example-carbon-accounting-business-logic-plugin": +"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin@npm:2.0.0-rc.2, @hyperledger/cactus-example-carbon-accounting-business-logic-plugin@workspace:examples/cactus-example-carbon-accounting-business-logic-plugin": version: 0.0.0-use.local resolution: "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin@workspace:examples/cactus-example-carbon-accounting-business-logic-plugin" dependencies: - "@hyperledger/cactus-api-client": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-xdai": "npm:2.0.0-rc.1" + "@hyperledger/cactus-api-client": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-xdai": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" "@types/ssh2": "npm:0.5.47" "@types/uuid": "npm:9.0.8" @@ -7964,13 +7964,13 @@ __metadata: "@angular/platform-browser": "npm:16.2.4" "@angular/platform-browser-dynamic": "npm:16.2.4" "@angular/router": "npm:16.2.4" - "@hyperledger/cactus-api-client": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" + "@hyperledger/cactus-api-client": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" "@ionic-native/core": "npm:5.36.0" "@ionic-native/splash-screen": "npm:5.36.0" "@ionic-native/status-bar": "npm:5.36.0" @@ -7992,18 +7992,18 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-example-cbdc-bridging-backend@workspace:examples/cactus-example-cbdc-bridging-backend" dependencies: - "@hyperledger/cactus-api-client": "npm:2.0.0-rc.1" - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-xdai": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-object-store-ipfs": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-satp-hermes": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-api-client": "npm:2.0.0-rc.2" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-xdai": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-object-store-ipfs": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-satp-hermes": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@openzeppelin/contracts": "npm:4.9.6" "@openzeppelin/contracts-upgradeable": "npm:4.9.6" "@types/crypto-js": "npm:4.1.1" @@ -8065,14 +8065,14 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-example-discounted-asset-trade@workspace:examples/cactus-example-discounted-asset-trade" dependencies: - "@hyperledger/cactus-cmd-socketio-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-aries": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-socketio-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-aries": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" "@types/elliptic": "npm:6.4.14" "@types/escape-html": "npm:1.0.1" "@types/express": "npm:4.17.21" @@ -8110,13 +8110,13 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-example-electricity-trade@workspace:examples/cactus-example-electricity-trade" dependencies: - "@hyperledger/cactus-cmd-socketio-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-socketio-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "npm:2.0.0-rc.2" "@types/escape-html": "npm:1.0.1" "@types/express": "npm:4.17.21" "@types/node": "npm:18.11.9" @@ -8148,19 +8148,19 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-example-supply-chain-backend@workspace:examples/cactus-example-supply-chain-backend" dependencies: - "@hyperledger/cactus-api-client": "npm:2.0.0-rc.1" - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "npm:2.0.0-rc.1" - "@hyperledger/cactus-example-supply-chain-frontend": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-api-client": "npm:2.0.0-rc.2" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "npm:2.0.0-rc.2" + "@hyperledger/cactus-example-supply-chain-frontend": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" "@types/uuid": "npm:9.0.8" async-exit-hook: "npm:2.0.1" @@ -8178,19 +8178,19 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-example-supply-chain-business-logic-plugin@npm:2.0.0-rc.1, @hyperledger/cactus-example-supply-chain-business-logic-plugin@workspace:examples/cactus-example-supply-chain-business-logic-plugin": +"@hyperledger/cactus-example-supply-chain-business-logic-plugin@npm:2.0.0-rc.2, @hyperledger/cactus-example-supply-chain-business-logic-plugin@workspace:examples/cactus-example-supply-chain-business-logic-plugin": version: 0.0.0-use.local resolution: "@hyperledger/cactus-example-supply-chain-business-logic-plugin@workspace:examples/cactus-example-supply-chain-business-logic-plugin" dependencies: - "@hyperledger/cactus-api-client": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.1" + "@hyperledger/cactus-api-client": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" "@types/ssh2": "npm:0.5.47" "@types/uuid": "npm:9.0.8" @@ -8204,7 +8204,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-example-supply-chain-frontend@npm:2.0.0-rc.1, @hyperledger/cactus-example-supply-chain-frontend@workspace:examples/cactus-example-supply-chain-frontend": +"@hyperledger/cactus-example-supply-chain-frontend@npm:2.0.0-rc.2, @hyperledger/cactus-example-supply-chain-frontend@workspace:examples/cactus-example-supply-chain-frontend": version: 0.0.0-use.local resolution: "@hyperledger/cactus-example-supply-chain-frontend@workspace:examples/cactus-example-supply-chain-frontend" dependencies: @@ -8220,14 +8220,14 @@ __metadata: "@angular/platform-browser": "npm:16.2.4" "@angular/platform-browser-dynamic": "npm:16.2.4" "@angular/router": "npm:16.2.4" - "@hyperledger/cactus-api-client": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.1" + "@hyperledger/cactus-api-client": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.2" "@ionic-native/core": "npm:5.36.0" "@ionic-native/splash-screen": "npm:5.36.0" "@ionic-native/status-bar": "npm:5.36.0" @@ -8252,16 +8252,16 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-bungee-hermes@workspace:packages/cactus-plugin-bungee-hermes" dependencies: - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/crypto-js": "npm:4.0.1" "@types/express": "npm:4.17.21" @@ -8283,13 +8283,13 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-consortium-manual@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-consortium-manual@workspace:packages/cactus-plugin-consortium-manual": +"@hyperledger/cactus-plugin-consortium-manual@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-consortium-manual@workspace:packages/cactus-plugin-consortium-manual": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-consortium-manual@workspace:packages/cactus-plugin-consortium-manual" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" "@types/json-stable-stringify": "npm:1.0.33" "@types/uuid": "npm:9.0.8" @@ -8308,15 +8308,15 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-htlc-coordinator-besu@workspace:extensions/cactus-plugin-htlc-coordinator-besu" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-htlc-eth-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-htlc-eth-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" "@types/uuid": "npm:9.0.8" axios: "npm:1.7.2" @@ -8336,14 +8336,14 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-htlc-eth-besu-erc20@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-htlc-eth-besu-erc20@workspace:packages/cactus-plugin-htlc-eth-besu-erc20": +"@hyperledger/cactus-plugin-htlc-eth-besu-erc20@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-htlc-eth-besu-erc20@workspace:packages/cactus-plugin-htlc-eth-besu-erc20": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-htlc-eth-besu-erc20@workspace:packages/cactus-plugin-htlc-eth-besu-erc20" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" axios: "npm:1.6.0" express: "npm:4.19.2" @@ -8353,16 +8353,16 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-htlc-eth-besu@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-htlc-eth-besu@workspace:packages/cactus-plugin-htlc-eth-besu": +"@hyperledger/cactus-plugin-htlc-eth-besu@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-htlc-eth-besu@workspace:packages/cactus-plugin-htlc-eth-besu": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-htlc-eth-besu@workspace:packages/cactus-plugin-htlc-eth-besu" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" axios: "npm:1.6.0" bn.js: "npm:5.2.1" @@ -8382,10 +8382,10 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-keychain-aws-sm@workspace:packages/cactus-plugin-keychain-aws-sm" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/request": "npm:2.48.7" @@ -8409,10 +8409,10 @@ __metadata: dependencies: "@azure/identity": "npm:4.2.1" "@azure/keyvault-secrets": "npm:4.3.0" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/request": "npm:2.48.7" @@ -8432,10 +8432,10 @@ __metadata: resolution: "@hyperledger/cactus-plugin-keychain-google-sm@workspace:packages/cactus-plugin-keychain-google-sm" dependencies: "@google-cloud/secret-manager": "npm:5.0.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/request": "npm:2.48.7" @@ -8456,9 +8456,9 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-keychain-memory-wasm@workspace:packages/cactus-plugin-keychain-memory-wasm" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" axios: "npm:1.6.0" @@ -8471,7 +8471,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-keychain-memory@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-keychain-memory@workspace:packages/cactus-plugin-keychain-memory": +"@hyperledger/cactus-plugin-keychain-memory@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-keychain-memory@workspace:packages/cactus-plugin-keychain-memory": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-keychain-memory@workspace:packages/cactus-plugin-keychain-memory" dependencies: @@ -8480,9 +8480,9 @@ __metadata: "@bufbuild/protoc-gen-es": "npm:1.8.0" "@connectrpc/connect": "npm:1.4.0" "@connectrpc/protoc-gen-connect-es": "npm:1.4.0" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" axios: "npm:1.6.0" @@ -8495,14 +8495,14 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-keychain-vault@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-keychain-vault@workspace:packages/cactus-plugin-keychain-vault": +"@hyperledger/cactus-plugin-keychain-vault@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-keychain-vault@workspace:packages/cactus-plugin-keychain-vault": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-keychain-vault@workspace:packages/cactus-plugin-keychain-vault" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.3" "@types/express": "npm:4.17.21" "@types/internal-ip": "npm:4.1.0" @@ -8522,7 +8522,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-ledger-connector-aries@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-ledger-connector-aries@workspace:packages/cactus-plugin-ledger-connector-aries": +"@hyperledger/cactus-plugin-ledger-connector-aries@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-ledger-connector-aries@workspace:packages/cactus-plugin-ledger-connector-aries": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-aries@workspace:packages/cactus-plugin-ledger-connector-aries" dependencies: @@ -8534,10 +8534,10 @@ __metadata: "@aries-framework/node": "npm:0.5.0-alpha.71" "@hyperledger/anoncreds-nodejs": "npm:0.2.0" "@hyperledger/aries-askar-nodejs": "npm:0.2.0" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@hyperledger/indy-vdr-nodejs": "npm:0.2.0" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" @@ -8554,16 +8554,16 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-ledger-connector-besu@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-ledger-connector-besu@workspace:packages/cactus-plugin-ledger-connector-besu": +"@hyperledger/cactus-plugin-ledger-connector-besu@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-ledger-connector-besu@workspace:packages/cactus-plugin-ledger-connector-besu": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-besu@workspace:packages/cactus-plugin-ledger-connector-besu" dependencies: "@grpc/grpc-js": "npm:1.10.9" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@openapitools/openapi-generator-cli": "npm:2.7.0" "@types/benchmark": "npm:2.1.5" "@types/body-parser": "npm:1.19.4" @@ -8608,9 +8608,9 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-cdl@workspace:packages/cactus-plugin-ledger-connector-cdl" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" "@types/node": "npm:18.11.9" "@types/sanitize-html": "npm:2.6.2" @@ -8623,14 +8623,14 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-ledger-connector-corda@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-ledger-connector-corda@workspace:packages/cactus-plugin-ledger-connector-corda": +"@hyperledger/cactus-plugin-ledger-connector-corda@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-ledger-connector-corda@workspace:packages/cactus-plugin-ledger-connector-corda": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-corda@workspace:packages/cactus-plugin-ledger-connector-corda" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/multer": "npm:1.4.7" @@ -8651,18 +8651,18 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-ledger-connector-ethereum@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-ledger-connector-ethereum@workspace:packages/cactus-plugin-ledger-connector-ethereum": +"@hyperledger/cactus-plugin-ledger-connector-ethereum@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-ledger-connector-ethereum@workspace:packages/cactus-plugin-ledger-connector-ethereum": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-ethereum@workspace:packages/cactus-plugin-ledger-connector-ethereum" dependencies: "@ethereumjs/common": "npm:4.0.0" "@ethereumjs/tx": "npm:5.0.0" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/js-yaml": "npm:4.0.5" @@ -8694,16 +8694,16 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-ledger-connector-fabric@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-ledger-connector-fabric@workspace:packages/cactus-plugin-ledger-connector-fabric": +"@hyperledger/cactus-plugin-ledger-connector-fabric@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-ledger-connector-fabric@workspace:packages/cactus-plugin-ledger-connector-fabric": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-fabric@workspace:packages/cactus-plugin-ledger-connector-fabric" dependencies: "@fidm/x509": "npm:1.2.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/bn.js": "npm:5.1.0" "@types/body-parser": "npm:1.19.4" "@types/elliptic": "npm:6.4.16" @@ -8756,10 +8756,10 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-go-ethereum-socketio@workspace:packages/cactus-plugin-ledger-connector-go-ethereum-socketio" dependencies: - "@hyperledger/cactus-api-client": "npm:2.0.0-rc.1" - "@hyperledger/cactus-cmd-socketio-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-api-client": "npm:2.0.0-rc.2" + "@hyperledger/cactus-cmd-socketio-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/config": "npm:3.3.2" "@types/cookie-parser": "npm:1.4.5" "@types/express": "npm:4.17.21" @@ -8788,15 +8788,15 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-ledger-connector-iroha2@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-ledger-connector-iroha2@workspace:packages/cactus-plugin-ledger-connector-iroha2": +"@hyperledger/cactus-plugin-ledger-connector-iroha2@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-ledger-connector-iroha2@workspace:packages/cactus-plugin-ledger-connector-iroha2": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-iroha2@workspace:packages/cactus-plugin-ledger-connector-iroha2" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@iroha2/client": "npm:4.0.0" "@iroha2/crypto-core": "npm:0.1.1" "@iroha2/crypto-target-node": "npm:0.4.0" @@ -8823,11 +8823,11 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-polkadot@workspace:packages/cactus-plugin-ledger-connector-polkadot" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@polkadot/api": "npm:10.9.1" "@polkadot/api-contract": "npm:10.9.1" "@polkadot/rpc-provider": "npm:10.9.1" @@ -8863,15 +8863,15 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-ledger-connector-quorum@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-ledger-connector-quorum@workspace:packages/cactus-plugin-ledger-connector-quorum": +"@hyperledger/cactus-plugin-ledger-connector-quorum@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-ledger-connector-quorum@workspace:packages/cactus-plugin-ledger-connector-quorum": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-quorum@workspace:packages/cactus-plugin-ledger-connector-quorum" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/http-errors": "npm:2.0.4" @@ -8905,14 +8905,14 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-ledger-connector-sawtooth@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-ledger-connector-sawtooth@workspace:packages/cactus-plugin-ledger-connector-sawtooth": +"@hyperledger/cactus-plugin-ledger-connector-sawtooth@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-ledger-connector-sawtooth@workspace:packages/cactus-plugin-ledger-connector-sawtooth": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-sawtooth@workspace:packages/cactus-plugin-ledger-connector-sawtooth" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" "@types/uuid": "npm:9.0.8" axios: "npm:1.7.2" @@ -8953,15 +8953,15 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-ledger-connector-xdai@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-ledger-connector-xdai@workspace:packages/cactus-plugin-ledger-connector-xdai": +"@hyperledger/cactus-plugin-ledger-connector-xdai@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-ledger-connector-xdai@workspace:packages/cactus-plugin-ledger-connector-xdai": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-ledger-connector-xdai@workspace:packages/cactus-plugin-ledger-connector-xdai" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" axios: "npm:1.6.0" @@ -8981,14 +8981,14 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-object-store-ipfs@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-object-store-ipfs@workspace:extensions/cactus-plugin-object-store-ipfs": +"@hyperledger/cactus-plugin-object-store-ipfs@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-object-store-ipfs@workspace:extensions/cactus-plugin-object-store-ipfs": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-object-store-ipfs@workspace:extensions/cactus-plugin-object-store-ipfs" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@multiformats/multiaddr": "npm:11.6.1" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" @@ -9011,13 +9011,13 @@ __metadata: resolution: "@hyperledger/cactus-plugin-persistence-ethereum@workspace:packages/cactus-plugin-persistence-ethereum" dependencies: "@ethersproject/abi": "npm:5.7.0" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@openapitools/openapi-generator-cli": "npm:2.7.0" "@types/express": "npm:4.17.21" "@types/pg": "npm:8.6.5" @@ -9043,12 +9043,12 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-persistence-fabric@workspace:packages/cactus-plugin-persistence-fabric" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" "@types/pg": "npm:8.6.5" "@types/uuid": "npm:9.0.8" @@ -9065,19 +9065,19 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-plugin-satp-hermes@npm:2.0.0-rc.1, @hyperledger/cactus-plugin-satp-hermes@workspace:packages/cactus-plugin-satp-hermes": +"@hyperledger/cactus-plugin-satp-hermes@npm:2.0.0-rc.2, @hyperledger/cactus-plugin-satp-hermes@workspace:packages/cactus-plugin-satp-hermes": version: 0.0.0-use.local resolution: "@hyperledger/cactus-plugin-satp-hermes@workspace:packages/cactus-plugin-satp-hermes" dependencies: - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-object-store-ipfs": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-object-store-ipfs": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/crypto-js": "npm:4.0.1" "@types/express": "npm:4.17.21" @@ -9107,14 +9107,14 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-test-api-client@workspace:packages/cactus-test-api-client" dependencies: - "@hyperledger/cactus-api-client": "npm:2.0.0-rc.1" - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-api-client": "npm:2.0.0-rc.2" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/uuid": "npm:9.0.8" jose: "npm:4.15.5" uuid: "npm:9.0.1" @@ -9126,12 +9126,12 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-test-cmd-api-server@workspace:packages/cactus-test-cmd-api-server" dependencies: - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-vault": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-vault": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/uuid": "npm:9.0.8" express-jwt-authz: "npm:2.4.1" jose: "npm:4.15.5" @@ -9139,12 +9139,12 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-test-geth-ledger@npm:2.0.0-rc.1, @hyperledger/cactus-test-geth-ledger@workspace:packages/cactus-test-geth-ledger": +"@hyperledger/cactus-test-geth-ledger@npm:2.0.0-rc.2, @hyperledger/cactus-test-geth-ledger@workspace:packages/cactus-test-geth-ledger": version: 0.0.0-use.local resolution: "@hyperledger/cactus-test-geth-ledger@workspace:packages/cactus-test-geth-ledger" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/dockerode": "npm:3.2.7" dockerode: "npm:3.3.0" internal-ip: "npm:6.2.0" @@ -9158,12 +9158,12 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-test-plugin-consortium-manual@workspace:packages/cactus-test-plugin-consortium-manual" dependencies: - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-consortium-manual": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" "@types/uuid": "npm:9.0.8" axios: "npm:1.6.0" jose: "npm:4.15.5" @@ -9171,18 +9171,18 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20@npm:2.0.0-rc.1, @hyperledger/cactus-test-plugin-htlc-eth-besu-erc20@workspace:packages/cactus-test-plugin-htlc-eth-besu-erc20": +"@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20@npm:2.0.0-rc.2, @hyperledger/cactus-test-plugin-htlc-eth-besu-erc20@workspace:packages/cactus-test-plugin-htlc-eth-besu-erc20": version: 0.0.0-use.local resolution: "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20@workspace:packages/cactus-test-plugin-htlc-eth-besu-erc20" dependencies: - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/uuid": "npm:9.0.8" @@ -9199,14 +9199,14 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-test-plugin-htlc-eth-besu@workspace:packages/cactus-test-plugin-htlc-eth-besu" dependencies: - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-htlc-eth-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-htlc-eth-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/uuid": "npm:9.0.8" @@ -9227,11 +9227,11 @@ __metadata: "@connectrpc/connect": "npm:1.4.0" "@connectrpc/connect-node": "npm:1.4.0" "@connectrpc/connect-web": "npm:1.4.0" - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" express: "npm:4.19.2" uuid: "npm:9.0.1" languageName: unknown @@ -9242,14 +9242,14 @@ __metadata: resolution: "@hyperledger/cactus-test-plugin-ledger-connector-besu@workspace:packages/cactus-test-plugin-ledger-connector-besu" dependencies: "@grpc/grpc-js": "npm:1.10.9" - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" - "@hyperledger/cactus-verifier-client": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" + "@hyperledger/cactus-verifier-client": "npm:2.0.0-rc.2" "@types/express": "npm:4.17.21" "@types/uuid": "npm:9.0.8" axios: "npm:1.7.2" @@ -9267,15 +9267,15 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-test-plugin-ledger-connector-ethereum@workspace:packages/cactus-test-plugin-ledger-connector-ethereum" dependencies: - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" - "@hyperledger/cactus-verifier-client": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" + "@hyperledger/cactus-verifier-client": "npm:2.0.0-rc.2" "@types/lodash": "npm:4.14.195" "@types/uuid": "npm:9.0.8" lodash: "npm:4.17.21" @@ -9289,14 +9289,14 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-test-plugin-ledger-connector-quorum@workspace:packages/cactus-test-plugin-ledger-connector-quorum" dependencies: - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" - "@hyperledger/cactus-verifier-client": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-keychain-memory": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" + "@hyperledger/cactus-verifier-client": "npm:2.0.0-rc.2" "@types/convict": "npm:6.1.1" "@types/lodash": "npm:4.14.195" "@types/uuid": "npm:9.0.8" @@ -9309,7 +9309,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-test-tooling@npm:2.0.0-rc.1, @hyperledger/cactus-test-tooling@workspace:packages/cactus-test-tooling": +"@hyperledger/cactus-test-tooling@npm:2.0.0-rc.2, @hyperledger/cactus-test-tooling@workspace:packages/cactus-test-tooling": version: 0.0.0-use.local resolution: "@hyperledger/cactus-test-tooling@workspace:packages/cactus-test-tooling" dependencies: @@ -9318,7 +9318,7 @@ __metadata: "@aries-framework/indy-vdr": "npm:0.5.0-alpha.58" "@aries-framework/node": "npm:0.5.0-alpha.58" "@hyperledger/aries-askar-nodejs": "npm:0.2.0" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" "@hyperledger/indy-vdr-nodejs": "npm:0.2.0" "@types/dockerode": "npm:3.2.7" "@types/esm": "npm:3.2.0" @@ -9366,13 +9366,13 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-test-verifier-client@workspace:packages/cactus-test-verifier-client" dependencies: - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" - "@hyperledger/cactus-verifier-client": "npm:2.0.0-rc.1" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-geth-ledger": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" + "@hyperledger/cactus-verifier-client": "npm:2.0.0-rc.2" "@types/body-parser": "npm:1.19.4" "@types/express": "npm:4.17.21" "@types/node": "npm:18.11.9" @@ -9388,20 +9388,20 @@ __metadata: languageName: unknown linkType: soft -"@hyperledger/cactus-verifier-client@npm:2.0.0-rc.1, @hyperledger/cactus-verifier-client@workspace:packages/cactus-verifier-client": +"@hyperledger/cactus-verifier-client@npm:2.0.0-rc.2, @hyperledger/cactus-verifier-client@workspace:packages/cactus-verifier-client": version: 0.0.0-use.local resolution: "@hyperledger/cactus-verifier-client@workspace:packages/cactus-verifier-client" dependencies: - "@hyperledger/cactus-api-client": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-corda": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-iroha2": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.1" - "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "npm:2.0.0-rc.1" + "@hyperledger/cactus-api-client": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-besu": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-corda": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-ethereum": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-fabric": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-iroha2": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-quorum": "npm:2.0.0-rc.2" + "@hyperledger/cactus-plugin-ledger-connector-sawtooth": "npm:2.0.0-rc.2" jest-extended: "npm:4.0.1" rxjs: "npm:7.8.1" peerDependencies: @@ -9435,11 +9435,11 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperledger/cactus-workshop-examples-2022-11-14@workspace:examples/cactus-workshop-examples-2022-11-14" dependencies: - "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.1" - "@hyperledger/cactus-common": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core": "npm:2.0.0-rc.1" - "@hyperledger/cactus-core-api": "npm:2.0.0-rc.1" - "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.1" + "@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.2" + "@hyperledger/cactus-common": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core": "npm:2.0.0-rc.2" + "@hyperledger/cactus-core-api": "npm:2.0.0-rc.2" + "@hyperledger/cactus-test-tooling": "npm:2.0.0-rc.2" "@types/uuid": "npm:9.0.8" kubo-rpc-client: "npm:3.0.1" typescript-optional: "npm:2.0.1"