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(release): v1.6.2 #473

Merged
merged 2 commits into from
Aug 5, 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
2 changes: 1 addition & 1 deletion common/protos-go/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.6.2
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.1
version=1.6.2
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.1",
"version": "1.6.2",
"description": "Interop protos for Node JS (Weaver)",
"main": "index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion common/protos-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Steps to Use
1) Add following in `Cargo.toml`, as dependency:
```
weaver_protos_rs = "1.5.3"
weaver_protos_rs = "1.6.2"
```
2) Now to import data structures, e.g. to import `Ack` data structure in `common/ack.proto`, use:
```
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.1"
version = "1.6.2"
authors = ["Peter Somogyvari <[email protected]>", "Sandeep Nishad <[email protected]"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion core/drivers/corda-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ To push image to github container registry:
* Create a Personal Access Token with read packages access in github. Refer [Creating a Personal Access Token](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token) for help.
* Run `docker login ghcr.io` and use your github username and personal access token as password.
* Run: `make deploy`.
* To stop, run: `docker-compose down`
* To stop, run: `docker compose down`

## Documentation

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.1
1.6.2
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.11"
ext.corda_core_version = "4.8.11"
ext.arrow_version = "0.10.4"
ext.weaver_version = "1.6.1"
ext.weaver_version = "1.6.2"

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.1
version=1.6.2
kotlin.incremental=false
4 changes: 2 additions & 2 deletions core/drivers/corda-driver/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ run:

.PHONY: deploy
deploy:
docker-compose $(COMPOSE_ARG) up -d
docker compose $(COMPOSE_ARG) up -d

.PHONY: stop
stop:
docker-compose $(COMPOSE_ARG) down
docker compose $(COMPOSE_ARG) down

.PHONY: clean
clean:
Expand Down
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.1
1.6.2
4 changes: 2 additions & 2 deletions core/drivers/fabric-driver/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ push-image-latest:

deploy:
mkdir -p wallet-$(NETWORK_NAME) && chmod 777 wallet-$(NETWORK_NAME)
docker-compose $(COMPOSE_ARG) up -d
docker compose $(COMPOSE_ARG) up -d

stop:
docker-compose $(COMPOSE_ARG) down
docker compose $(COMPOSE_ARG) down

re-deploy: stop deploy

Expand Down
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.1",
"version": "1.6.2",
"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.1",
"version": "1.6.2",
"description": "",
"main": "out/server.js",
"scripts": {
Expand All @@ -19,8 +19,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@hyperledger-labs/weaver-protos-js": "1.6.1",
"@hyperledger-labs/weaver-fabric-interop-sdk": "1.6.1",
"@hyperledger-labs/weaver-protos-js": "1.6.2",
"@hyperledger-labs/weaver-fabric-interop-sdk": "1.6.2",
"@fidm/x509": "^1.2.1",
"@grpc/grpc-js": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^3.5.0",
Expand Down
6 changes: 3 additions & 3 deletions core/drivers/fabric-driver/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Note: Can also be run in mocked mode by setting environment variable `MOCK=true`

Make sure the env and config file have the expected values.

Update the docker-compose with the correct external network and ports exposed
Update the docker compose with the correct external network and ports exposed

To do a full build run `make build-image`. This update/clones protos, generates js protos and compiles typescript.

Expand All @@ -67,8 +67,8 @@ To deploy, run `make deploy`
* Run `docker login ghcr.io` and use your github username and personal access token as password.
* Copy `.env.docker.template` to `.env` and make changes appropriately (like correcting the base path of repo, changing network name if required etc, check image details here: [weaver-fabric-driver](https://github.com/hyperledger-labs/weaver-dlt-interoperability/pkgs/container/weaver-fabric-driver)).
* Make sure connection profile used for docker, containers correct hostnames instead of localhost in urls.
* If deploying more than one driver on same host, make sure to change service name in docker-compose to avoid conflicts.
* Finally run `docker-compose up -d` to deploy the fabric driver.
* If deploying more than one driver on same host, make sure to change service name in docker compose to avoid conflicts.
* Finally run `docker compose up -d` to deploy the fabric driver.


### TL/MP Environment
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.1
1.6.2
4 changes: 2 additions & 2 deletions core/identity-management/iin-agent/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ push-image-latest:
deploy:
chmod 777 $(DLT_SPECIFIC_DIR)
docker network create iin || true
docker-compose $(COMPOSE_ARG) up -d
docker compose $(COMPOSE_ARG) up -d

stop:
docker-compose $(COMPOSE_ARG) down
docker compose $(COMPOSE_ARG) down

re-deploy: stop deploy

Expand Down
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.1",
"version": "1.6.2",
"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.1",
"version": "1.6.2",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -19,8 +19,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@hyperledger-labs/weaver-protos-js": "1.6.1",
"@hyperledger-labs/weaver-fabric-interop-sdk": "1.6.1",
"@hyperledger-labs/weaver-protos-js": "1.6.2",
"@hyperledger-labs/weaver-fabric-interop-sdk": "1.6.2",
"@fidm/x509": "^1.2.1",
"@grpc/grpc-js": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^3.5.0",
Expand Down
4 changes: 2 additions & 2 deletions core/network/corda-interop-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ and then follow above 4 steps.
5) Add this to your build.gradle (change the version accordingly):
```
dependencies {
compile(group: 'com.weaver.corda.app.interop', name: 'interop-contracts', version: "1.6.0")
compile(group: 'com.weaver.corda.app.interop', name: 'interop-workflows', version: "1.6.0")
compile(group: 'com.weaver.corda.app.interop', name: 'interop-contracts', version: "1.6.2")
compile(group: 'com.weaver.corda.app.interop', name: 'interop-workflows', version: "1.6.2")
}
```

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.1
weaverVersion=1.6.2
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.1
version=1.6.2
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.6.1
1.6.2
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.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/common/protos-go v1.6.2
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.2
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.1
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.2
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
24 changes: 12 additions & 12 deletions core/network/fabric-interop-cc/contracts/interop/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/holiman/uint256 v1.2.4 h1:jUc4Nk8fm9jZabQuqr2JzednajVmBpC+oiTiXZJEApU=
github.com/holiman/uint256 v1.2.4/go.mod h1:EOMSn4q6Nyt9P6efbI3bueV4e1b3dGlUCXeiRV4ng7E=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 h1:6k9njgcIcWkNmrSeaN9SU1f7jzYu0+CMIMzHUHNWZow=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.0 h1:CRA16ciSV2dqogcxavqfl47OGggrzzcfgnM7I98cTuU=
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.0/go.mod h1:Y02vQN1363iz6j1NXrT26+uMo4mM5Q0GTY7/YXQoslY=
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/testutils v0.0.0-20240521164517-4cb6d4e59bfa h1:J4/50UERjbx7vNxMqV4J2olJVJYe6+McJK7f85jqgLQ=
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa/go.mod h1:fF7IB0hq0l993PlAlts9BJO3QGD/rqio8R6gzfPgUTM=
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.0 h1:Fd2IhI/8pVnhdE6cEJVataCPoCnv8PSHvJN+iIdhYt0=
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.0/go.mod h1:vhscTYgVbY6vCRDxHymxcawyZFZhTo0QRvl5L8tgF8I=
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=
github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c h1:Osgjxhes49suHpKSm8nKn1n9Pif5FTg6arWAudXF0RA=
github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c/go.mod h1:9o4N4D3/WmfPiXuAYAFDI5aZorsO1BH42Swsv3S+au4=
github.com/hyperledger/fabric-contract-api-go v1.2.2 h1:zun9/BmaIWFSSOkfQXikdepK0XDb7MkJfc/lb5j3ku8=
Expand Down Expand Up @@ -173,9 +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=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.2 h1:9jiL1Hn1o/T+Zn/8hieV/uCY5q+GzIsjvLIiDQeWloA=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.2/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.2 h1:EY9U9g68m3Jxq+9ftJUoYkPmIZmsjTfd6dWH1dJ/aOs=
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.2/go.mod h1:mXNR4UC133x8JTgLiDAf7XIISFCf/jJyf+7RwzoG0c4=
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.2 h1:oX1JrZpey7F5/91Q7syo6VXmiPbitso4y/CotnitCGA=
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/utils v1.6.2/go.mod h1:2y++5NaQ+9vg3oSi5wnh6e7a3wngoVoZ/SpYD8NQeYE=
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.6.2
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.1
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.2
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
8 changes: 4 additions & 4 deletions core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 h1:6k9njgcIcWkNmrSeaN9SU1f7jzYu0+CMIMzHUHNWZow=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
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/testutils v0.0.0-20240521164517-4cb6d4e59bfa h1:J4/50UERjbx7vNxMqV4J2olJVJYe6+McJK7f85jqgLQ=
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/testutils v0.0.0-20240521164517-4cb6d4e59bfa/go.mod h1:fF7IB0hq0l993PlAlts9BJO3QGD/rqio8R6gzfPgUTM=
github.com/hyperledger/fabric-chaincode-go v0.0.0-20240425200701-0431f709af2c h1:Osgjxhes49suHpKSm8nKn1n9Pif5FTg6arWAudXF0RA=
Expand Down Expand Up @@ -156,5 +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=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.2 h1:9jiL1Hn1o/T+Zn/8hieV/uCY5q+GzIsjvLIiDQeWloA=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.2/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
4 changes: 2 additions & 2 deletions core/network/fabric-interop-cc/libs/assetexchange/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ To use this library, in you smart contract `go.mod`, add following in require (u
```
require(
...
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.5.3
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.5.3
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.2
github.com/hyperledger-labs/weaver-dlt-interoperability/core/network/fabric-interop-cc/libs/assetexchange v1.6.2
...
)
```
Expand Down
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.1
1.6.2
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.1
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.2
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
8 changes: 4 additions & 4 deletions core/network/fabric-interop-cc/libs/assetexchange/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0 h1:6k9njgcIcWkNmrSeaN9SU1f7jzYu0+CMIMzHUHNWZow=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.0/go.mod h1:HjNaNm5F7UDoLY4qsIwoAJ1tWEsmLK8yNcCjEQWyzXQ=
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/fabric-chaincode-go v0.0.0-20230731094759-d626e9ab09b9 h1:XV1mxAmExeWraP5AmBSB1v415jMCSFJ087dRUiI6f6o=
github.com/hyperledger/fabric-chaincode-go v0.0.0-20230731094759-d626e9ab09b9/go.mod h1:WEd2Rlyj47/8b0VvH/zYPKamLdU3hg7jWqV8XEBTLOk=
github.com/hyperledger/fabric-contract-api-go v1.2.2 h1:zun9/BmaIWFSSOkfQXikdepK0XDb7MkJfc/lb5j3ku8=
Expand Down Expand Up @@ -153,5 +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=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.2 h1:9jiL1Hn1o/T+Zn/8hieV/uCY5q+GzIsjvLIiDQeWloA=
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.2/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.1
1.6.2
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.1
github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.6.2
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
Loading
Loading