Skip to content
GitLab
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 131
    • Issues 131
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and 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
  • !881

clean up of account_object definition and merge with rc_account_object

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Andrzej Lisak requested to merge abw_account_object_cleanup into develop Mar 13, 2023
  • Overview 3
  • Commits 32
  • Pipelines 0
  • Changes 52

Other than renaming, rearrangement of members and some encapsulation, there are some other changes:

  • accounts created during genesis now have proper creation date
  • "steem" account is now created as genesis account, since its existence is required early due to it being used as default recovery agent up to HF11
  • part of old tiny_asset related branch was added to finally push changes in that direction
  • accidentally fixed problem of changed_recovery_account_operation vop always having old_recovery_account == new_recovery_account
  • fixed long lived bug with power down (problem introduced in HF1 on accounts that started power down before that time)
  • finally the main thing: data from rc_account_object moved to account_object

Needs schemas!44

Edited Mar 27, 2023 by Andrzej Lisak
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: abw_account_object_cleanup