Skip to content

Refactor get_account, index on current_account_proxies

Michal Zander requested to merge mzander/fix-get_account_slowdown into develop

adding the index and removing 5th level of proxy results in massive boost in performance of get_account (from 800ms-1s to consistent 50ms) as far as i understand the proxied vests are calculated from 4 levels of proxy and our additional 5th level made dramatical slowdown.

Edited by Michal Zander

Merge request reports