Skip to content

Commit

Permalink
feat(cmd-server-socket): add validator-registry setting
Browse files Browse the repository at this point in the history
Signed-off-by: Takuma TAKEUCHI <[email protected]>
  • Loading branch information
takeutak committed Oct 7, 2021
1 parent 3539566 commit 1d1ce21
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 42 deletions.
2 changes: 1 addition & 1 deletion etc/cactus/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ blpRegistry:
logLevel: debug

applicationHostInfo:
hostName: http://xxx.xxx.xxx.xxx
hostName: http://aaa.bbb.ccc.ddd # please change hostName to your IP address
hostPort: 5034

socketOptions:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ledgerPluginInfo:
-
validatorID: 84jUisrs
validatorType: socketio
validatorURL: https://localhost:5050
validatorKeyPath: ./validatorKey/84jUisrs/key84jUisrs.crt
ledgerInfo:
Expand Down Expand Up @@ -33,6 +34,7 @@ ledgerPluginInfo:

-
validatorID: r9IS4dDf
validatorType: socketio
validatorURL: https://localhost:5040
validatorKeyPath: ./validatorKey/r9IS4dDf/keyr9IS4dDf.crt
ledgerInfo:
Expand All @@ -59,14 +61,25 @@ ledgerPluginInfo:

-
validatorID: sUr7d10R
validatorType: socketio
validatorURL: https://localhost:5140
validatorKeyPath: ./validatorKey/sUr7d10R/keysUr7d10R.crt
ledgerInfo:
ledgerAbstract: Sawtooth Ledger
apiInfo: []

-
validatorID: 3PfTJw8g
validatorType: socketio
validatorURL: http://172.16.0.4:8000
validatorKeyPath: ./validatorKey/3PfTJw8g/3PfTJw8g.crt
ledgerInfo:
ledgerAbstract: "Indy Ledger"
apiInfo: []

-
validatorID: vIdO32CB
validatorType: openapi
validatorURL: http://localhost:5053/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-besu/
validatorKeyPath: ""
ledgerInfo:
Expand All @@ -75,6 +88,7 @@ ledgerPluginInfo:

-
validatorID: vIdO32CF
validatorType: openapi
validatorURL: http://localhost:5053/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-fabric/
validatorKeyPath: ""
ledgerInfo:
Expand All @@ -83,21 +97,13 @@ ledgerPluginInfo:

-
validatorID: vIdO32CQ
host: http://localhost:5053/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-quorum/
validatorType: openapi
validatorURL: http://localhost:5053/api/v1/plugins/@hyperledger/cactus-plugin-ledger-connector-quorum/
validatorKeyPath: ""
ledgerInfo:
ledgerAbstract: "Cactus Quorum Ledger via http connection"
apiInfo: []

-
validatorID: 3PfTJw8g
validatorURL: http://172.16.0.4:8000
validatorKeyPath: ./validatorKey/3PfTJw8g/3PfTJw8g.crt
ledgerInfo:
ledgerAbstract: "Indy Ledger"
apiInfo: []


signTxInfo:
ethereum:
chainName: geth1
Expand Down
31 changes: 0 additions & 31 deletions etc/cactus/validator-registry.yaml

This file was deleted.

0 comments on commit 1d1ce21

Please sign in to comment.