hyperledger-archives / iroha

Iroha - A simple, decentralized ledger
http://iroha.tech
Apache License 2.0
988 stars 298 forks source link

Fix rejected status emitting #2083

Closed lebdron closed 5 years ago

lebdron commented 5 years ago

Description of the Change

Add processing of rejected transactions to transaction processor Rename shared_model::interface::RejectTxResponse to shared_model::interface::RejectedTxResponse for consistency

Benefits

Rejected status is emitted for rejected transactions in transaction processor

Possible Drawbacks

None?

Usage Examples or Tests

TransactionProcessorTest.TransactionProcessorInvalidTxsTest