iroha icon indicating copy to clipboard operation
iroha copied to clipboard

Limit the number of transactions for `submit_all`

Open mversic opened this issue 11 months ago • 2 comments

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

mversic avatar Mar 06 '24 06:03 mversic

the limit should be placed on server side on the endpoint that receives transactions

mversic avatar Apr 24 '24 09:04 mversic