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

Split `executor_custom_data_model` #5128

Open 0x009922 opened 2 weeks ago

0x009922 commented 2 weeks ago
          However, I've noticed that we're mixing everything into this crate. This crate needs to be split into at least 2 crates. One that pertains to executor and the other one that is for triggers/smart_contracts. Executor (like parameters and permissions) is a separate API from Iroha

Originally posted by @mversic in https://github.com/hyperledger/iroha/issues/5114#issuecomment-2392964395