Skip to content

Update reputation tracker

Michal Zander requested to merge mzander/test into develop
  1. Fixed issue preventing rep tracker to setup in newer HAF databases (table names too long)
  2. Fixed issue when rep tracker stopped during sync the last processed block was not saved properly
  3. Removed stable_id calculating function, this is not needed anymore because of new operation_id in latest HAF changes
  4. Removed account_reputation updating with hive.accounts every sync cycle cousing a slowdown in small block-ranges
  5. 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
  6. Created account reputation comparing scripts for 5m blocks
  7. Removed doubled functions for single processing and massive processing and unified into one
  8. Removed cursor from main processing function.

sync to headblock 17h 15minues.

Edited by Michal Zander

Merge request reports