Skip to content
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
6 changes: 5 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"adminpw",
"mychannel",
"localmspid",
"Atharva",
"Kathe",
"Parth",
"mspconfig",
"tlscacerts",
"tlsca",
Expand Down Expand Up @@ -117,6 +120,7 @@
"**/npm-shrinkwrap.json",
"examples/cactus-common-example-server/**",
"examples/cactus-example-cbdc-bridging-frontend/**",
"examples/cactus-example-cbdc-bridging-backend/**"
"examples/cactus-example-cbdc-bridging-backend/**",
"examples/cactus-example-cbdc-bridging/**"
]
}
42 changes: 21 additions & 21 deletions docs/release-1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,30 +73,30 @@ This document tracks cacti-demos version updates.

## Release Summary

| Metric | Value |
|--------|-------|
| Tag | `1.0.0` |
| Previous tag | [`0.0.1`](https://github.com/hyperledger-cacti/cacti-demos/releases/tag/0.0.1) |
| Date range | 2025-11-12 (0.0.1) - 2026-08-03 |
| Total commits | 35 |
| Non-merge commits | 34 |
| Files changed | 582 |
| Lines added | +142,616 |
| Lines removed | -450 |
| Referenced PR/issue IDs | 16 |
| Contributors (author identities) | 7 |
| Unique contributor emails | 6 |
| Metric | Value |
| -------------------------------- | ------------------------------------------------------------------------------ |
| Tag | `1.0.0` |
| Previous tag | [`0.0.1`](https://github.com/hyperledger-cacti/cacti-demos/releases/tag/0.0.1) |
| Date range | 2025-11-12 (0.0.1) - 2026-08-03 |
| Total commits | 35 |
| Non-merge commits | 34 |
| Files changed | 582 |
| Lines added | +142,616 |
| Lines removed | -450 |
| Referenced PR/issue IDs | 16 |
| Contributors (author identities) | 7 |
| Unique contributor emails | 6 |

### Contributions by type

| Category | Count |
|----------|------:|
| Features | 8 |
| Bug Fixes | 1 |
| Documentation | 6 |
| Refactors | 10 |
| Chores / CI / Dependency updates | 9 |
| Merge commits | 1 |
| Category | Count |
| -------------------------------- | ----: |
| Features | 8 |
| Bug Fixes | 1 |
| Documentation | 6 |
| Refactors | 10 |
| Chores / CI / Dependency updates | 9 |
| Merge commits | 1 |

## Contributors

Expand Down
4 changes: 3 additions & 1 deletion examples/cactus-example-cbdc-bridging-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@openzeppelin/contracts": "4.9.6",
"@openzeppelin/contracts-upgradeable": "5.6.1",
"async-exit-hook": "2.0.1",
"axios": "1.19.0",
"axios": "1.18.1",
"body-parser": "2.3.0",
"cors": "2.8.6",
"crypto-js": "4.2.0",
Expand All @@ -128,6 +128,7 @@
"socket.io": "4.8.3",
"sqlite3": "6.0.1",
"ts-results": "3.3.0",
"tslib": "^2.8.1",
"typescript-optional": "2.0.1",
"uuid": "14.0.1",
"web3": "4.16.0",
Expand All @@ -138,6 +139,7 @@
"devDependencies": {
"@apidevtools/swagger-cli": "4.0.4",
"@foundry-rs/hardhat-forge": "0.1.17",
"@openapitools/openapi-generator-cli": "^2.40.1",
"@types/body-parser": "1.19.6",
"@types/cors": "2.8.19",
"@types/crypto-js": "4.2.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/cactus-example-cbdc-bridging-backend/run-cbdc-app.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ function main()
echo "Sleeping to let dockerd spin up"
sleep 10

docker pull ghcr.io/hyperledger/cactus-besu-all-in-one:2024-06-09-cc2f9c5
docker pull ghcr.io/hyperledger/cactus-fabric2-all-in-one:v1.0.0-rc.22024-03-03--issue-2945-fabric-v2-5-6
docker pull ghcr.io/hyperledger-cacti/besu-all-in-one:v2.2.0-rc.2
#docker pull ghcr.io/hyperledger/cactus-fabric2-all-in-one:v1.0.0-rc.22024-03-03--issue-2945-fabric-v2-5-6

/root/.nvm/versions/node/v18.18.2/bin/node -r ts-node/register /usr/src/app/cactus/examples/cactus-example-cbdc-bridging-backend/dist/lib/main/typescript/cbdc-bridging-app-cli.js
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"properties": {
"assetType": {
"type": "string",
"enum": ["FABRIC", "BESU"]
"enum": ["BESU_A", "BESU_B"]
}
}
},
Expand All @@ -75,7 +75,7 @@
"properties": {
"assetType": {
"type": "string",
"enum": ["FABRIC", "BESU"]
"enum": ["BESU_A", "BESU_B"]
}
}
},
Expand Down Expand Up @@ -193,7 +193,7 @@
"in": "query",
"schema": {
"type": "string",
"enum": ["FABRIC", "BESU"]
"enum": ["BESU_A", "BESU_B"]
},
"description": "Unique identifier for the session."
}
Expand Down Expand Up @@ -269,7 +269,7 @@
"in": "query",
"schema": {
"type": "string",
"enum": ["FABRIC", "BESU"]
"enum": ["BESU_A", "BESU_B"]
}
}
],
Expand Down Expand Up @@ -338,7 +338,7 @@
"properties": {
"assetType": {
"type": "string",
"enum": ["FABRIC", "BESU"]
"enum": ["BESU_A", "BESU_B"]
}
}
}
Expand Down Expand Up @@ -446,7 +446,7 @@
"properties": {
"assetType": {
"type": "string",
"enum": ["FABRIC", "BESU"]
"enum": ["BESU_A", "BESU_B"]
}
}
}
Expand Down Expand Up @@ -545,7 +545,7 @@
"in": "query",
"schema": {
"type": "string",
"enum": ["FABRIC", "BESU"]
"enum": ["BESU_A", "BESU_B"]
}
}
],
Expand Down Expand Up @@ -607,7 +607,7 @@
"properties": {
"assetType": {
"type": "string",
"enum": ["FABRIC", "BESU"]
"enum": ["BESU_A", "BESU_B"]
}
}
},
Expand All @@ -617,7 +617,7 @@
"properties": {
"assetType": {
"type": "string",
"enum": ["FABRIC", "BESU"]
"enum": ["BESU_A", "BESU_B"]
}
}
},
Expand Down
Empty file.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.gitignore
.npmignore
.openapi-generator-ignore
api.ts
base.ts
common.ts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,24 @@
import {
DUMMY_BASE_URL,
assertParamExists,
setApiKeyToObject,
setBasicAuthToObject,
setBearerAuthToObject,
setOAuthToObject,
setSearchParams,
serializeDataIfNeeded,
toPathString,
createRequestFunction,
} from "./common";
import type { RequestArgs } from "./base";
// @ts-ignore
import { BASE_PATH, BaseAPI, operationServerMap } from "./base";
import {
BASE_PATH,
COLLECTION_FORMATS,
BaseAPI,
RequiredError,
operationServerMap,
} from "./base";
Comment on lines +34 to +40

/**
* Request schema for approving a transaction.
Expand Down Expand Up @@ -256,8 +266,8 @@
}

export const TransactRequestSourceChainAssetTypeEnum = {
Fabric: "FABRIC",
Besu: "BESU",
A: "BESU_A",
B: "BESU_B",
} as const;

export type TransactRequestSourceChainAssetTypeEnum =
Expand Down Expand Up @@ -620,8 +630,8 @@
* @export
*/
export const GetAmountApprovedChainEnum = {
Fabric: "FABRIC",
Besu: "BESU",
A: "BESU_A",
B: "BESU_B",
} as const;
export type GetAmountApprovedChainEnum =
(typeof GetAmountApprovedChainEnum)[keyof typeof GetAmountApprovedChainEnum];
Expand Down Expand Up @@ -793,8 +803,8 @@
* @export
*/
export const GetBalanceChainEnum = {
Fabric: "FABRIC",
Besu: "BESU",
A: "BESU_A",
B: "BESU_B",
} as const;
export type GetBalanceChainEnum =
(typeof GetBalanceChainEnum)[keyof typeof GetBalanceChainEnum];
Expand Down Expand Up @@ -957,8 +967,8 @@
* @export
*/
export const GetSessionsReferencesLedgerEnum = {
Fabric: "FABRIC",
Besu: "BESU",
A: "BESU_A",
B: "BESU_B",
} as const;
export type GetSessionsReferencesLedgerEnum =
(typeof GetSessionsReferencesLedgerEnum)[keyof typeof GetSessionsReferencesLedgerEnum];
Expand Down
Loading
Loading