Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • hive hive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 141
    • Issues 141
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 48
    • Merge requests 48
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • hivehive
  • Merge requests
  • !358

Draft: Virtual operations in account_history_api before produce new block - BUG

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Radosław Masłowski requested to merge rm-virtual-op-in-account-history-bug into develop Feb 15, 2022
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

The bug is that transactions can be seen in "account_history.enum_virtual_ops" before the block they should enter is produced. The faulty virtual operations visible in "account_history_api" before the block is created have the number of the previous block. After the required block has been produced, the block number is changed to the correct one and the transaction is then displayed correctly afterwards.

Edited Feb 23, 2022 by Bartek Wrona
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: rm-virtual-op-in-account-history-bug