hyperledger / iroha-javascript

JavaScript library for Iroha, a Distributed Ledger Technology (blockchain) platform.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
94 stars 64 forks source link

Producing a pending transaction will not give any output, which results in a non-terminating condition #66

Open hanxu12 opened 3 years ago

hanxu12 commented 3 years ago

I tried to produce a pending transaction. (Below is the case when we have quorum == 2, but only request the command with 1 private key.) photo_2021-07-19_21-33-08 It has been successfully produced if I check it via getpendingTransaction(). photo_2021-07-19_21-45-42 However, the thing here is that (See figure 1 again) it does not give any output. The code is stuck and unable for us to execute any new lines of code.