You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove cactus-plugin-ledger-connector-fabric-socketio connector.
- Refactor discounted cartrade sample to use openapi fabric connector instead of fabric-socketio.
Sample app will use delegated signing, similar to offline signing in old connector.
- Remove dead code from cmd-socketio-server
- Update fabric SDK to 2.X in all cacti projects, refactor code that use it where necessary.
Only exception is fabric persistence plugin which uses fabric SDK as dev dependency (for tests).
It can be updated in separate PR later on.
Depends on: hyperledger-cacti#2644
Signed-off-by: Michal Bajer <[email protected]>
@@ -114,8 +114,6 @@ Alice will use credentials and other Indy formats such as schema and definition
114
114
```
115
115
cactus-example-discounted-asset-trade-ethereum-validator | listening on *:5050
116
116
...
117
-
cactus-example-discounted-asset-trade-fabric-socketio-validator | listening on *:5040
118
-
...
119
117
cactus-example-discounted-asset-trade-indy-validator | 2022-01-31 16:00:49,552 INFO success: validator entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
120
118
...
121
119
cactus-example-discounted-asset-trade-indy-validator-nginx | 2022/01/31 16:00:49 [notice] 1#1: start worker process 35
@@ -154,9 +152,6 @@ For development purposes, it might be useful to run the sample application outsi
154
152
1. Configure cactus and start the ledgers as described above.
155
153
1. Run `./script-dockerless-config-patch.sh` from `cactus-example-discounted-asset-trade/` directory. This will patch the configs and copy it to global location.
156
154
1. Start validators (each in separate cmd window).
157
-
1.```bash
158
-
cd packages/cactus-plugin-ledger-connector-fabric-socketio/ && npm run start
159
-
```
160
155
1.```bash
161
156
cd packages/cactus-plugin-ledger-connector-go-ethereum-socketio/ && npm run start
162
157
```
@@ -207,8 +202,6 @@ For development purposes, it might be useful to run the sample application outsi
207
202
208
203
1. Run the transaction execution:
209
204
210
-
**For docker-compose environment, run:**
211
-
212
205
```
213
206
./script-post-trade-request.sh
214
207
```
@@ -219,17 +212,10 @@ For development purposes, it might be useful to run the sample application outsi
219
212
docker run --rm -ti -v "$(pwd)/etc/cactus/":"/etc/cactus/" --net="host" register-indy-data
220
213
```
221
214
222
-
**For dockerless environment, run:**
223
-
224
-
```bash
225
-
pushd ../register-indy-data && sh ./script-build-docker.sh && popd &&
226
-
docker run --rm -ti -v/etc/cactus/:/etc/cactus/ --net="host" register-indy-data --force
227
-
```
228
-
229
215
**After sending the requests**
230
216
231
217
- The transactions are executed by order.
232
-
- When the following log appears on the BLP console, the transactions are completed.
218
+
- When the following log appears on the BLP console, the transactions are completed (you may need to scroll a bit to find it).
0 commit comments