Skip to content

Commit

Permalink
chore(release): v1.6.1 (last release)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Nishad <sandeep.nishad1@ibm.com>
  • Loading branch information
sandeepnRES committed Jul 10, 2024
1 parent a4d7604 commit 7cdb058
Show file tree
Hide file tree
Showing 54 changed files with 97 additions and 63 deletions.
2 changes: 1 addition & 1 deletion common/protos-go/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
2 changes: 1 addition & 1 deletion common/protos-java-kt/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=Interop Protos
group=com.weaver
version=1.6.0
version=1.6.1
kotlin.incremental=false
2 changes: 1 addition & 1 deletion common/protos-js/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion common/protos-rs/pkg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion core/drivers/corda-driver/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
2 changes: 1 addition & 1 deletion core/drivers/corda-driver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion core/drivers/corda-driver/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion core/drivers/fabric-driver/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
2 changes: 1 addition & 1 deletion core/drivers/fabric-driver/package-local.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-driver",
"version": "1.6.0",
"version": "1.6.1",
"description": "",
"main": "out/server.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions core/drivers/fabric-driver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-driver",
"version": "1.6.0",
"version": "1.6.1",
"description": "",
"main": "out/server.js",
"scripts": {
Expand All @@ -19,8 +19,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@hyperledger-labs/weaver-protos-js": "1.6.0",
"@hyperledger-labs/weaver-fabric-interop-sdk": "1.6.0",
"@hyperledger-labs/weaver-protos-js": "1.6.1",
"@hyperledger-labs/weaver-fabric-interop-sdk": "1.6.1",
"@fidm/x509": "^1.2.1",
"@grpc/grpc-js": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion core/identity-management/iin-agent/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
2 changes: 1 addition & 1 deletion core/identity-management/iin-agent/package-local.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iin-agent",
"version": "1.6.0",
"version": "1.6.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions core/identity-management/iin-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iin-agent",
"version": "1.6.0",
"version": "1.6.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -19,8 +19,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@hyperledger-labs/weaver-protos-js": "1.6.0",
"@hyperledger-labs/weaver-fabric-interop-sdk": "1.6.0",
"@hyperledger-labs/weaver-protos-js": "1.6.1",
"@hyperledger-labs/weaver-fabric-interop-sdk": "1.6.1",
"@fidm/x509": "^1.2.1",
"@grpc/grpc-js": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion core/network/corda-interop-app/constants.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion core/network/corda-interop-app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name=Interoperability CorDapp
group=com.weaver.corda.app.interop
version=1.6.0
version=1.6.1
kotlin.incremental=false
2 changes: 1 addition & 1 deletion core/network/fabric-interop-cc/contracts/interop/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.15
1.6.1
6 changes: 3 additions & 3 deletions core/network/fabric-interop-cc/contracts/interop/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions core/network/fabric-interop-cc/contracts/interop/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
2 changes: 1 addition & 1 deletion core/network/fabric-interop-cc/libs/assetexchange/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
2 changes: 1 addition & 1 deletion core/network/fabric-interop-cc/libs/assetexchange/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions core/network/fabric-interop-cc/libs/assetexchange/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
2 changes: 1 addition & 1 deletion core/network/fabric-interop-cc/libs/utils/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
2 changes: 1 addition & 1 deletion core/network/fabric-interop-cc/libs/utils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions core/network/fabric-interop-cc/libs/utils/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
6 changes: 2 additions & 4 deletions core/relay/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down Expand Up @@ -35,7 +35,7 @@ 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"

[build-dependencies]
tonic-build = "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion core/relay/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
4 changes: 2 additions & 2 deletions samples/besu/besu-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
],
"license": "MIT",
"dependencies": {
"@hyperledger-labs/weaver-besu-interop-sdk": "1.6.0",
"@hyperledger-labs/weaver-protos-js": "1.6.0",
"@hyperledger-labs/weaver-besu-interop-sdk": "1.6.1",
"@hyperledger-labs/weaver-protos-js": "1.6.1",
"@truffle/contract": "^4.2.14",
"gluegun": "latest",
"winston": "^3.3.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion samples/corda/fungible-house-token/constants.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions samples/fabric/go-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions samples/fabric/go-cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
4 changes: 2 additions & 2 deletions samples/fabric/simpleasset/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions samples/fabric/simpleasset/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
4 changes: 2 additions & 2 deletions samples/fabric/simpleassetandinterop/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions samples/fabric/simpleassetandinterop/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
6 changes: 3 additions & 3 deletions samples/fabric/simpleassettransfer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions samples/fabric/simpleassettransfer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
4 changes: 2 additions & 2 deletions samples/fabric/simplestatewithacl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions samples/fabric/simplestatewithacl/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
2 changes: 1 addition & 1 deletion sdks/besu/interoperation-node-sdk/package-local.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading

0 comments on commit 7cdb058

Please sign in to comment.