Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • H haf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hive
  • haf
  • Issues
  • #61

Closed
Open
Created Jun 11, 2022 by Mahdi Yari@mahdiyariMaintainer

Operations missing from operations table

I run HAF and only track virtual operations (op_type_id > 49). HAF ignores my filters and puts certain operations into account_operations table.
These are the operations:

account_create_operation
pow_operation
create_claimed_account_operation
pow2_operation
account_create_with_delegation_operation

According to blocktrades, this is by design and HAF needs these data. The problem is, it filters out these operations from the operations table so it fails to create the indexes and shuts down hived.

image So basically the operation 1095 in this error message exists in account_operations but doesn't exist in operations table.
The easy fix seems to be overriding filters and adding the above operations.

Assignee
Assign to
Time tracking