hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

fix(data-model,crypto,primitives)!: misc chores #4992

Closed 0x009922 closed 2 months ago

0x009922 commented 2 months ago

Context

While working on Explorer and using Iroha crates as libraries, found a few minor yet hardly workaroundable issues. Some of them related to not using iroha_data_model with transparent_api feature, which revealed some inconsistencies with data access.

Solution

Migration Guide (optional)

If you passed Signature in JSON, do not nest it into an object with payload field anymore.


Checklist