-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(weaver): prefix cacti to all weaver packages, set publish ta…
…rget to cacti - Update relay, drivers, iin-agent image registry to hyperledger/cacti - Update npm packages (protos-js and sdks) registry to cacti - Update maven packages registry to cacti - Rename sdks/besu/interoperation-node-sdk to sdks/besu/node - Rename modules with following convention `<module-type>-<dlt-platform>`: - For SDKs: `sdk.corda`, `sdk-fabric`, `sdk-besu` - For drivers: `driver-corda`, `driver-fabric` - For imodule: `imodule.corda` - Change all packages version to v2.0.0-alpha-prerelease Signed-off-by: Sandeep Nishad <sandeep.nishad1@ibm.com>
- Loading branch information
1 parent
b9066a9
commit f37495c
Showing
270 changed files
with
930 additions
and
772 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.7 | ||
v2.0.0-alpha-prerelease |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
username=<GITHUB email> | ||
password=<GITHUB Personal Access Token> | ||
url=https://maven.pkg.github.com/hyperledger-labs/weaver-dlt-interoperability | ||
url=https://maven.pkg.github.com/hyperledger/cacti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name=Interop Protos | ||
group=com.weaver | ||
version=1.5.7 | ||
group=org.hyperledger.cacti.weaver.protos | ||
version=2.0.0-alpha-prerelease | ||
kotlin.incremental=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
@hyperledger-labs:registry=https://npm.pkg.github.com/hyperledger-labs | ||
@hyperledger:registry=https://npm.pkg.github.com/hyperledger | ||
//npm.pkg.github.com/:_authToken=<personal-access-token> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ build: | |
npm run build | ||
|
||
.PHONY: publish | ||
publish: | ||
publish: build | ||
npm publish | ||
|
||
.PHONY: clean-build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Local build | ||
FROM gradle:4.10.3-jdk8 AS builder-local | ||
|
||
WORKDIR /corda-driver | ||
ADD build /corda-driver/build | ||
WORKDIR /driver/corda | ||
ADD build /driver/corda/build | ||
|
||
FROM builder-local as builder | ||
|
||
# Deployment Image | ||
FROM openjdk:8-jre | ||
|
||
COPY --from=builder /corda-driver/build/install/corda-driver /corda-driver/ | ||
COPY --from=builder /driver/corda/build/install/driver-corda /driver/corda/ | ||
|
||
WORKDIR /corda-driver | ||
WORKDIR /driver/corda | ||
|
||
ARG GIT_URL | ||
LABEL org.opencontainers.image.source ${GIT_URL} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.