iroha
iroha copied to clipboard
Limit the number of transactions for `submit_all`
atm, user can submit a huge list of transactions and potentially use up all the memory on the peer bringing the peer down. We should add a hard-coded limit (no need to make it a configuration parameter, yet) for this
the limit should be placed on server side on the endpoint that receives transactions