Balance contract gets things from storage too often than it should #407
Labels
balance
Balance contract related issue
enhancement
Improving existing functionality
I4
No visible changes
performance
More of something per second
S4
Routine
U4
Nothing urgent
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.
The text was updated successfully, but these errors were encountered: