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

Fix `@iroha2/data-model-schema` package, bundle it #155

Closed 0x009922 closed 8 months ago

0x009922 commented 1 year ago

Description

This package has broken dependencies (they are not specified correctly) and not all its API is exposed. In the meanwhile, it is useful e.g. for the documentation to re-use types from this package.

Also, it seems that TupleStruct variant is not used anymore.

0x009922 commented 8 months ago

172 doesn't solve this issue by means of "bundling". It simplifies it to having only JSON schema & its types, and fixes dependencies.