Skip to content

Commit

Permalink
squash!(satp-hermes): rebase onto main
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Belchior <[email protected]>
  • Loading branch information
RafaelAPB committed Dec 16, 2024
1 parent 3b84cf4 commit 15eee79
Show file tree
Hide file tree
Showing 3 changed files with 2,261 additions and 1,328 deletions.
2 changes: 1 addition & 1 deletion examples/cactus-example-cbdc-bridging-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"@hyperledger/cactus-test-tooling": "2.1.0",
"@openzeppelin/contracts": "4.9.6",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@foundry-rs/hardhat-forge": "0.1.17",
"async-exit-hook": "2.0.1",
"axios": "1.7.7",
"body-parser": "1.20.3",
Expand All @@ -108,6 +107,7 @@
},
"devDependencies": {
"@apidevtools/swagger-cli": "4.0.4",
"@foundry-rs/hardhat-forge": "0.1.17",
"@types/crypto-js": "4.1.1",
"@types/cucumber": "4.0.4",
"@types/express": "5.0.0",
Expand Down
17 changes: 14 additions & 3 deletions packages/cactus-plugin-satp-hermes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/cactus-plugin-satp-hermes",
"version": "2.1.0",
"description": "Proof of concept of ODAP",
"description": "SATP implementation, based on the papers 1) HERMES: Fault-Tolerant Middleware for Blockchain Interoperability and 2) CBDC bridging between Hyperledger Fabric and permissioned EVM-based blockchains",
"keywords": [
"Interoperability",
"Distributed Ledger Technology",
Expand All @@ -26,8 +26,8 @@
"url": "https://github.com/AndreAugusto11"
},
{
"name": "Tzu-Shen, Wang",
"url": "https://github.com/jscode017"
"name": "Eduardo Vasques",
"url": "https://github.com/eduv07"
},
{
"name": "Rafael Belchior",
Expand Down Expand Up @@ -97,15 +97,26 @@
}
},
"dependencies": {
"@bufbuild/protobuf": "2.2.2",
"@connectrpc/connect": "2.0.0",
"@connectrpc/connect-express": "2.0.0",
"@connectrpc/connect-node": "2.0.0",
"@connectrpc/protoc-gen-connect-es": "1.6.1",
"@foundry-rs/hardhat-forge": "0.1.17",
"@grpc/grpc-js": "1.12.4",
"@hyperledger/cactus-api-client": "2.1.0",
"@hyperledger/cactus-cmd-api-server": "2.1.0",
"@hyperledger/cactus-common": "2.1.0",
"@hyperledger/cactus-core": "2.1.0",
"@hyperledger/cactus-core-api": "2.1.0",
"@hyperledger/cactus-plugin-bungee-hermes": "2.1.0",
"@hyperledger/cactus-plugin-keychain-memory": "2.1.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "2.1.0",
"@hyperledger/cactus-plugin-ledger-connector-ethereum": "2.1.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "2.1.0",
"@hyperledger/cactus-plugin-object-store-ipfs": "2.1.0",
"@hyperledger/cactus-test-tooling": "2.1.0",
"@openzeppelin/contracts": "5.0.2",
"axios": "1.7.7",
"bignumber.js": "9.1.2",
"bn.js": "5.2.1",
Expand Down
Loading

0 comments on commit 15eee79

Please sign in to comment.