AstarNetwork / astar-frame

Core frame modules for Astar & Shiden network.
Other
58 stars 38 forks source link

No-loop dapps-staking #23

Closed Dinonard closed 2 years ago

Dinonard commented 2 years ago

Pull Request Summary

Removed hidden iteration via for-loop from dapps-staking. iter_key_prefix() reads in all keys which makes its usage very expensive and uncontrollable in weight and PoV size.

The idea behind this commit is to show a most simple solution on how this problem can be solved.

Check list