Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cleanup-docs): deleted last-remaining deprecated files and folders #3424

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 0 additions & 67 deletions docs-cactus/architecture/component-diagram.puml

This file was deleted.

29 changes: 0 additions & 29 deletions docs-cactus/source/packages.rst

This file was deleted.

15 changes: 0 additions & 15 deletions docs-cactus/source/support.rst

This file was deleted.

62 changes: 0 additions & 62 deletions docs-cactus/source/support/fabric.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/docs/cactus/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ This section contains the ledger supported versions for connectors in Hyperledge
* [Besu](support/besu.md)
* [Corda](support/corda.md)
* [Fabric](support/fabric.md)
* [Quorum](support/quorum.md)
* [xDai](support/xdai.md)
* [Substrate](support/substrate.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cactus/support/xdai.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ xDai 1.8.27



[Previous](quorum.md "Quorum Support") [Next](substrate.md "Substrate Support")
[Previous](fabric.md "Fabric Support") [Next](substrate.md "Substrate Support")

* * *
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ repositories {
}
}
dependencies {
implementation(group: 'org.hyperledger.cacti.weaver.sdk.corda', name: 'weaver-sdk-corda', version: "2.0.0-alpha.1")
implementation(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-contracts', version: "2.0.0-alpha.1")
implementation(group: 'org.hyperledger.cacti.weaver.imodule.corda', name: 'interop-workflows', version: "2.0.0-alpha.1")
implementation(group: 'org.hyperledger.cacti.weaver.protos', name: 'protos-java-kt', version: "2.0.0-alpha.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")
}
```
(Or check out the [package website](https://github.com/hyperledger/cacti/packages/1856827) and select a different version.)
Expand Down Expand Up @@ -445,7 +445,7 @@ Weaver provides a [pre-built image](https://github.com/hyperledger/cacti/pkgs/co
RELAY_PORT=<relay-server-port/"port" in config.toml>
EXTERNAL_NETWORK=<docker-bridge-network>
DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-relay-server
DOCKER_TAG=2.0.0-alpha.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).
Expand Down Expand Up @@ -536,7 +536,7 @@ Weaver provides a [pre-built image](https://github.com/hyperledger/cacti/pkgs/co
DRIVER_RPC_PASSWORD=<driver-rpc-username>
EXTERNAL_NETWORK=<docker-bridge-network>
DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-driver-corda
DOCKER_TAG=2.0.0-alpha.1
DOCKER_TAG=2.0.0-rc.2
RELAY_TLS=<true|false>
RELAY_TLSCA_TRUST_STORE=<truststore-jks-file-path>
RELAY_TLSCA_TRUST_STORE_PASSWORD=<truststore-jks-file-password>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,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-alpha.1
github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-alpha.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
...
)
```
Expand Down Expand Up @@ -176,8 +176,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-alpha.1
github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/v2 v2.0.0-alpha.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
...
)
```
Expand Down Expand Up @@ -327,7 +327,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-alpha.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
const ihelper = require('@hyperledger/cacti-weaver-sdk-fabric').InteroperableHelper;
const interopcc = <handle-to-fabric-interop-chaincode>; // Use Fabric SDK functions: (new Gateway()).getNetwork(...).getContract(<fabric-interop-chaincode-id>)
Expand Down Expand Up @@ -536,7 +536,7 @@ Weaver provides a [pre-built image](https://github.com/hyperledger/cacti/pkgs/co
RELAY_PORT=<relay-server-port/"port" in config.toml>
EXTERNAL_NETWORK=<docker-bridge-network>
DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-relay-server
DOCKER_TAG=2.0.0-alpha.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).
Expand Down Expand Up @@ -630,7 +630,7 @@ Weaver provides a [pre-built image](https://github.com/hyperledger/cacti/pkgs/co
EXTERNAL_NETWORK=<docker-bridge-network>
TLS_CREDENTIALS_DIR=<dir-with-tls-cert-and-key>
DOCKER_IMAGE_NAME=ghcr.io/hyperledger/cacti-weaver-driver-fabric
DOCKER_TAG=2.0.0-alpha.1
DOCKER_TAG=2.0.0-rc.2
DRIVER_TLS=<true|false>
DRIVER_TLS_CERT_PATH=path_to_tls_cert_pem_for_driver
DRIVER_TLS_KEY_PATH=path_to_tls_key_pem_for_driver
Expand Down
2 changes: 1 addition & 1 deletion weaver/core/network/corda-interop-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ buildscript {
plugins {
id 'java'
id 'org.jetbrains.dokka' version '0.10.1'
id "com.jfrog.artifactory" version "4.16.1"
id "com.jfrog.artifactory" version "5.2.3"
id "maven-publish"
}

Expand Down
Loading
Loading