Update reputation tracker
- Fixed issue preventing rep tracker to setup in newer HAF databases (table names too long)
- Fixed issue when rep tracker stopped during sync the last processed block was not saved properly
- Removed
stable_id
calculating function, this is not needed anymore because of newoperation_id
in latest HAF changes - Removed
account_reputation
updating withhive.accounts
every sync cycle cousing a slowdown in small block-ranges - Moved data gathering query into CTE and removing
(_first_block_num IS NULL AND _last_block_num IS NULL)
that coused doubled calculations for each row - Created account reputation comparing scripts for 5m blocks
- Removed doubled functions for single processing and massive processing and unified into one
- Removed cursor from main processing function.
sync to headblock 17h 15minues.
Edited by Michal Zander