Skip to content

Commit 67a61ab

Browse files
committed
chore(release): v1.6.1 (last release)
Signed-off-by: Sandeep Nishad <[email protected]>
1 parent a4d7604 commit 67a61ab

File tree

53 files changed

+90
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+90
-56
lines changed

common/protos-go/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name=Interop Protos
22
group=com.weaver
3-
version=1.6.0
3+
version=1.6.1
44
kotlin.incremental=false

common/protos-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger-labs/weaver-protos-js",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Interop protos for Node JS (Weaver)",
55
"main": "index.js",
66
"exports": {

common/protos-rs/pkg/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "weaver_protos_rs"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
authors = ["Peter Somogyvari <[email protected]>", "Sandeep Nishad <[email protected]"]
55
edition = "2018"
66
license = "Apache-2.0"

core/drivers/corda-driver/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

core/drivers/corda-driver/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
ext.corda_version = "4.8"
1111
ext.corda_core_version = "4.8"
1212
ext.arrow_version = "0.10.4"
13-
ext.weaver_version = "1.6.0"
13+
ext.weaver_version = "1.6.1"
1414

1515
repositories {
1616
mavenCentral()
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlin.code.style=official
22
name=corda-driver
33
group=com.weaver.corda.driver
4-
version=1.6.0
4+
version=1.6.1
55
kotlin.incremental=false

core/drivers/fabric-driver/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

core/drivers/fabric-driver/package-local.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-driver",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "",
55
"main": "out/server.js",
66
"scripts": {

core/drivers/fabric-driver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fabric-driver",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "",
55
"main": "out/server.js",
66
"scripts": {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

core/identity-management/iin-agent/package-local.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iin-agent",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

core/identity-management/iin-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iin-agent",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

core/network/corda-interop-app/constants.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ slf4jVersion=1.7.25
1111
nettyVersion=4.1.22.Final
1212
arrowVersion=0.10.4
1313

14-
weaverVersion=1.6.0
14+
weaverVersion=1.6.1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name=Interoperability CorDapp
22
group=com.weaver.corda.app.interop
3-
version=1.6.0
3+
version=1.6.1
44
kotlin.incremental=false
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.15
1+
1.6.1

core/network/fabric-interop-cc/contracts/interop/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ go 1.20
55
require (
66
github.com/ethereum/go-ethereum v1.13.15
77
github.com/golang/protobuf v1.5.4
8-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0
9-
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.0
8+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1
9+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1
1010
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa
11-
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.0
11+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1
1212
github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c
1313
github.com/hyperledger/fabric-contract-api-go v1.2.2
1414
github.com/hyperledger/fabric-protos-go v0.3.3

core/network/fabric-interop-cc/contracts/interop/go.sum

+6
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,9 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
173173
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
174174
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
175175
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
176+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q=
177+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
178+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1 h1:e2HgxUrPB0PveLqU65wpcOzOp8UXp7U3AqNTYIBds30=
179+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1/go.mod h1:XGAX6HIuG2xBu3dAEvcpqGAVX2RCdo3n32K3acpf2YU=
180+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1 h1:4Yf5MbV/7Ozm1xYFoKyt+5KmBqilHvYLtyB4LzBHiDo=
181+
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 numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/golang/protobuf v1.5.4
7-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0
7+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1
88
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa
99
github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c
1010
github.com/hyperledger/fabric-contract-api-go v1.2.2

core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,5 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
156156
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
157157
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
158158
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
159+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q=
160+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

core/network/fabric-interop-cc/libs/assetexchange/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/golang/protobuf v1.5.4
7-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0
7+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1
88
github.com/hyperledger/fabric-contract-api-go v1.2.2
99
github.com/hyperledger/fabric-protos-go v0.3.3
1010
github.com/sirupsen/logrus v1.9.3

core/network/fabric-interop-cc/libs/assetexchange/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,5 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
153153
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
154154
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
155155
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
156+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q=
157+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

core/network/fabric-interop-cc/libs/utils/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/golang/protobuf v1.5.4
7-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0
7+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1
88
github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c
99
github.com/hyperledger/fabric-contract-api-go v1.2.2
1010
github.com/hyperledger/fabric-protos-go v0.3.3

core/network/fabric-interop-cc/libs/utils/go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,5 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
149149
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
150150
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
151151
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
152+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q=
153+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=

core/relay/Cargo.lock

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/relay/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relay"
3-
version = "1.5.12"
3+
version = "1.6.1"
44
authors = ["Antony Targett <[email protected]>", "Nick Waywood <[email protected]>", "Sandeep Nishad <[email protected]"]
55
edition = "2018"
66

@@ -34,8 +34,8 @@ futures = { version = "0.3.27" }
3434
base64 = "0.20.0"
3535
reqwest = { version = "0.11.16", features = ["json"] }
3636
serde_json = "1.0.95"
37-
# weaver_protos_rs = { path = "./protos-rs" }
38-
weaver_protos_rs = "1.5.7"
37+
weaver_protos_rs = "1.6.1"
38+
# weaver_protos_rs = "1.5.7"
3939

4040
[build-dependencies]
4141
tonic-build = "0.8.4"

core/relay/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

samples/corda/corda-simple-application/constants.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ log4jVersion =2.16.0
99
platformVersion=10
1010
slf4jVersion=1.7.25
1111
nettyVersion=4.1.22.Final
12-
weaverVersion=1.6.0
12+
weaverVersion=1.6.1

samples/corda/fungible-house-token/constants.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ log4jVersion =2.16.0
1010
platformVersion=10
1111
slf4jVersion=1.7.25
1212
nettyVersion=4.1.22.Final
13-
weaverVersion=1.6.0
13+
weaverVersion=1.6.1

samples/fabric/go-cli/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.20
44

55
require (
66
github.com/cloudflare/cfssl v1.4.1
7-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0
8-
github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk v1.6.0
7+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1
8+
github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk v1.6.1
99
github.com/hyperledger/fabric-sdk-go v1.0.1-0.20221020141211-7af45cede6af
1010
github.com/sirupsen/logrus v1.9.3
1111
github.com/spf13/cobra v1.2.1

samples/fabric/go-cli/go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -910,3 +910,7 @@ rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
910910
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
911911
sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
912912
sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0/go.mod h1:hI742Nqp5OhwiqlzhgfbWU4mW4yO10fP+LoT9WOswdU=
913+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q=
914+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
915+
github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk v1.6.1 h1:5iNaX4R448Wz5E4w8gUPTiAgFUfLGPRL7lMKsKKLyWs=
916+
github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk v1.6.1/go.mod h1:sGLNpzVgfGTjmK1p6ZGzblpJtQL9hVsuePStzVzXyio=

samples/fabric/simpleasset/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.20
44

55
require (
66
github.com/golang/protobuf v1.5.4
7-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0
8-
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.0
7+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1
8+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.1
99
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa
1010
github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c
1111
github.com/hyperledger/fabric-contract-api-go v1.2.2

samples/fabric/simpleasset/go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,7 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
158158
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
159159
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
160160
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
161+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q=
162+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
163+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.1 h1:5gmAU6O4vX1V4Aci/pLMvRPWrSXPVRBtHX0UWXUaSTc=
164+
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=

samples/fabric/simpleassetandinterop/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.20
44

55
require (
66
github.com/golang/protobuf v1.5.4
7-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0
8-
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.0
7+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1
8+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1
99
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa
1010
github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c
1111
github.com/hyperledger/fabric-contract-api-go v1.2.2

samples/fabric/simpleassetandinterop/go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,7 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
158158
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
159159
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
160160
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
161+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q=
162+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
163+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1 h1:e2HgxUrPB0PveLqU65wpcOzOp8UXp7U3AqNTYIBds30=
164+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.1/go.mod h1:XGAX6HIuG2xBu3dAEvcpqGAVX2RCdo3n32K3acpf2YU=

samples/fabric/simpleassettransfer/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ go 1.20
44

55
require (
66
github.com/golang/protobuf v1.5.4
7-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0
8-
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.0
7+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1
8+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.1
99
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa
10-
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.0
10+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1
1111
github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c
1212
github.com/hyperledger/fabric-contract-api-go v1.2.2
1313
github.com/hyperledger/fabric-protos-go v0.3.3

samples/fabric/simpleassettransfer/go.sum

+6
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,9 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
160160
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
161161
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
162162
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
163+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q=
164+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
165+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/interfaces/asset-mgmt v1.6.1 h1:5gmAU6O4vX1V4Aci/pLMvRPWrSXPVRBtHX0UWXUaSTc=
166+
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=
167+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1 h1:4Yf5MbV/7Ozm1xYFoKyt+5KmBqilHvYLtyB4LzBHiDo=
168+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1/go.mod h1:2g+DD1tlxwYiDa8Ie/BpJ4kLRbGXCXDzeNpdK35PAE4=

samples/fabric/simplestatewithacl/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/golang/protobuf v1.5.4
77
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa
8-
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.0
8+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1
99
github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c
1010
github.com/hyperledger/fabric-contract-api-go v1.2.2
1111
github.com/hyperledger/fabric-protos-go v0.3.3
@@ -21,7 +21,7 @@ require (
2121
github.com/gobuffalo/envy v1.10.2 // indirect
2222
github.com/gobuffalo/packd v1.0.2 // indirect
2323
github.com/gobuffalo/packr v1.30.1 // indirect
24-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 // indirect
24+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 // indirect
2525
github.com/joho/godotenv v1.5.1 // indirect
2626
github.com/josharian/intern v1.0.0 // indirect
2727
github.com/mailru/easyjson v0.7.7 // indirect

samples/fabric/simplestatewithacl/go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,7 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C
155155
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
156156
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
157157
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
158+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1 h1:wcI//dGTKjThIudRCvQB5vyptCW6ZaodhMUz9k7ow6Q=
159+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
160+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1 h1:4Yf5MbV/7Ozm1xYFoKyt+5KmBqilHvYLtyB4LzBHiDo=
161+
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.1/go.mod h1:2g+DD1tlxwYiDa8Ie/BpJ4kLRbGXCXDzeNpdK35PAE4=

sdks/besu/interoperation-node-sdk/package-local.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperledger-labs/weaver-besu-interop-sdk",
33
"description": "Supplemental library for Web3JS based Besu client applications to enable interoperability using Weaver",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"description": "",
66
"main": "build/index.js",
77
"scripts": {

sdks/besu/interoperation-node-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperledger-labs/weaver-besu-interop-sdk",
33
"description": "Supplemental library for Web3JS based Besu client applications to enable interoperability using Weaver",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"description": "",
66
"main": "build/index.js",
77
"scripts": {

sdks/corda/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
ext.corda_gradle_plugins_version = "5.0.12"
1414
ext.log4j_version = "2.16.0"
1515
ext.slf4j_version = "1.7.25"
16-
ext.weaver_version = "1.6.0"
16+
ext.weaver_version = "1.6.1"
1717

1818
dependencies {
1919
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

sdks/corda/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlin.code.style=official
22
name=weaver-corda-sdk
33
group=com.weaver.corda.sdk
4-
version=1.6.0
4+
version=1.6.1
55
kotlin.incremental=false

sdks/fabric/go-sdk/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

sdks/fabric/go-sdk/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/golang/protobuf v1.5.4
77
github.com/google/uuid v1.6.0
8-
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0
8+
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.1
99
github.com/hyperledger/fabric-protos-go v0.3.3
1010
github.com/sirupsen/logrus v1.9.3
1111
github.com/stretchr/testify v1.9.0

0 commit comments

Comments
 (0)