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

Enable Block Streaming API test back #129

Closed 0x009922 closed 1 year ago

0x009922 commented 1 year ago

It was disabled due to bug in Iroha 2 encountered during development.

Here is the test:

https://github.com/hyperledger/iroha-javascript/blob/f90aaffaeae9f2332b2a567b54f3f7cb879ec7e8/packages/client/test/integration/test-node/multiple.spec.ts#L529

0x009922 commented 1 year ago

Related issue in Iroha repo: