Is your feature request related to a problem? Please describe.
I'm always frustrated when we have suboptimal code. Balance contract already has account data in lock and can also have it during iterations in new epoch callback, but it goes for it again and again.
Describe the solution you'd like
Have some way to reuse this data, save on opcodes and GAS.
Is your feature request related to a problem? Please describe.
I'm always frustrated when we have suboptimal code. Balance contract already has account data in
lock
and can also have it during iterations in new epoch callback, but it goes for it again and again.Describe the solution you'd like
Have some way to reuse this data, save on opcodes and GAS.