hyperledger-iroha / iroha-ios

iOS Swift library for Iroha, a simple distributed ledger
https://wiki.hyperledger.org/display/iroha
Other
92 stars 59 forks source link

WebSockets support #133

Closed posplaw closed 3 years ago

posplaw commented 3 years ago

Updated schema

Updated codegen to support fixed size array Fixed custom tuple structures writing to the destination

Upgraded API client to properly work with Iroha2 websocket gateway

Added tests for fixed size arrays Added tests for multiple websocket connections in parallel, and receiving events from websocket connection

Signed-off-by: Alex Oakley oakley@soramitsu.co.jp