Zilliqa / ZRC

Zilliqa Reference Contracts
MIT License
40 stars 57 forks source link

ZRC-6 Unoptimised calls of `RequireNotPaused` occur when batch operations are called #124

Closed gb3h closed 2 years ago

gb3h commented 2 years ago

By having the guard clause RequireNotPaused in procedures, batch operations result in multiple (wasted) calls to RequireNotPaused. When operations occur in large batches, this is a waste of gas fees and network efficiency.

Procedures affected by this:

bb111189 commented 2 years ago

Thank you. Issued has been resolved