diff --git a/common/protos-go/VERSION b/common/protos-go/VERSION index dc1e644a1..2eda823ff 100644 --- a/common/protos-go/VERSION +++ b/common/protos-go/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1 \ No newline at end of file diff --git a/common/protos-java-kt/gradle.properties b/common/protos-java-kt/gradle.properties index 2bd067070..f40ceb65d 100644 --- a/common/protos-java-kt/gradle.properties +++ b/common/protos-java-kt/gradle.properties @@ -1,4 +1,4 @@ name=Interop Protos group=com.weaver -version=1.6.0 +version=1.6.1 kotlin.incremental=false diff --git a/common/protos-js/package.json b/common/protos-js/package.json index 401402630..b15330e6b 100644 --- a/common/protos-js/package.json +++ b/common/protos-js/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger-labs/weaver-protos-js", - "version": "1.6.0", + "version": "1.6.1", "description": "Interop protos for Node JS (Weaver)", "main": "index.js", "exports": { diff --git a/common/protos-rs/pkg/Cargo.toml b/common/protos-rs/pkg/Cargo.toml index 432dc1596..bffe4379e 100644 --- a/common/protos-rs/pkg/Cargo.toml +++ b/common/protos-rs/pkg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weaver_protos_rs" -version = "1.6.0" +version = "1.6.1" authors = ["Peter Somogyvari <peter.somogyvari@accenture.com>", "Sandeep Nishad <sandeep.nishad1@ibm.com"] edition = "2018" license = "Apache-2.0" diff --git a/core/drivers/corda-driver/VERSION b/core/drivers/corda-driver/VERSION index ce6a70b9d..2eda823ff 100644 --- a/core/drivers/corda-driver/VERSION +++ b/core/drivers/corda-driver/VERSION @@ -1 +1 @@ -1.6.0 \ No newline at end of file +1.6.1 \ No newline at end of file diff --git a/core/drivers/corda-driver/build.gradle b/core/drivers/corda-driver/build.gradle index 2f74b50e0..9425f0081 100644 --- a/core/drivers/corda-driver/build.gradle +++ b/core/drivers/corda-driver/build.gradle @@ -10,7 +10,7 @@ buildscript { ext.corda_version = "4.8" ext.corda_core_version = "4.8" ext.arrow_version = "0.10.4" - ext.weaver_version = "1.6.0" + ext.weaver_version = "1.6.1" repositories { mavenCentral() diff --git a/core/drivers/corda-driver/gradle.properties b/core/drivers/corda-driver/gradle.properties index c2594a7be..217e4d354 100644 --- a/core/drivers/corda-driver/gradle.properties +++ b/core/drivers/corda-driver/gradle.properties @@ -1,5 +1,5 @@ kotlin.code.style=official name=corda-driver group=com.weaver.corda.driver -version=1.6.0 +version=1.6.1 kotlin.incremental=false diff --git a/core/drivers/fabric-driver/VERSION b/core/drivers/fabric-driver/VERSION index ce6a70b9d..2eda823ff 100644 --- a/core/drivers/fabric-driver/VERSION +++ b/core/drivers/fabric-driver/VERSION @@ -1 +1 @@ -1.6.0 \ No newline at end of file +1.6.1 \ No newline at end of file diff --git a/core/drivers/fabric-driver/package-local.json b/core/drivers/fabric-driver/package-local.json index 23e0cb61a..5812c5281 100644 --- a/core/drivers/fabric-driver/package-local.json +++ b/core/drivers/fabric-driver/package-local.json @@ -1,6 +1,6 @@ { "name": "fabric-driver", - "version": "1.6.0", + "version": "1.6.1", "description": "", "main": "out/server.js", "scripts": { diff --git a/core/drivers/fabric-driver/package.json b/core/drivers/fabric-driver/package.json index e545f3475..61ef6a3f6 100644 --- a/core/drivers/fabric-driver/package.json +++ b/core/drivers/fabric-driver/package.json @@ -1,6 +1,6 @@ { "name": "fabric-driver", - "version": "1.6.0", + "version": "1.6.1", "description": "", "main": "out/server.js", "scripts": { diff --git a/core/identity-management/iin-agent/VERSION b/core/identity-management/iin-agent/VERSION index dc1e644a1..2eda823ff 100644 --- a/core/identity-management/iin-agent/VERSION +++ b/core/identity-management/iin-agent/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1 \ No newline at end of file diff --git a/core/identity-management/iin-agent/package-local.json b/core/identity-management/iin-agent/package-local.json index cd05407dc..f1f4b2ddd 100644 --- a/core/identity-management/iin-agent/package-local.json +++ b/core/identity-management/iin-agent/package-local.json @@ -1,6 +1,6 @@ { "name": "iin-agent", - "version": "1.6.0", + "version": "1.6.1", "description": "", "main": "index.js", "scripts": { diff --git a/core/identity-management/iin-agent/package.json b/core/identity-management/iin-agent/package.json index f1264fda4..5fd02f3ca 100644 --- a/core/identity-management/iin-agent/package.json +++ b/core/identity-management/iin-agent/package.json @@ -1,6 +1,6 @@ { "name": "iin-agent", - "version": "1.6.0", + "version": "1.6.1", "description": "", "main": "index.js", "scripts": { diff --git a/core/network/corda-interop-app/constants.properties b/core/network/corda-interop-app/constants.properties index 64456f96d..68a90517b 100644 --- a/core/network/corda-interop-app/constants.properties +++ b/core/network/corda-interop-app/constants.properties @@ -11,4 +11,4 @@ slf4jVersion=1.7.25 nettyVersion=4.1.22.Final arrowVersion=0.10.4 -weaverVersion=1.6.0 +weaverVersion=1.6.1 diff --git a/core/network/corda-interop-app/gradle.properties b/core/network/corda-interop-app/gradle.properties index d074de975..221a1861a 100644 --- a/core/network/corda-interop-app/gradle.properties +++ b/core/network/corda-interop-app/gradle.properties @@ -1,4 +1,4 @@ name=Interoperability CorDapp group=com.weaver.corda.app.interop -version=1.6.0 +version=1.6.1 kotlin.incremental=false diff --git a/core/network/fabric-interop-cc/contracts/interop/VERSION b/core/network/fabric-interop-cc/contracts/interop/VERSION index 549531384..2eda823ff 100644 --- a/core/network/fabric-interop-cc/contracts/interop/VERSION +++ b/core/network/fabric-interop-cc/contracts/interop/VERSION @@ -1 +1 @@ -1.5.15 \ No newline at end of file +1.6.1 \ No newline at end of file diff --git a/core/network/fabric-interop-cc/contracts/interop/go.mod b/core/network/fabric-interop-cc/contracts/interop/go.mod index ec4372210..c6f2f7932 100644 --- a/core/network/fabric-interop-cc/contracts/interop/go.mod +++ b/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-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 - github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 + github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1 github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa - github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1 github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c github.com/hyperledger/fabric-contract-api-go v1.2.2 github.com/hyperledger/fabric-protos-go v0.3.3 diff --git a/core/network/fabric-interop-cc/contracts/interop/go.sum b/core/network/fabric-interop-cc/contracts/interop/go.sum index d2b068757..26b2df0ca 100644 --- a/core/network/fabric-interop-cc/contracts/interop/go.sum +++ b/core/network/fabric-interop-cc/contracts/interop/go.sum @@ -173,3 +173,9 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 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-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q= +github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1 h1:e2HgxUrPB0PveLqU65wpcOzOp8UXp7U3AqNTYIBds30= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1/go.mod h1:XGAX6HIuG2xBu3dAEvcpqGAVX2RCdo3n32K3acpf2YU= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1 h1:4Yf5MbV/7Ozm1xYFoKyt+5KmBqilHvYLtyB4LzBHiDo= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1/go.mod h1:2g+DD1tlxwYiDa8Ie/BpJ4kLRbGXCXDzeNpdK35PAE4= diff --git a/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION b/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION index dc1e644a1..2eda823ff 100644 --- a/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION +++ b/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1 \ No newline at end of file diff --git a/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod b/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod index eff44e0c9..2c81cddfc 100644 --- a/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod +++ b/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-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c github.com/hyperledger/fabric-contract-api-go v1.2.2 diff --git a/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum b/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum index a4fc319fc..fb30582f0 100644 --- a/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum +++ b/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum @@ -156,3 +156,5 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 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-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q= +github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ= diff --git a/core/network/fabric-interop-cc/libs/assetexchange/VERSION b/core/network/fabric-interop-cc/libs/assetexchange/VERSION index dc1e644a1..2eda823ff 100644 --- a/core/network/fabric-interop-cc/libs/assetexchange/VERSION +++ b/core/network/fabric-interop-cc/libs/assetexchange/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1 \ No newline at end of file diff --git a/core/network/fabric-interop-cc/libs/assetexchange/go.mod b/core/network/fabric-interop-cc/libs/assetexchange/go.mod index 1a0ea498f..921752c27 100644 --- a/core/network/fabric-interop-cc/libs/assetexchange/go.mod +++ b/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-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 github.com/hyperledger/fabric-contract-api-go v1.2.2 github.com/hyperledger/fabric-protos-go v0.3.3 github.com/sirupsen/logrus v1.9.3 diff --git a/core/network/fabric-interop-cc/libs/assetexchange/go.sum b/core/network/fabric-interop-cc/libs/assetexchange/go.sum index a40e991ab..aa295e594 100644 --- a/core/network/fabric-interop-cc/libs/assetexchange/go.sum +++ b/core/network/fabric-interop-cc/libs/assetexchange/go.sum @@ -153,3 +153,5 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 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-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q= +github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ= diff --git a/core/network/fabric-interop-cc/libs/utils/VERSION b/core/network/fabric-interop-cc/libs/utils/VERSION index dc1e644a1..2eda823ff 100644 --- a/core/network/fabric-interop-cc/libs/utils/VERSION +++ b/core/network/fabric-interop-cc/libs/utils/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1 \ No newline at end of file diff --git a/core/network/fabric-interop-cc/libs/utils/go.mod b/core/network/fabric-interop-cc/libs/utils/go.mod index 6b9fc0908..fdf349c44 100644 --- a/core/network/fabric-interop-cc/libs/utils/go.mod +++ b/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-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c github.com/hyperledger/fabric-contract-api-go v1.2.2 github.com/hyperledger/fabric-protos-go v0.3.3 diff --git a/core/network/fabric-interop-cc/libs/utils/go.sum b/core/network/fabric-interop-cc/libs/utils/go.sum index 32b1fa093..d64fa4bae 100644 --- a/core/network/fabric-interop-cc/libs/utils/go.sum +++ b/core/network/fabric-interop-cc/libs/utils/go.sum @@ -149,3 +149,5 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 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-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q= +github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ= diff --git a/core/relay/Cargo.lock b/core/relay/Cargo.lock index 5cc813c6d..4473da36a 100644 --- a/core/relay/Cargo.lock +++ b/core/relay/Cargo.lock @@ -1102,7 +1102,7 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "relay" -version = "1.5.12" +version = "1.6.1" dependencies = [ "base64 0.20.0", "bincode", @@ -1832,9 +1832,7 @@ checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" [[package]] name = "weaver_protos_rs" -version = "1.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bef7cf759e0b935ced09d8d867b8f74397bf8247a649b34705f7b18fb12ce2c" +version = "1.6.1" dependencies = [ "prost", "serde 1.0.159", diff --git a/core/relay/Cargo.toml b/core/relay/Cargo.toml index 39be5515b..46e33f49e 100644 --- a/core/relay/Cargo.toml +++ b/core/relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay" -version = "1.5.12" +version = "1.6.1" authors = ["Antony Targett <atargett@au1.ibm.com>", "Nick Waywood <nwaywood@au1.ibm.com>", "Sandeep Nishad <sandeep.nishad1@ibm.com"] edition = "2018" @@ -34,8 +34,8 @@ futures = { version = "0.3.27" } base64 = "0.20.0" reqwest = { version = "0.11.16", features = ["json"] } serde_json = "1.0.95" -# weaver_protos_rs = { path = "./protos-rs" } -weaver_protos_rs = "1.5.7" +weaver_protos_rs = "1.6.1" +# weaver_protos_rs = "1.5.7" [build-dependencies] tonic-build = "0.8.4" diff --git a/core/relay/VERSION b/core/relay/VERSION index ce6a70b9d..2eda823ff 100644 --- a/core/relay/VERSION +++ b/core/relay/VERSION @@ -1 +1 @@ -1.6.0 \ No newline at end of file +1.6.1 \ No newline at end of file diff --git a/samples/corda/corda-simple-application/constants.properties b/samples/corda/corda-simple-application/constants.properties index bdfe026ef..d8ebc4ee3 100644 --- a/samples/corda/corda-simple-application/constants.properties +++ b/samples/corda/corda-simple-application/constants.properties @@ -9,4 +9,4 @@ log4jVersion =2.16.0 platformVersion=10 slf4jVersion=1.7.25 nettyVersion=4.1.22.Final -weaverVersion=1.6.0 +weaverVersion=1.6.1 diff --git a/samples/corda/fungible-house-token/constants.properties b/samples/corda/fungible-house-token/constants.properties index 0fb5db66a..9477a934d 100644 --- a/samples/corda/fungible-house-token/constants.properties +++ b/samples/corda/fungible-house-token/constants.properties @@ -10,4 +10,4 @@ log4jVersion =2.16.0 platformVersion=10 slf4jVersion=1.7.25 nettyVersion=4.1.22.Final -weaverVersion=1.6.0 +weaverVersion=1.6.1 diff --git a/samples/fabric/go-cli/go.mod b/samples/fabric/go-cli/go.mod index c41300a61..d160d0745 100644 --- a/samples/fabric/go-cli/go.mod +++ b/samples/fabric/go-cli/go.mod @@ -4,8 +4,8 @@ go 1.20 require ( github.com/cloudflare/cfssl v1.4.1 - github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 - github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 + github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk v1.6.1 github.com/hyperledger/fabric-sdk-go v1.0.1-0.20221020141211-7af45cede6af github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.2.1 diff --git a/samples/fabric/go-cli/go.sum b/samples/fabric/go-cli/go.sum index d980face9..85cc84d9c 100644 --- a/samples/fabric/go-cli/go.sum +++ b/samples/fabric/go-cli/go.sum @@ -910,3 +910,7 @@ rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0/go.mod h1:hI742Nqp5OhwiqlzhgfbWU4mW4yO10fP+LoT9WOswdU= +github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q= +github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ= +github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk v1.6.1 h1:5iNaX4R448Wz5E4w8gUPTiAgFUfLGPRL7lMKsKKLyWs= +github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk v1.6.1/go.mod h1:sGLNpzVgfGTjmK1p6ZGzblpJtQL9hVsuePStzVzXyio= diff --git a/samples/fabric/simpleasset/go.mod b/samples/fabric/simpleasset/go.mod index 7e27e1c1b..adde56ce8 100644 --- a/samples/fabric/simpleasset/go.mod +++ b/samples/fabric/simpleasset/go.mod @@ -4,8 +4,8 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 - github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 + github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.1 github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c github.com/hyperledger/fabric-contract-api-go v1.2.2 diff --git a/samples/fabric/simpleasset/go.sum b/samples/fabric/simpleasset/go.sum index 16983a94c..a5d8f065e 100644 --- a/samples/fabric/simpleasset/go.sum +++ b/samples/fabric/simpleasset/go.sum @@ -158,3 +158,7 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 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-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q= +github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.1 h1:5gmAU6O4vX1V4Aci/pLMvRPWrSXPVRBtHX0UWXUaSTc= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.1/go.mod h1:p+A1mG0WQeuN+6Ov8und+qLUwS6akeAsYCKzEe0PUd0= diff --git a/samples/fabric/simpleassetandinterop/go.mod b/samples/fabric/simpleassetandinterop/go.mod index c228333d1..af71b9099 100644 --- a/samples/fabric/simpleassetandinterop/go.mod +++ b/samples/fabric/simpleassetandinterop/go.mod @@ -4,8 +4,8 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 - github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 + github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1 github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c github.com/hyperledger/fabric-contract-api-go v1.2.2 diff --git a/samples/fabric/simpleassetandinterop/go.sum b/samples/fabric/simpleassetandinterop/go.sum index 5646a2b91..cf458a9d6 100644 --- a/samples/fabric/simpleassetandinterop/go.sum +++ b/samples/fabric/simpleassetandinterop/go.sum @@ -158,3 +158,7 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 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-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q= +github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1 h1:e2HgxUrPB0PveLqU65wpcOzOp8UXp7U3AqNTYIBds30= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1/go.mod h1:XGAX6HIuG2xBu3dAEvcpqGAVX2RCdo3n32K3acpf2YU= diff --git a/samples/fabric/simpleassettransfer/go.mod b/samples/fabric/simpleassettransfer/go.mod index bb5d00ad2..6f41592fd 100644 --- a/samples/fabric/simpleassettransfer/go.mod +++ b/samples/fabric/simpleassettransfer/go.mod @@ -4,10 +4,10 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 - github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 - github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 + github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.1 github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa - github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1 github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c github.com/hyperledger/fabric-contract-api-go v1.2.2 github.com/hyperledger/fabric-protos-go v0.3.3 diff --git a/samples/fabric/simpleassettransfer/go.sum b/samples/fabric/simpleassettransfer/go.sum index 13018bd8d..91e7504bb 100644 --- a/samples/fabric/simpleassettransfer/go.sum +++ b/samples/fabric/simpleassettransfer/go.sum @@ -160,3 +160,9 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 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-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q= +github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.1 h1:5gmAU6O4vX1V4Aci/pLMvRPWrSXPVRBtHX0UWXUaSTc= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.1/go.mod h1:p+A1mG0WQeuN+6Ov8und+qLUwS6akeAsYCKzEe0PUd0= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1 h1:4Yf5MbV/7Ozm1xYFoKyt+5KmBqilHvYLtyB4LzBHiDo= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1/go.mod h1:2g+DD1tlxwYiDa8Ie/BpJ4kLRbGXCXDzeNpdK35PAE4= diff --git a/samples/fabric/simplestatewithacl/go.mod b/samples/fabric/simplestatewithacl/go.mod index eca33304b..347cef696 100644 --- a/samples/fabric/simplestatewithacl/go.mod +++ b/samples/fabric/simplestatewithacl/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.4 github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa - github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1 github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c github.com/hyperledger/fabric-contract-api-go v1.2.2 github.com/hyperledger/fabric-protos-go v0.3.3 @@ -21,7 +21,7 @@ require ( github.com/gobuffalo/envy v1.10.2 // indirect github.com/gobuffalo/packd v1.0.2 // indirect github.com/gobuffalo/packr v1.30.1 // indirect - github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 // indirect + github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 // indirect github.com/joho/godotenv v1.5.1 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/mailru/easyjson v0.7.7 // indirect diff --git a/samples/fabric/simplestatewithacl/go.sum b/samples/fabric/simplestatewithacl/go.sum index 0e93051a6..973ba732e 100644 --- a/samples/fabric/simplestatewithacl/go.sum +++ b/samples/fabric/simplestatewithacl/go.sum @@ -155,3 +155,7 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 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-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q= +github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1 h1:4Yf5MbV/7Ozm1xYFoKyt+5KmBqilHvYLtyB4LzBHiDo= +github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1/go.mod h1:2g+DD1tlxwYiDa8Ie/BpJ4kLRbGXCXDzeNpdK35PAE4= diff --git a/sdks/besu/interoperation-node-sdk/package-local.json b/sdks/besu/interoperation-node-sdk/package-local.json index 8368d9a33..018c5655a 100644 --- a/sdks/besu/interoperation-node-sdk/package-local.json +++ b/sdks/besu/interoperation-node-sdk/package-local.json @@ -1,7 +1,7 @@ { "name": "@hyperledger-labs/weaver-besu-interop-sdk", "description": "Supplemental library for Web3JS based Besu client applications to enable interoperability using Weaver", - "version": "1.6.0", + "version": "1.6.1", "description": "", "main": "build/index.js", "scripts": { diff --git a/sdks/besu/interoperation-node-sdk/package.json b/sdks/besu/interoperation-node-sdk/package.json index eb8d7b55e..961ad3553 100644 --- a/sdks/besu/interoperation-node-sdk/package.json +++ b/sdks/besu/interoperation-node-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@hyperledger-labs/weaver-besu-interop-sdk", "description": "Supplemental library for Web3JS based Besu client applications to enable interoperability using Weaver", - "version": "1.6.0", + "version": "1.6.1", "description": "", "main": "build/index.js", "scripts": { diff --git a/sdks/corda/build.gradle b/sdks/corda/build.gradle index e00a17682..ea1b98477 100644 --- a/sdks/corda/build.gradle +++ b/sdks/corda/build.gradle @@ -13,7 +13,7 @@ buildscript { ext.corda_gradle_plugins_version = "5.0.12" ext.log4j_version = "2.16.0" ext.slf4j_version = "1.7.25" - ext.weaver_version = "1.6.0" + ext.weaver_version = "1.6.1" dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" diff --git a/sdks/corda/gradle.properties b/sdks/corda/gradle.properties index 485f23663..97f3b71ba 100644 --- a/sdks/corda/gradle.properties +++ b/sdks/corda/gradle.properties @@ -1,5 +1,5 @@ kotlin.code.style=official name=weaver-corda-sdk group=com.weaver.corda.sdk -version=1.6.0 +version=1.6.1 kotlin.incremental=false diff --git a/sdks/fabric/go-sdk/VERSION b/sdks/fabric/go-sdk/VERSION index dc1e644a1..2eda823ff 100644 --- a/sdks/fabric/go-sdk/VERSION +++ b/sdks/fabric/go-sdk/VERSION @@ -1 +1 @@ -1.6.0 +1.6.1 \ No newline at end of file diff --git a/sdks/fabric/go-sdk/go.mod b/sdks/fabric/go-sdk/go.mod index 580d326e5..65e486751 100644 --- a/sdks/fabric/go-sdk/go.mod +++ b/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-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 + github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 github.com/hyperledger/fabric-protos-go v0.3.3 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.9.0 diff --git a/sdks/fabric/go-sdk/go.sum b/sdks/fabric/go-sdk/go.sum index 2b642cd8b..f29d20bfc 100644 --- a/sdks/fabric/go-sdk/go.sum +++ b/sdks/fabric/go-sdk/go.sum @@ -36,3 +36,5 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= 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-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q= +github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ= diff --git a/sdks/fabric/interoperation-node-sdk/package-local.json b/sdks/fabric/interoperation-node-sdk/package-local.json index dfd26d30b..d480d4bfd 100644 --- a/sdks/fabric/interoperation-node-sdk/package-local.json +++ b/sdks/fabric/interoperation-node-sdk/package-local.json @@ -6,7 +6,7 @@ "blockchain", "interoperability" ], - "version": "1.6.0", + "version": "1.6.1", "author": "V. Ramakrishna", "tag": "latest", "main": "build/index.js", diff --git a/sdks/fabric/interoperation-node-sdk/package.json b/sdks/fabric/interoperation-node-sdk/package.json index 6d79db00a..0bbfb6d42 100644 --- a/sdks/fabric/interoperation-node-sdk/package.json +++ b/sdks/fabric/interoperation-node-sdk/package.json @@ -6,7 +6,7 @@ "blockchain", "interoperability" ], - "version": "1.6.0", + "version": "1.6.1", "author": "V. Ramakrishna", "tag": "latest", "main": "build/index.js", diff --git a/tests/network-setups/corda/scripts/get-cordapps.sh b/tests/network-setups/corda/scripts/get-cordapps.sh index 975cd6ae2..d0129b902 100755 --- a/tests/network-setups/corda/scripts/get-cordapps.sh +++ b/tests/network-setups/corda/scripts/get-cordapps.sh @@ -3,7 +3,7 @@ directory=$(dirname $0) app=${1:-simple} local=$2 -weaverVersion="1.6.0" +weaverVersion="1.6.1" if [ "simple" = "$app" ]; then cordappPath=$directory/../../../../samples/corda/corda-simple-application diff --git a/tests/network-setups/corda/scripts/start-nodes.sh b/tests/network-setups/corda/scripts/start-nodes.sh index b001877e9..0cf4a5031 100755 --- a/tests/network-setups/corda/scripts/start-nodes.sh +++ b/tests/network-setups/corda/scripts/start-nodes.sh @@ -9,7 +9,7 @@ simpleAppVersion="0.4" houseTokenAppVersion="1.0" tokenVersion="1.2" -weaverVersion="1.6.0" +weaverVersion="1.6.1" parties="Notary PartyA PartyB PartyC"