Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • H HAfAH
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • HAfAH
  • Issues
  • #8

enum_virtual_ops with filter argument returns different result then rocksdb plugin

For call

curl -s -X POST -d '{"jsonrpc": "2.0", "method": "account_history_api.enum_virtual_ops", "params": {"block_range_begin": 1838272, "block_range_end": 1838276, "group_by_block": true, "operation_begin": 2, "limit": 2, "filter": 7810340274393554548}, "id": 1000}' https://api.hive.blog

Returns no results, and hafah returns two operations, also:

curl -s -X POST -d '{"jsonrpc": "2.0", "method": "account_history_api.enum_virtual_ops", "params": {"block_range_begin": 1838272, "block_range_end": 1838276, "group_by_block": true, "operation_begin": 2, "limit": 2, "filter": 16384}, "id": 1000}' https://api.hive.blog

Returns two operations for legacy, and for hafah no results. Later call for hafah also takes like 3-4 seconds (on my machine) which itself might be sign of some issue.

Edited Jan 05, 2022 by Marcin Sobczyk
Assignee
Assign to
Time tracking